Hi, my website at www.backyardmary.com loads half way down the page. I am using pro headers and Revolution Slider. I need the header and slider to display instead of section 1 of the home page.
Please advise.
Hi, my website at www.backyardmary.com loads half way down the page. I am using pro headers and Revolution Slider. I need the header and slider to display instead of section 1 of the home page.
Please advise.
Hi @flyingvgroup,
Thanks for writing in.
Would you mind sharing us more details of what you want to achieve. Not really sure of what you want to achieve.
We’ll do our best to help you, once we fully understand the situation.
Thanks.
When the home page loads, the page scrolls half way down automatically and starts at section 1 below the rev slider that is placed below the masthead.
Hi,
You can try adding this in PRO > Launch > Theme Options > JS
jQuery(window).on('beforeunload', function() {
$(window).scrollTop(0);
});
If that doesn’t help, please provide us your wordpress admin login in Secure Note
Thanks
Hi There,
Thank you for the credentials.
I can see the issue though I can’t find any error on the console. Upon checking source code, I can see revslider has this message:
var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.";
errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work.";
errorMessage += "<br><br> To fix it you can:<br> 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true.";
errorMessage += "<br> 2. Find the double jquery.js include and remove it.";
errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>";
jQuery(sliderID).show().html(errorMessage);
Please go to Slider settings -> Troubleshooting set option: Put JS Includes To Body option to true.

Hope this helps.
Hi, this did not work. Any other possible solutions?
Hey @flyingvgroup,
Here’s what I see when I visited your. I checked the source and it’s the header and the your slider.

Here’s your first section which I see when I scroll down past the slider.

Would you mind clearing your browser cache and also test in other browsers and incognito mode?
If the issue persists on your end, please give us a screen recording so we could see what’s happening on your end.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.