Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #340676

    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

    #340679

    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

    #340726

    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!

    #340729

    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

    #341415

    Thanks Yigit! That”s perfect!
    Have a nice day,
    Alexandra

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Widget – Extra Elements’ is closed to new replies.