Tagged: search box
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
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
Thanks Ygit. Actually, it’s on localhost on my computer. Here are screenshots.
Regards!
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
Thanks a lot, Yigit! Works like a charm.
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