Hello
How can I hide the price of the woocommerce-products in the live search?
]]>How do i do it, only default search appears
]]>I have installed and configured the search but how do i deploy it on the website, i want it centered as that one of google on home page but how do i do that
]]>Hi,
I use Eonet LIve Search plugin for search and Mediapress plugin for upload media. I would like to make search by keywords in media/photo title and descriptions.
Mediapress developer tell me that :
1. Gallery is just a post type.
2. Media is normal WordPress attachment.
Could you help me with suggestions how to add “GALLERY” post type to your EoNet Live Search plugin.
Thanks!
Hello.
i wrote this issue before. but you dont fix it yet.
you have add this code to your plugin files of EonetLiveSearch.php page at line 166
'post_status' => 'publish',
so new search args is:
$search_args = array(
's' => $search,
'post_status' => 'publish',
'fields' => array('ids', 'post_type'),
'post_type' => eonet_get_option('search_post_types', $this->default_post_types)
);
because without that: the results shows the draft posts or pages.
thanks.
]]>Hello.
Since the last update:
when we type a few characters (for ex 3 char) opening the result bar but there is no result and there was a javascript error on browser console like this.
eonet_live_search.js?ver=1:74 Uncaught TypeError: eoSearchPopover.find(...).mCustomScrollbar is not a function
at eonet_live_search.js?ver=1:74
]]>
Hi developers.
Your plugin is the best live search plugin in my opinion. I tried a lot of plugin like this but they are not good enough.
I wanna thank you for this plugin.
And
There was some problems and some advise.
* The Search results shows the drafts.
If you are logged in via admin you can read it. If you not an admin you are going to 404 :] this is a big Problem for me.
* in the results, ul li a:before font-family is not font-awesome and its not visible. Bcs our sites or the plugin docs dont have that different font-family.
* The result show to us 8 posts.
(ul li…) Why 8? We may able to change the result counts in my opinion via admin dashboard. and also i can not change it from php files.
* in the results, The posts title have 35 characters. We can change it on php files($Max=35). I think it could be on admin dashboard. The users like me may be wanna change it. So you now, when you Update the plugin, The changes will gone in plugin files which ones changed by us.
Thanks a lot.
]]>Hello,
the image for arrow does not appears and also i don’t understand what is the image to the left of “close” button.How can i remove it?
My site is this
Screenshot
Thank you
Hi,
Your search didn’t work for me – it failed with the following PHP error:
PHP Fatal error: Call to undefined function ComponentLiveSearch\get_the_permalink() in [URL REMOVED]/wp-content/plugins/eonet-live-search/component-live-search/EonetLiveSearch.php on line 302
]]>Hi! Thanks for the great plugin! It looks like as of now the Live Search feature is only applied to the first search field found on a page. Is there a way that this can be allowed to apply to multiple search fields per page? For instance, we have a search field in the header as well as in the blog sidebar – it would be great to have the feature applied to both! I’ve tried with a class selector, comma-separated selectors, etc. but it always only applies to the first field found on the page. Thanks!
]]>I would really like to integrate this with my website but i cant seem to replace the default search. My website is https://needmystyle.com
]]>Hi,
Great plugin, and intuitive AI.
I would like to know how to add custom fields to the search Box.
]]>Hi,
Do I need a shortcode for the search box to appear? Because I can’t see the search box. I have chosen “Posts” and “Pages” in the “Post types included” panel.
Thanks
]]>Is the ajax search functionality supposed to start working once you activate the plugin?
Because it doesn’t work for me…
]]>