- Posts: 14
- Thank you received: 0
Smooth scroll stopped working.
-
jdockett
Inactive member - Topic Author
- New Member
Less
More
11 years 8 months ago #27594
by jdockett
Smooth scroll stopped working. was created by jdockett
site is located at "
ohno.ws/clients/final
"
the smooth scroll when clicking the anchor links no longer works, the site just jumps to that section immediately with no added js functionality.
the smooth scroll when clicking the anchor links no longer works, the site just jumps to that section immediately with no added js functionality.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27610
by ivan.milic
Replied by ivan.milic on topic Smooth scroll stopped working.
You removed anchor element. So if some menu item or like has href="#something" you need to have <a id="something" name="something" on target position on page
Please Log in to join the conversation.
-
jdockett
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 8 months ago #27627
by jdockett
Replied by jdockett on topic Smooth scroll stopped working.
No, the articles are all anchored and the menu jumps to the anchors appropriately. The issue is in how it jumps to them. In the demo, you watch all of the content fly by on the screen until the viewport gets to the anchored position. The issue on our site is that the menu item jumps to the anchor point without displaying the other articles flying through. IE the jump to the anchored position is abrupt instead of smooth.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27638
by ivan.milic
Replied by ivan.milic on topic Smooth scroll stopped working.
That could be due script error possibly caused by multiple jquery referencing. If script fails to execute link does default functionality. Send link so we could see.
Please Log in to join the conversation.
-
jdockett
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 8 months ago #27640
by jdockett
Replied by jdockett on topic Smooth scroll stopped working.
site is located at "ohno.ws/clients/final"
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27642
by ivan.milic
Replied by ivan.milic on topic Smooth scroll stopped working.
Open:
templates/hot_one_page/js/hot_onepage.js
this line:
jQuery("#tabs").tabs();
replace with:
try{
jQuery("#tabs").tabs();
}catch(e){}
templates/hot_one_page/js/hot_onepage.js
this line:
jQuery("#tabs").tabs();
replace with:
try{
jQuery("#tabs").tabs();
}catch(e){}
The following user(s) said Thank You: jdockett
Please Log in to join the conversation.
Time to create page: 0.224 seconds