Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162624
    jovito
    Participant

    Hi there! In mobile view I am offered three icons, two of them opening an empty side menu … since only one menu is installed. To make things worse, the homepage menu is different from all other pages so once visitors have found out the correct one of the three on the homepage they have to search again for the right one on the other pages. Pls check out

    http://www.jovo-soft.de

    thx!
    jo

    #162727
    sapana
    Participant

    @jovito: It seems that you have selected the empty menu in Primary and Header Right Menu.Just take a look at the screenshot. Select the menu as per shown there.

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #162775
    jovito
    Participant

    hi Sapana — tried this and that menu option but I think that I have a special problem there. My 2-language website has mixed menus, i.e. one German main menu and one English main menu, and it uses Right Header for the homepage, and Primary for all other pages. (I tried to do without a translation plugin). I use a plugin called ‘Page Menu’ which allows to set a menu for each page separately. To me it looks like a rather simple plugin, but it works – except for the problem in this thread. If you have an idea on that … otherwise I will keep playing with the options und perhaps come to a tolerable if not perfect solution.
    Thx, jo

    #162813
    sapana
    Participant

    @jovito: If you don’t have any menu item in that empty menu, I can provide you with additional CSS that can hide that menu from mobile format.
    Go to=> Appearance=>Customize=> Additional CSS and add the following CSS code.

    #mobile-header-left-menu {
        display: none;
    }
    #mobile-secondary-menu {
        display: none !important;
    }

    Let me know if this works out!!

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Three mobile menu icons, but only one menu active for a page …’ is closed to new replies.