Smooth scroll stopped working.

More
9 years 11 months ago #44067 by info@keesvandenboogaart.nl
I placed your script
but a pitty no result

www.onzekathedralenbouwers.nl

Please Log in to join the conversation.

More
9 years 11 months ago #44069 by ivan.milic
This line:

jQuery("#tabs").tabs();

replace with:

try{
jQuery("#tabs").tabs();
}catch(e){}

Please Log in to join the conversation.

More
9 years 11 months ago #44071 by info@keesvandenboogaart.nl
"/js/hot_onepage.js" in template "hot_one_page".


jQuery(document).ready(function(){
// calling tabs

try{
jQuery("#tabs").tabs();
}catch(e){}

jQuery(".scroll, .mp_topmenu a").click(function(event){
try{
event.preventDefault();
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
}catch(e){
jQuery('html,body').animate({scrollTop:0}, 500);
}
});
// set big image container height
var bodyHeight = jQuery(window).height();
var bodyHeightSinglePage = jQuery(window).height() - 240;
jQuery('.fullwidth').css('height', bodyHeight);
jQuery('div.item-page').css('min-height', bodyHeightSinglePage);
});


with no result
sorry next try
greeting kees

Please Log in to join the conversation.

More
9 years 11 months ago #44077 by ivan.milic
I see it works now, maybe you need refresh

Please Log in to join the conversation.

  • jdockett
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
9 years 11 months ago #44083 by jdockett
Working for me as well.

Please Log in to join the conversation.

Time to create page: 0.135 seconds
Powered by Kunena Forum