Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #444206

    Hi there,

    So i’ve edited the functions.php file to remove the default flags for wimple integration on the main menu. But now my language switcher looks like this and I can switch between languages as a dropdown menu. Please help. Thank you.

    #444354

    Hey Jon!

    How would you like to display language switcher? Also, please post temporary admin login credentials so we can check WPML settings

    Cheers!
    Yigit

    #444409
    This reply has been marked as private.
    #444772

    Hey!

    Add this in the functions.php file:

    add_action('avia_meta_header', 'add_custom_content_to_header');
    function add_custom_content_to_header() {
    	do_action('icl_language_selector');
    }

    Use the Quick CSS field to adjust the position of the language switcher.

    Best regards,
    Ismael

    #444881

    Hi Ismael,

    Thank you for your kind support. I’ve added in the code in functions.php but the language is still not a dropdown and still appears as . Hmmm, don’t think the code worked for the dropdown language selector.

    • This reply was modified 9 years, 6 months ago by jasksks.
    #445423

    Hi guys, any idea why the language switcher isn’t appearing? Hmm just can’t seem to get it work with

    add_action(‘avia_meta_header’, ‘add_custom_content_to_header’);
    function add_custom_content_to_header() {
    do_action(‘icl_language_selector’);
    }

    in the functions.php file. Any advice would be much appreciated!

    #446593

    Hi guys, any help on my issue above would be much appreciated! I still can’t get the language switcher to show. Please advise if possible thank you

    #446950

    Hi guys, I’m sorry but it’s been awhile. Please could someone help me take a look at why my WPML language switcher is not working as a dropdown on my main menu please?

    #447274

    Hey!

    Sorry for the late reply! We have a queue that goes from the oldest queries to the newest ones and each time you self post, you are pushing your query to the end of the queue. I adjusted WPML settings, can you please review your website now?

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.