SearchIQ not Working
-
Hi,
SearchIq icon style and Ajax search not working.
Before it was working perfectly.I’m using Elementor as editor.Please help me with this ASAP.
The page I need help with: [log in to see the link]
-
@nobinrd We are unable to see our div tag on the site pages. Can you please reset the configuration and index the site again?
Hi,
I tried to reset but it showing,
cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received, please try again after some time.
@nobinrd We will check and update you soon.
Hi,
any updates team?
@nobinrd It seems the issue is due to the number of posts per call sent. We are checking in detail to share a solution for the issue.
Hi,
Please share a solution for it.
@nobinrd We don’t have any settings to change the posts per call in the admin backend. You need to make the below change in line 6 of the plugin file ‘/wp-content/plugins/searchiq/library/plugin.php’.
Please edit the following code
private $postsPerCall = 500; // for bulk indexto
private $postsPerCall = 100; // for bulk indexAfter you reduce the number of posts per call, please do a ‘Full Resynchronize Posts’ from the SearchIQ settings.
Hi,
Thank you for the solution.
Please help me with search box style.Now its showing search bar instead of icon style.
i given the short code like this,[siq_searchbox type=”icon” placeholder=”Search here” post-types=”post,product” width=”300″ placement=”right”]
@nobinrd The shortcode you have used is to add a search bar. Do you want to show the search box or search icon? Do you want to style the search box in the screenshot https://prnt.sc/1udccqx?
Do you have any specific style to implement on the search box?Hi,
I want to show the search icon instead of search bar.
Hi,
can you share the short code for icon style. The above code i had been taken from the below site
@nobinrd We have the menu search icon option to show the search icon instead of a search bar. You need to select the menu to add a search icon under the ‘Options’ tab of the SearchIQ settings. Please check the screenshot for reference. https://monosnap.com/file/ml9ZJLgJR31jQQOx4YRN0ooji6xiYH
Moreover, please remove the shortcode that you added for a search bar.
if the search icon for menu enables the the short code design also working.I need the short code style because my search bar is showing in top side of header(please check the website).Now what i’m doing is menu search i’m hiding using css style and display the short code icon style.So two search style is loading.
@nobinrd We can see only one autocomplete results are loading. https://prnt.sc/1uwx9rb
Please share the screenshot if you’re referring to something else.@nobinrd Are you still facing the issue?
The topic ‘SearchIQ not Working’ is closed to new replies.