• Resolved ffwebdesigner

    (@ffwebdesigner)


    We’re reuning a two-language website powered by Polylang Plugin.
    Each Menu is a seperate menu named e.g. “Main Menu EN” or “Main Menu DK”.
    in WP Mobile Menu Options I can only select one of these two.
    But this menu is then being displayed in ANY language.
    How could i hack WP Mobile Menu (best in functions.php) for that it correctly displays the active language menu version?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I need the same 🙁

    use a custom css like that

    /* Hide the Right Menu on the English (LTR) site */
    html[dir=”ltr”] .mobmenur-container {
    display: none !important;
    }

    /* Hide the Left Menu on the Arabic (RTL) site */
    html[dir=”rtl”] .mobmenul-container {
    display: none !important;
    }

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will release a new feature to add compatibility with the Polylang menus. Will be available in the next plugin update in a few weeks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WP Mobile Menu and Polylang’ is closed to new replies.