Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1270358

    Yiğit Merhaba,

    WMPL kullanıyorum sitede, sol üstte bayrak olmasın onun yerine İngilizce ve Türkçe yazsın istiyorum, daha önceki cevaplara da baktım hepsini uyguladım çözüm olmadı.

    Net olarak ne yapmam gerekiyor anlatır mısın?

    I am using WMPL on the site, I want it to be written in English and Turkish instead of the flag at the top left, I looked at the previous answers and applied all of them.

    Can you tell me exactly what I have to do?

    #1270675

    Merhabalar,

    Lutfen assagidaki kodu Appearance > Editor > functions.php dosyasina ekleyin

    add_action('after_setup_theme','avia_remove_main_menu_flags', 999);
    function avia_remove_main_menu_flags(){
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    	    remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 );
    		remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 );
    }

    Sonrasinda WPML > Settings > Menu language switcher’a gidip dil degistiricisini menunuzde gostermeyi secip diger ayarlari yapin – https://imgur.com/a/w1spsng :)

    Best regards,
    Yigit

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