- Posts: 18
- Thank you received: 0
topmenu position does not accept another module
12 years 1 month ago - 12 years 1 month ago #39174
by tiesgr
topmenu position does not accept another module was created by tiesgr
Hello there,
I have created a site with the help of one page theme but I am trying to make it work as a multilanguage site but the flags are not clickable even if they are links.
Is there something wrong with the z-index?
Please any suggestion would be really appreciated.
Thank you,
Leonidas Rent A Car
for your test
I have created a site with the help of one page theme but I am trying to make it work as a multilanguage site but the flags are not clickable even if they are links.
Is there something wrong with the z-index?
Please any suggestion would be really appreciated.
Thank you,
Leonidas Rent A Car
for your test
Last edit: 12 years 1 month ago by tiesgr.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #39192
by ivan.milic
Replied by ivan.milic on topic topmenu position does not accept another module
Open:
templates/hot_one_page/js/hot_onepage.js
this line:
jQuery(".scroll, .mp_topmenu a:not(.external)").click(function(event){
modify like this:
jQuery(".scroll, .mp_topmenu a:not(.external):not(.mod-languages *)").click(function(event){
templates/hot_one_page/js/hot_onepage.js
this line:
jQuery(".scroll, .mp_topmenu a:not(.external)").click(function(event){
modify like this:
jQuery(".scroll, .mp_topmenu a:not(.external):not(.mod-languages *)").click(function(event){
The following user(s) said Thank You: tiesgr
Please Log in to join the conversation.
Time to create page: 0.229 seconds