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);
}
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
Great ! Many thanks !
Hi mescalytequila,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria