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

    Hi,
    I use this code in fonction.php (topic https://kriesi.at/support/topic/wpml-language-switcher-8/#post-588831) to disable language switcher configuration. But it don’t work. Have you an other solution ?

    add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);
    function avia_remove_main_menu_flags(){
    remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
    remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
    remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
    }

    #1047397

    Hey mescalytequila,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .menu.av-main-nav .av-language-switch-item {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1047630

    Great ! Many thanks !

    #1047752

    Hi mescalytequila,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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