Tagged: language selector, wpml
Hi
I would like to create language selector near the burger icon. It’s possible?
I use WPML plugin.
Thanks
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
ok! Thanks!
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