Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #985887

    Hi,
    I would like to add flag symbols for the active language and alternative languages to the small bar on top of the header. I use a multisite environment with multilingual press. Can you help, please?

    Matthias

    #986235

    Hey Matthias,

    Thank you for using Enfold.

    You can add the language switcher in the includes > helper-main-menu.php file manually or use the “avia_meta_header” hook and call on the plugin’s switcher function.

    add_action('avia_meta_header', function() {
       // language switcher function here
    });

    Please contact the plugin author for more info.

    Best regards,
    Ismael

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