multi-lingual custom menu

Forums Forums Menus multi-lingual custom menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1283
    camboki
    Member

    I am using your Multi-level Navigation Plugin for WordPress with the arras theme and qtranslate plugin for multilingual capability. 

    http://www.muchokite.com  (site is in dev)

    I think I need to use a custom code to create the menu because I want a menu of pages, but I want it to work like the one on geek.hellyer.kiwi.  i.e. When nested pages exist, I want the top level to drop down all page choices and not link to anything.  Just the way your ‘Products’ menu item works.  Then when nested pages do not exist, the menu item just links to a url and doesn’t drop down. Just the way your ‘About’ menu item works.  Please correct me if I’m wrong about how to achieve this.  Btw, this is exactly what I’ve done with the menu as it is now.

    However, I have a multilingual site.  Can you offer any advice on how to achieve the menu I want and still have the menu language change? 

    thanks.

    #8048

    I don’t know much about multi-language sites sorry, but if you are using different custom code items for each language, then you just need to remove the URL for the parent item and replace it with #.

    For example, here is the code the "Products" link in the menu on this page (see the # in the href for "Products":
    [code:2zkerhrt]><li class="page_item page-item-453 haschildren"><a href="#" title="Products">Products</a>
    <ul>
    <li class="page_item page-item-438"><a href="http://pixopoint.com/products/pixopoint-menu/" title="PixoPoint Menu Plugin">PixoPoint Menu Plugin</a></li>
    <li class="page_item page-item-451"><a href="http://pixopoint.com/products/suckerfish_css/" title="Dropdown Menu CSS Generator">Dropdown Menu CSS Generator</a></li>
    <li class="page_item page-item-434"><a href="http://pixopoint.com/products/generator/" title="Theme Generator">Theme Generator</a></li>
    <li class="page_item page-item-449"><a href="http://pixopoint.com/products/multi-level-navigation/" title="Multi-level Navigation Plugin for WordPress">Multi-level Navigation Plugin for WordPress</a></li>
    <li class="page_item page-item-447"><a href="http://pixopoint.com/products/simple-cms-theme-update/" title="Simple CMS theme">Simple CMS theme</a></li>
    <li class="page_item page-item-972"><a href="http://pixopoint.com/products/pixopoint-theme-integrator/" title="PixoPoint Theme Integrator">PixoPoint Theme Integrator</a></li>
    <li class="page_item page-item-1158"><a href="http://pixopoint.com/products/old/" title="Older products">Older products</a></li>
    </ul>
    </li> [/code:2zkerhrt]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.