Horizontal Menu problem - sub item doublettes

More
12 years 3 months ago #21644 by ivan.milic
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
  • New Member
More
12 years 3 months ago #21646 by kevinkos
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
  • New Member
More
12 years 3 months ago #21647 by kevinkos
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.

More
12 years 3 months ago #21650 by ivan.milic
Use "Report To Moderator"

Please Log in to join the conversation.

  • kevinkos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 3 months ago #21653 by kevinkos
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&amp;view=category&amp;layout=blog&amp;id=95&amp;Itemid=642&amp;lang=fi" >Yhteistyökumppanit</a></li> <li class="item-117"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=211&amp;Itemid=117&amp;lang=fi" >Historia</a></li> <li class="item-115"><a href="/2012_2/index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=115&amp;lang=fi" >Palaute</a></li></ul></li> <li class="item-109 deeper parent"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=218&amp;Itemid=109&amp;lang=fi" >Tilat juhliin ja kokouksiin</a> <ul><li class="item-641"><a href="/2012_2/index.php?option=com_dpcalendar&amp;view=calendar&amp;id=0&amp;Itemid=641&amp;lang=fi" >Varauskalenteri</a></li> <li class="item-118"><a href="/2012_2/index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=118&amp;lang=fi" >Tee varauskysely</a></li> <li class="item-576"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=218&amp;Itemid=576&amp;lang=fi" >Juhlatilat</a></li> <li class="item-580"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=218&amp;Itemid=580&amp;lang=fi" >Kokoustilat</a></li></ul></li> <li class="item-111 current active deeper parent"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=216&amp;Itemid=111&amp;lang=fi" >Viiniklubi</a> <ul><li class="item-731"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=216&amp;Itemid=731&amp;lang=fi" >Liity osakkaaksi</a></li> <li class="item-110"><a href="/2012_2/index.php?option=com_content&amp;view=article&amp;id=219&amp;Itemid=110&amp;lang=fi" >Viinikellari</a></li></ul></li></ul> </div>

Please Log in to join the conversation.

More
12 years 3 months ago #21658 by ivan.milic
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();
The following user(s) said Thank You: kevinkos

Please Log in to join the conversation.

Time to create page: 0.111 seconds
Powered by Kunena Forum