- Posts: 11
- Thank you received: 2
Sub menu remains open (solved)
-
Radicalt
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 7 months ago - 11 years 7 months ago #32006
by Radicalt
Sub menu remains open (solved) was created by Radicalt
I face a problem in the main menu with last item:
The submenus from previous menus remain always open.
Can you please help me with this problem?
The submenus from previous menus remain always open.
Can you please help me with this problem?
Last edit: 11 years 7 months ago by Radicalt.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #32017
by ivan.milic
Replied by ivan.milic on topic Sub menu remains open
Try putting this at bottom of template_css.css:
.menu.nav UL{
display:none;
}
.menu.nav UL{
display:none;
}
Please Log in to join the conversation.
-
Radicalt
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 11
- Thank you received: 2
11 years 7 months ago - 11 years 7 months ago #32036
by Radicalt
Replied by Radicalt on topic Sub menu remains open
Thank you Ivan. It worked but appears another problem...
When you are in the same menu item, the sub menus from previous menu items do not appear.
If you are in another item, the sub menus appear :blink:
Any idea?
When you are in the same menu item, the sub menus from previous menu items do not appear.
If you are in another item, the sub menus appear :blink:
Any idea?
Last edit: 11 years 7 months ago by Radicalt.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #32041
by ivan.milic
Replied by ivan.milic on topic Sub menu remains open
Remove that change I gave you. Ope index.php of template you will see:
change order of lines like this:
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<jdoc:include type="head" />
change order of lines like this:
Code:
<jdoc:include type="head" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
The following user(s) said Thank You: Radicalt
Please Log in to join the conversation.
Time to create page: 0.141 seconds