Hi,
When index.html is loaded, the second menu item (SERVICES) is highlighted instead of the first (HOME) . How can I correct this?
http://www.designer-made.com/website_dev/
Thank you.
Best,
Andrew
2 replies · opened Jan 8, 2017
Hi,
When index.html is loaded, the second menu item (SERVICES) is highlighted instead of the first (HOME) . How can I correct this?
http://www.designer-made.com/website_dev/
Thank you.
Best,
Andrew
Hello,
Thank You so much for reporting this to us! We guess this occurs because when the Page is Loading the Slider's Height is 0px and the Services section is in the View and when the Slider is updated with its correct height, the Scrolling section is not updated. So to fix this, please find the following code:
setTimeout( function(){ SEMICOLON.slider.sliderParallaxDimensions(); }, 200 );and replace it with:
setTimeout( function(){
SEMICOLON.slider.sliderParallaxDimensions();
SEMICOLON.header.onepageScroller();
}, 200 );This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Fixed. Thanks again!
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