As a quick fix, I’ve added the following to my footer…
<script>
jQuery(document).ready(function(){
jQuery('.mmt').click( function() {
jQuery('html, body').animate({ scrollTop: 0 }, 0);
});
});
</script>
I noticed you marked this as resolved, but when I visited you site, you seemed to be having the same issue. Were you able to fix it? I tried adding your code to the page, but it didnt seem to work.
Here is my page – http://www.criffelphotos.com/academy/?page_id=5207
Any help would be appreciated. Ive reached out to the plugin author, but haven’t heard anything back.
My code doesn’t exactly achieve vertical alignment, but when a profile picture is clicked, it auto scrolls the page back to the top, so that the profile popup can be seen.
I checked your code and you don’t seem to have added my code to the footer. It appears much higher up in the page, somewhere within a style tag, which is an issue.
However, looking at your site makes me think that my code wouldn’t be much use, because Micheal is the only one having a display issue and your problem is it’s going off the bottom of the screen, whereas mine was it going off the top of the screen.
Sorry I can’t be of more help…