Home Forums Pro Themes University Hub Pro Scrolling is snapping back to top

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76232
    lsimonnusd
    Participant

    Hello,

    On some pages where the text extends just past the bottom of the screen by a line or two scrolling seems to be snapping back to the top when I try to scroll down. I.e. on this page: https://goo.gl/D1Lx92. If you’re not seeing it I found if I change the browser zoom a little so the text is just off the page it happens. I’m seeing this in the latest Chrome and Firefox.

    Thank you

    #76251
    wensolutions
    Keymaster

    Hello @lsimonnusd,

    We will definitely look for the issue and as for now please uncheck the sticky menu option by going to Admin Panel > Appearance > Customize > Theme Options > Header Options > Make Primary menu sticky.

    Hope this helps.

    Regards!!

    #76269
    lsimonnusd
    Participant

    Thank you that looked to help with it.

    Not a clean fix but for a temporary work-around to keep the sticky menu I modified the custom.min.js and added

    if($("body").height()+100 <= $(window).height())
    {
    	$('#page').after('<div style="min-height:300px"></div>');
    }

    inside of the else if ( 0 === $(window).scrollTop()){ section so give the page more buffer in the event that removing the header re-triggers the show topbar event.

    #76303
    wensolutions
    Keymaster

    Hello @lsimonnusd,

    Glad that you figured out it by your self.

    We will definitely look further into the issue and come up possible fixes.

    Thank you.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.