Tagged: 

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

    For the top header, how can you make it say “English” instead of showing the American Flag.

    #333088

    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

    #333506

    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

    #334169

    Hi!

    Please set up the language selector on WPML > Display the language switcher in the WP Menu. Select your main menu.

    Regards,
    Ismael

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