Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #604384

    Hi,

    i have a question: How can I add the “Search Form” right next to the cart in my top bar?

    Here is the top bar:
    http://fs5.directupload.net/images/160329/ntp6muvu.png

    Thanks for your help!
    Greetings,

    #604545

    Hi oneandonlyeric!

    Please try adding following code to Functions.php file in Appearance > Editor

    function custom_search_place(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('li#menu-item-search').children().appendTo("#avia2-menu");
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_search_place');

    Best regards,
    Yigit

    #604549

    Hey Yigit,

    I added this code there, but nothing happened. Where is the mistake?

    Greetings,

    #604551

    Hey!

    Can you please post the link to your website?

    Cheers!
    Yigit

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