test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • topus Friend
    #891018

    I’m developing a website that was already built and online, I moved it in my server to make some changes and now I put it in the server again, but now I lost menu (the website is multilanguage) I use t3 template.
    I see only the main menu (I’have changed something because they were built in a wrong way, the main was the english, instead I did a mainmenu with hp and then every language has its menu)
    the website is http://www.signmet.eu
    could you help me please 🙁

    topus Friend
    #891025

    when i change the language I check that the pages change but not the menu, the menu is always the mainmenu that has only one label :homepage

    Ninja Lead Moderator
    #892107

    Hi,

    I don’t see the configuration from the backend of your site. But you need to check steps below

    • Create each template style for each language

    • With each template style of one language, you assign associated menu item (of that language), see the screenshot

    Hope it helps

    Regards


    1. Screen-Shot-2016-02-29-at-10.07.37
    topus Friend
    #892367

    I dit it, I have already create a multilanguage website, but I have changed, in this case, an existent site.
    If you check it you can see only the menu voice, homepage that is the main menu all language with a single menu voice (homepage)
    I know that in a multilanguage site you have to create:
    1 menu all language default
    and for every language a menu to associated to template,
    the pages change good only the menu hide when i change the menu,
    if you can check i can send you a login to enter in backend
    I hope to have explain it well (I dont speak english good 🙁 )
    let me know please thank in advance

    Ninja Lead Moderator
    #892713

    Hi,

    You can send me the admin login info of your site via PRIVATE reply so I will have a look.

    Regards

    topus Friend
    #893017
    This reply has been marked as private.
    Ninja Lead Moderator
    #893273

    I spent a lot of my time to detect the problem and I fixed directly on your site with solution below:

    • In the file templates/t3_bs3_blank/tpls/blocks/mainnav.php

    • Change:
    <jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo $this->getParam('mm_type', 'mainmenu') ?>" />

    to

    <jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo JFactory::getApplication()->getMenu()->getActive()->menutype;?>" />
    topus Friend
    #893464

    have you already done it? The website is ok !!
    thanks

    topus Friend
    #893465

    have you already done it? The website is ok !!
    thanks

    topus Friend
    #893466

    have i to set something to set "solve"?

    Ninja Lead Moderator
    #893889

    Yes, I solved the problem directly and will close this thread now.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum