Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Gunu

    (@grafcom)

    @loki3d,

    That’s because you have installed qTranslate?

    Can you give me a link so I can see it?

    Thread Starter Loki3d

    (@loki3d)

    Thanks for your reply Gunu.

    I installed qTranslate-X

    Here is the page i’m working on: http://erosfornasari.com/wp/

    Plugin Author Gunu

    (@grafcom)

    @loki3d,

    Try it with = Use Pre-Path Mode (Default, puts /en/ in front of URL). SEO friendly.

    Also try it with the widget instead of in the menu.

    And see if that makes a difference

    Thread Starter Loki3d

    (@loki3d)

    “Use Pre-Path Mode” is disabled, I can’t choose it.

    Anyway, maybe I solved changing the “max-width” value on the CSS and setting it to a very low value (250px).

    It’s not a real solution, but just a workaround

    Plugin Author Gunu

    (@grafcom)

    “Use Pre-Path Mode” is disabled, I can’t choose it.

    Set Permalinks to Post name.

    Plugin Author Gunu

    (@grafcom)

    Anyway, maybe I solved changing the “max-width” value on the CSS and setting it to a very low value (250px).

    If you remove the language selector from the menu the small screen works with the default settings?

    Thread Starter Loki3d

    (@loki3d)

    Yes, without the Language Selector all works fine

    Plugin Author Gunu

    (@grafcom)

    When you add another menu item, not the language selector, it continues to work? It has nothing to do with the width of the menu?

    Thread Starter Loki3d

    (@loki3d)

    Nothing to do with the width.
    I can add lots of menu items and the menu reacts perfectly in any resolution.

    I have this problem only when I add the Language Selector.

    Plugin Author Gunu

    (@grafcom)

    @loki3d,

    Try it with this change in the CSS file:

    element.style {
        display: none;
        float: none;
        visibility: hidden;
        width: 18.4em;
    }
    element.style {
        display: none;
        float: none;
        visibility: hidden;
        width: 100%;
    }
    Plugin Author Gunu

    (@grafcom)

    Closing due to inactivity.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Main Menu disappear on mobile or on a resized browser’ is closed to new replies.