Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rapportdesign

    (@rapportdesign)

    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 – https://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.

    Thread Starter rapportdesign

    (@rapportdesign)

    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…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical Alignment’ is closed to new replies.