Comments 1Dobrin started the conversationMay 2, 2018 at 3:49amloader-line-box is hidden in the main menu and I do not know how to do it to see it under the menu. I hope I can easily fix this and be able to see it under the main menu. Thanks in advance .Regards, Dobrin 1,974Support repliedMay 2, 2018 at 8:35amHi DobrinAssuming you are running the latest version of the theme open /js/scripts.js and modifyjQuery('html, body').animate({ scrollTop: jQuery("#project-page-holder").offset().top - 60}, 600);that's line 969-970withvar scroll_offset = 1; if (jQuery(".navbar-inner")[0]){ if( jQuery(".navbar-inner").css("min-height") == "65px" ){ scroll_offset = -60; } else if( jQuery(".navbar-inner").css("min-height") == "60px" ){ scroll_offset = -60; } else if( jQuery(".navbar-inner").css("min-height") == "45px" ) { scroll_offset = -20; } } jQuery('html, body').animate({ scrollTop: jQuery("#project-page-holder").offset().top + scroll_offset}, 600);Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 1,974Support repliedMay 2, 2018 at 8:36amHard refresh the page (Ctrl+F5) when you are done.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 1Dobrin repliedMay 2, 2018 at 8:47amThanks Done.It was perfect !Regards, Dobrin Sign in to reply ...
loader-line-box is hidden in the main menu and I do not know how to do it to see it under the menu. I hope I can easily fix this and be able to see it under the main menu. Thanks in advance .
Regards, Dobrin
Hi Dobrin
Assuming you are running the latest version of the theme open /js/scripts.js and modify
jQuery('html, body').animate({ scrollTop: jQuery("#project-page-holder").offset().top - 60}, 600);
that's line 969-970
with
var scroll_offset = 1;
if (jQuery(".navbar-inner")[0]){
if( jQuery(".navbar-inner").css("min-height") == "65px" ){
scroll_offset = -60;
}
else if( jQuery(".navbar-inner").css("min-height") == "60px" ){
scroll_offset = -60;
}
else if( jQuery(".navbar-inner").css("min-height") == "45px" ) {
scroll_offset = -20;
}
}
jQuery('html, body').animate({ scrollTop: jQuery("#project-page-holder").offset().top + scroll_offset}, 600);
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hard refresh the page (Ctrl+F5) when you are done.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks Done.
It was perfect !
Regards, Dobrin