Hi,
Where can i insert line
<?php do_action(‘icl_language_selector’); ?>
to see in Header Social Icons (my config is Display in top bar), and then edit selector position via css?
I’ve enfold v2.9.2. and tried many things and nothing,
Thanks!
Hi khrystian!
Thank you for using Enfold.
You can add this on functions.php:
add_action('avia_meta_header', 'ava_icl_language_selector');
function ava_icl_language_selector(){
do_action('icl_language_selector');
}
Cheers!
Ismael
Thank you Ismael,
Add this on function.php, and language selector looks like this….
http://www.joiells.com/image/screen.jpg
how can i resolve this ?
Thanks!
Solved Yigit, thanks for fast reply! Best regards.