- Posts: 19
- Thank you received: 0
How the Hot One Page template works
-
cybernun
Inactive member - New Member
Less
More
11 years 11 months ago #24651
by cybernun
Replied by cybernun on topic How the Hot One Page template works
Please Log in to join the conversation.
-
cybernun
Inactive member - New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 11 months ago #24657
by cybernun
Replied by cybernun on topic How the Hot One Page template works
CAN YOU TELL ME HOW TO PM - SEND THE LOG IN CREDENTIALS PRIVATELY?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24664
by ivan.milic
Replied by ivan.milic on topic How the Hot One Page template works
Use "Report To Moderator".
The following user(s) said Thank You: cybernun
Please Log in to join the conversation.
-
cybernun
Inactive member - New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 11 months ago #24665
by cybernun
Replied by cybernun on topic How the Hot One Page template works
OK..just used Report to Moderator and sent site link and login info.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24680
by ivan.milic
Replied by ivan.milic on topic How the Hot One Page template works
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);
}
});
/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.
-
cybernun
Inactive member - New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 11 months ago #24681
by cybernun
Replied by cybernun on topic How the Hot One Page template works
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