• privacycard

    (@privacycard)


    Good morning
    I installed the plugin in question, at first it worked fine, now the language menu is loaded but does not display the drop-down menu with flags and language names.
    Also when I add the link to the plugin in the menu the options regarding the visualization do not appear to me.
    How can I solve the problem?
    P.S.
    I tried to install the plugin in a sub domain with new wordpress installation and the problem remains.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • eduardomarcos1972

    (@eduardomarcos1972)

    I am also getting a similar problem. I used to have an option where I could select the language for each type of menu. Now, although I can choose on the screen menu if it appears or not somehow the feature is disabled—

    Pierre236

    (@pierreto)

    Hi,
    I think is linked, I can’t see menu anymore for one of my website, but for another one, it work.

    I try to deactivate plugin, but don’t find where is from.

    gody01

    (@gody01)

    In DB find table prefix_postmeta (use prefix, you selected on install)

    Than in that table find relevant records:
    select * from prefix_postmeta where meta_key=’_menu_item_languages_show’;
    select * from toskana_postmeta where meta_key=’_menu_item_languages_type’;

    Records would probably have NULL in meta_value column.

    Update with right keywords for example:

    update prefix_postmeta set meta_value=’both’ where meta_key=’_menu_item_languages_show’;
    update toskana_postmeta set meta_value=’dropdown’ where meta_key=’_menu_item_languages_type’;

    lacoos23

    (@lacoos23)

    Thank you @gody01 that worked!

    xowei

    (@xowei)

    @gody01 Thanks for the tips. It worked!

    @gody01 , Thank you but could explain me more about this , when i go to (prefix_postmeta)
    i didn’t found it , should i add new prefix ?

    Hi,

    My language menu just reappear when I make change from Yoast SEO to Rank Math plugin.

    First I have the menu who work on website with Rankmath and don’t work with my other website with Yoast.

    Then now I know it’s was yoast update who break menu.

    • This reply was modified 4 years, 11 months ago by Pierre236.

    Until a fix, a simple solution – for the moment – is to:
    01. download version 2.3.0;
    02. Ajust the language menu to your likings;
    03. Swap version 2.3.0 with the latest version.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP Multilang not show e menu’ is closed to new replies.