Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311994

    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!

    #312141

    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

    #312169

    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!

    #312172

    and when you unfold the menu…..

    http://www.joiells.com/image/screen02.jpg

    thanks again!

    #312217

    Hi!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #312795

    Solved Yigit, thanks for fast reply! Best regards.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘icl_language_selector’ is closed to new replies.