- Posts: 14116
- Thank you received: 1639
Horizontal Menu problem - sub item doublettes
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 3 months ago #21644
by ivan.milic
Replied by ivan.milic on topic Horizontal Menu problem - sub item doublettes
If you check HTML you would see real two menus rendered one after another. In horizontal mode one cover other completely so you don't see.
Please Log in to join the conversation.
-
kevinkos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
12 years 3 months ago #21646
by kevinkos
Replied by kevinkos on topic Horizontal Menu problem - sub item doublettes
I am sorry, but I do not agree with you. Have you checked out the link to the PDF-file with screenshots from backoffice settings? It is totally unpossible that I have two separate modules twice, not a chance since they are assigned to two different languages with totally different menu items. In this issue I have doublettes, menu is rendered twice.
Please Log in to join the conversation.
-
kevinkos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
12 years 3 months ago #21647
by kevinkos
Replied by kevinkos on topic Horizontal Menu problem - sub item doublettes
I can arrange with a temporar admin account if you do believe that I have something wrong with my settings. Please advice me how to send.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21650
by ivan.milic
Replied by ivan.milic on topic Horizontal Menu problem - sub item doublettes
Use "Report To Moderator"
Please Log in to join the conversation.
-
kevinkos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
12 years 3 months ago #21653
by kevinkos
Replied by kevinkos on topic Horizontal Menu problem - sub item doublettes
In the html source code the menu items only appears once, so I believe it has something with CSS to do. The code below copied from html-source:
Code:
<div class="moduletable">
<ul class="menu navh mnu_finnishmenu">
<li class="item-727 deeper parent"><a href="/2012_2/index.php?lang=fi" >Oy Winecellars Ab</a><ul>
<li class="item-642"><a href="/2012_2/index.php?option=com_content&view=category&layout=blog&id=95&Itemid=642&lang=fi" >Yhteistyökumppanit</a></li>
<li class="item-117"><a href="/2012_2/index.php?option=com_content&view=article&id=211&Itemid=117&lang=fi" >Historia</a></li>
<li class="item-115"><a href="/2012_2/index.php?option=com_contact&view=contact&id=2&Itemid=115&lang=fi" >Palaute</a></li></ul></li>
<li class="item-109 deeper parent"><a href="/2012_2/index.php?option=com_content&view=article&id=218&Itemid=109&lang=fi" >Tilat juhliin ja kokouksiin</a>
<ul><li class="item-641"><a href="/2012_2/index.php?option=com_dpcalendar&view=calendar&id=0&Itemid=641&lang=fi" >Varauskalenteri</a></li>
<li class="item-118"><a href="/2012_2/index.php?option=com_contact&view=contact&id=2&Itemid=118&lang=fi" >Tee varauskysely</a></li>
<li class="item-576"><a href="/2012_2/index.php?option=com_content&view=article&id=218&Itemid=576&lang=fi" >Juhlatilat</a></li>
<li class="item-580"><a href="/2012_2/index.php?option=com_content&view=article&id=218&Itemid=580&lang=fi" >Kokoustilat</a></li></ul></li>
<li class="item-111 current active deeper parent"><a href="/2012_2/index.php?option=com_content&view=article&id=216&Itemid=111&lang=fi" >Viiniklubi</a>
<ul><li class="item-731"><a href="/2012_2/index.php?option=com_content&view=article&id=216&Itemid=731&lang=fi" >Liity osakkaaksi</a></li>
<li class="item-110"><a href="/2012_2/index.php?option=com_content&view=article&id=219&Itemid=110&lang=fi" >Viinikellari</a></li></ul></li></ul>
</div>
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21658
by ivan.milic
Replied by ivan.milic on topic Horizontal Menu problem - sub item doublettes
Open templates\hot_wine\library\menu_loader.php
find this around line 39:
jQuery('<div class="navh_submenu"></div><div class="clr></div>').insertAfter('ul.navh');
before that line inset this line:
jQuery(".navh_submenu").remove();
find this around line 39:
jQuery('<div class="navh_submenu"></div><div class="clr></div>').insertAfter('ul.navh');
before that line inset this line:
jQuery(".navh_submenu").remove();
The following user(s) said Thank You: kevinkos
Please Log in to join the conversation.
Time to create page: 0.111 seconds