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
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