- Posts: 44
- Thank you received: 0
single article menu nav does not work
-
Jeannine
Inactive member - Topic Author
- Member
Less
More
10 years 5 months ago #40540
by Jeannine
single article menu nav does not work was created by Jeannine
Hello.
I am having trouble with the navigation. The customer doesn't want the scroll down function, so I wanted to change to normal menu - single article.
But it simply does not work out.. when clicking the menu item it won't navigate to the page.
I even tried to add a single article without the anchor link, but it still won't work.
How to resolve this?
I am having trouble with the navigation. The customer doesn't want the scroll down function, so I wanted to change to normal menu - single article.
But it simply does not work out.. when clicking the menu item it won't navigate to the page.
I even tried to add a single article without the anchor link, but it still won't work.
How to resolve this?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40546
by ivan.milic
Replied by ivan.milic on topic single article menu nav does not work
To remove scroll totaly to to:
/templates/hot_food_spirit/js/hot_food_spirit.js
and comment out this code:
like this:
refresh browser good since it is .js change
/templates/hot_food_spirit/js/hot_food_spirit.js
and comment out this code:
Code:
jQuery(".scroll, .mp_top2 a, .mp_top3 a").click(function(event){
event.preventDefault();
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
});
like this:
Code:
/*
jQuery(".scroll, .mp_top2 a, .mp_top3 a").click(function(event){
event.preventDefault();
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
});
*/
refresh browser good since it is .js change
The following user(s) said Thank You: Jeannine
Please Log in to join the conversation.
-
Jeannine
Inactive member - Topic Author
- Member
Less
More
- Posts: 44
- Thank you received: 0
10 years 5 months ago #40547
by Jeannine
Replied by Jeannine on topic single article menu nav does not work
That resolved the problem. Thank you.
Please Log in to join the conversation.
-
Jeannine
Inactive member - Topic Author
- Member
Less
More
- Posts: 44
- Thank you received: 0
10 years 5 months ago #40549
by Jeannine
Replied by Jeannine on topic single article menu nav does not work
uuups.. but now there is no responsive menu on mobile any longer.. and the links do not work on mobile device. What to do?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40558
by ivan.milic
Replied by ivan.milic on topic single article menu nav does not work
Strange that is not related, send link so we could inspect
Please Log in to join the conversation.
-
Jeannine
Inactive member - Topic Author
- Member
Less
More
- Posts: 44
- Thank you received: 0
10 years 5 months ago #40563
by Jeannine
Replied by Jeannine on topic single article menu nav does not work
Sure:
www.lercherl.at
Please Log in to join the conversation.
Time to create page: 0.132 seconds