How the Hot One Page template works

More
11 years 11 months ago #24651 by cybernun

Please Log in to join the conversation.

More
11 years 11 months ago #24657 by cybernun
CAN YOU TELL ME HOW TO PM - SEND THE LOG IN CREDENTIALS PRIVATELY?

Please Log in to join the conversation.

More
11 years 11 months ago #24664 by ivan.milic
Use "Report To Moderator".
The following user(s) said Thank You: cybernun

Please Log in to join the conversation.

More
11 years 11 months ago #24665 by cybernun
OK..just used Report to Moderator and sent site link and login info.

Please Log in to join the conversation.

More
11 years 11 months ago #24680 by ivan.milic
open :

/templates/hot_one_page/js/hot_onepage.js

see:

jQuery(".scroll, .mp_topmenu a").click(function(event){
event.preventDefault();
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
});

modify it like this:

jQuery(".scroll, .mp_topmenu a").click(function(event){
event.preventDefault();
try{
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
}catch(e){
jQuery('html,body').animate({scrollTop:0}, 500);
}
});
The following user(s) said Thank You: cybernun

Please Log in to join the conversation.

More
11 years 11 months ago #24681 by cybernun
GREAT...will try now but can you also tell me why the "WELCOME" menu tab is not working?

Please Log in to join the conversation.

Time to create page: 0.137 seconds
Powered by Kunena Forum