Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #940556

    Hi

    I would like to create language selector near the burger icon. It’s possible?
    I use WPML plugin.

    Thanks

    #941403

    Hey rossodigrana,

    Thank you for using Enfold.

    Yes, that’s possible. Call the “wpml_add_language_selector” function in the “ava_after_main_menu” hook.

    add_action( 'ava_after_main_menu', 'ava_lang_switch_to_header' );
    function ava_lang_switch_to_header() {
    	echo do_action('wpml_add_language_selector');
    }

    This may require a few css adjustments.

    Best regards,
    Ismael

    #941420

    ok! Thanks!

    • This reply was modified 6 years, 6 months ago by rossodigrana.
    #941743

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Language selector near the burger icon’ is closed to new replies.