Slider below masthead scroll bottom anchor offset

Site URL: http://www.davidhamiltondesign.com/newstage/

The scroll bottom anchor is offset by the same amount as the slider container offset for the masthead - any idea how to mirror it so the scroll-down stops at the edge of the slider instead of higher?

Hi There,

What did you add on the offset value? Since you are using custom header, please see this thread: https://theme.co/apex/forum/t/slider-settings-below-masthead-in-pro-decrease-increase/12267/2. In case the issue persists, please share your site credentials on a secure note so we can double check your setup. Thank you.

Hi, I used .x-masthead as suggested in the other thread. Site credentials to follow

Hi There,

Thank you for the credentials but it did not work, please confirm. I am wondering how this scroll bottom anchor works on your end as I know there is a bug on this on PRO. Anyways please apply the solution provided here.

On this line: var mastheadHeight = $('.masthead').outerHeight();

Change the .masthead to .x-masthead

And on this line: var heightSum = sliderAboveHeight + sliderBelowHeight - navbarFixedTopHeight;

Change the sliderAboveHeight to mastheadHeight.

Clear all your caches before you preview the page.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.