- Posts: 6
- Thank you received: 0
MainMenu does't work when module is on
-
seid11111
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago - 12 years 1 month ago #22974
by seid11111
MainMenu does't work when module is on was created by seid11111
The main menu disappears when I turn HOT Image Slider Here's a link of my site and see ...
www.bojna-srebrenica.net/knjiga-gostiju.html
I noticed that on this path missing files listed ...
/modules/mod_hot_image_slider/tmpl/style.css
div#nav ul li a {
background: url("../images/nav.png") no-repeat scroll 0 0 transparent;
www.bojna-srebrenica.net/knjiga-gostiju.html
I noticed that on this path missing files listed ...
/modules/mod_hot_image_slider/tmpl/style.css
div#nav ul li a {
background: url("../images/nav.png") no-repeat scroll 0 0 transparent;
Last edit: 12 years 1 month ago by seid11111.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22981
by ivan.milic
Replied by ivan.milic on topic MainMenu does't work when module is on
Disable jquery in hot image slider
Please Log in to join the conversation.
-
seid11111
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 1 month ago #22987
by seid11111
Replied by seid11111 on topic MainMenu does't work when module is on
When I disable jQuery get only a black image, and the menu does not work again
I noticed when the fire bug style.css over Exclude the following line menu starts to work
div#nav ul li {
float: left;
height: 52px; (disable)
}
div#nav ul li a {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
see for yourself, and tell me if I made the right decision ...
div#nav ul li a {
background: url("../images/nav.png") no-repeat scroll 0 0 transparent; (missing files)
}
I noticed when the fire bug style.css over Exclude the following line menu starts to work
div#nav ul li {
float: left;
height: 52px; (disable)
}
div#nav ul li a {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
see for yourself, and tell me if I made the right decision ...
div#nav ul li a {
background: url("../images/nav.png") no-repeat scroll 0 0 transparent; (missing files)
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22992
by ivan.milic
Replied by ivan.milic on topic MainMenu does't work when module is on
Modify that css entities like this:
#header-menu div#nav...
so just add #header-menu in front of css paths
#header-menu div#nav...
so just add #header-menu in front of css paths
Please Log in to join the conversation.
-
seid11111
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 1 month ago - 12 years 1 month ago #22998
by seid11111
Replied by seid11111 on topic MainMenu does't work when module is on
I did what you said and now it works all ok, thank you ...
Before :
div#nav ul li {
float: left;
height: 52px; (disable)
}
After :
div#nav ul li #header-menu {
float: left;
height: 52px; (disable)
}
Before :
div#nav ul li a {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
After :
div#nav ul li a #header-menu {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
Before :
div#nav ul li {
float: left;
height: 52px; (disable)
}
After :
div#nav ul li #header-menu {
float: left;
height: 52px; (disable)
}
Before :
div#nav ul li a {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
After :
div#nav ul li a #header-menu {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
Last edit: 12 years 1 month ago by seid11111.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23005
by ivan.milic
Replied by ivan.milic on topic MainMenu does't work when module is on
opposite, first #header-menu
Please Log in to join the conversation.
Time to create page: 0.243 seconds