Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #656680

    Hi,
    I’ve found how to move search box in secondary menu, thanks to this post https://kriesi.at/support/topic/insert-search-button-and-widget-area-in-the-secondary-menu-bar/. But I would like to have search box in the main header area, near to social links icons. Is there any way to move search box to social icons position ?
    Best regards

    #656686

    Hi Tomoe!

    Can you please post the link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    #656700

    Thanks Ygit. Actually, it’s on localhost on my computer. Here are screenshots.

    Regards!

    #657104

    Hi,

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    function av_move_social(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery("li#menu-item-search").detach().appendTo('ul.noLightbox.social_bookmarks')
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_move_social');

    Best regards,
    Yigit

    #657169

    Thanks a lot, Yigit! Works like a charm.

    #657172

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search box in main header (along with social icons)’ is closed to new replies.