firefox automatically scrolling to the middle of the page

4 replies · opened Mar 8, 2017

UumutMar 8, 2017

Hi,

I can't find any related topic here. I also search on themeforest comments.

Maybe the issue is only happening to me.

When you load the page with firefox, browser auto scrolling to the vertically middle of the page.

I am providing infos on next post as private.
Thank you

UumutMar 17, 2017

up

UumutMar 25, 2017

up please

SSemicolon WebSTAFFMar 26, 2017

Hello,

Thanks for your Valuable Patience!

Please consider adding the following code at the bottom of the Page just after the js/functions.js JS File Linking:


	jQuery(window).on( 'load', function(){
		setTimeout(function() {
			if (location.hash) {
				window.scrollTo(0, 0);
			}
		}, 1);
	});

This should definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard