• Hey

    First of all thanks for this amazing plugin.
    Although I have question about the language switcher.

    I added following code in functions.php

    if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ();

    At the moment It is located at the left. Is it possible to make it appear in the middle of logo and menu or somewhere in the header section?

    Thank you!

    • This topic was modified 6 years, 12 months ago by rigdenau.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The code You need to add to template files. header.php, footer.php Not in ‘functions.php’.

    Thread Starter rigdenau

    (@rigdenau)

    If I do so for example header.php the code appears on the top of the page.. Not the language switcher. If you check the site you see that.

    This is php code and it must be in php tags <?php //code ?>

    Thread Starter rigdenau

    (@rigdenau)

    Thank you. Is there any way to add language switcher in the same row with the menu? Horizontally?

    In edit menu screen in list of items for adding to menu exist item ‘Language switcher’.

    I have very similar topic, I can’t use Apperance -> Menu option because in my theme it’s not working correctly, but I can hardcode it in theme.

    Question:
    function: if ( function_exists ( ‘wpm_language_switcher’ ) ) wpm_language_switcher (‘dropdown’, ‘flag’);
    displays flags but first one is current language flag. Is it possible to setup current language flag as a last one on list?

    You can write your own function for displaying language switcher.

    Thread Starter rigdenau

    (@rigdenau)

    IS there any way to display EST RUS instead of flags?

    You can change language names in settings.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Language switcher’ is closed to new replies.