- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › University Hub Pro › Scrolling is snapping back to top
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
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!!
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.
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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |