Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #723952

    Hello,

    I’m using your theme on olba.erkuto.com with WPML. How can I remove the WPML options on header menu?

    Thanks,
    Orhan

    #723954

    Merhabalar!

    Please add following code to functions.php file in Appearance > Editor

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

    Cheers!
    Yigit

    #723958

    Merhaba Yiğit!

    Teşekkürler. Konuyu kapatabilirsin :)

    #723963

    Merhabalar!

    Rica ederim :)

    Iyi gunler iyi calismalar!

    Saygilar & Sevgiler
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide WPML Language Icons On Header’ is closed to new replies.