Hello,
Do you think it would be possible to insert the Enfold Search Engine (which is normally in the menu) in a post, via a homemade shortcode for example ?
Thank you.
Hi francepronet!
Please add following code to functions.php file in Appearance > Editor
add_shortcode('avia_search', 'get_search_form');
and then use following shortcode
[avia_search]
Cheers!
Yigit
Hello Yigit,
Could this search form be the Ajax-Search of the theme ?
Thank you
Hey!
It could not be done easily. It would take a bit of customization to work out. It would be best to hire a freelancer to help you out with this customization.
Or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see an element created for this in a future update.
Best regards,
Elliott
Ok, thank you.
Your first solution is already something good.