Hi,
I would like to add a translation widget in the top bar used for extra elements. In which file should I add the code?
Thanks a lot for your reply:)
ALexandra
Hi alexoua!
Please go to Appearance > Editor and open Helper-main-menu.php file and find
<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
and add your code right below it
Best regards,
Yigit
Thanks Yigit !
And if I want to add this on the last footer area just next to the copyright text, which is the file.?
Thanks for your help!
Hey!
Then footer.php file is the file. Please find following and add your code below it
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
<div class='container'>
Regards,
Yigit
Thanks Yigit! That”s perfect!
Have a nice day,
Alexandra