Out of curiosity, did you ever get an answer to this? My server upgraded to 7 last week and lo and behold, the plugin stopped working.
thanks
Hey Martin, just in case you didn’t figure this out, i was able to accomplish it by editing the flexslider.css (or whatever slider you are using) thusly:
.metaslider .flexslider {
border: 0px none;
margin: 0px auto 0px auto;
max-width: 960px;
max-height: 360px;
}
of course, edit the slide size to fit your picture
Just in case you never solved this, this worked for me:
I Changed line 602 of user-avatar.php
$avatar_url = plugins_url(‘/user-avatar/user-avatar-pic.php’).”?src=”.$avatar_src .”&w=”.$width.”&id=”.$item_id.”&random=”.$file_time;
into this:
$avatar_url = $avatar_src;