Tagged: wpml
For the top header, how can you make it say “English” instead of showing the American Flag.
Hi chriss922009!
Thank you for using Enfold.
Please add this on functions.php:
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);
}
Go to the Language switcher options then disable the flag on What to include in the language switcher option.
Best regards,
Ismael
Thank you! I have inserted the code into functions.php and disabled the flag but nothing shows up.
Website Link: http://fcapadvisors.com
PDF of WPML settings: http://fcapadvisors.com/trueba4/Languages.pdf