• Resolved nobinrd

    (@nobinrd)


    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]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author SearchIQ

    (@searchiq)

    @nobinrd We are unable to see our div tag on the site pages. Can you please reset the configuration and index the site again?

    Thread Starter nobinrd

    (@nobinrd)

    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.

    Plugin Author SearchIQ

    (@searchiq)

    @nobinrd We will check and update you soon.

    Thread Starter nobinrd

    (@nobinrd)

    Hi,

    any updates team?

    Plugin Author SearchIQ

    (@searchiq)

    @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.

    Thread Starter nobinrd

    (@nobinrd)

    Hi,

    Please share a solution for it.

    Plugin Author SearchIQ

    (@searchiq)

    @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 index

    to
    private $postsPerCall = 100; // for bulk index

    After you reduce the number of posts per call, please do a ‘Full Resynchronize Posts’ from the SearchIQ settings.

    Thread Starter nobinrd

    (@nobinrd)

    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”]

    Plugin Author SearchIQ

    (@searchiq)

    @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?

    Thread Starter nobinrd

    (@nobinrd)

    Hi,

    I want to show the search icon instead of search bar.

    Thread Starter nobinrd

    (@nobinrd)

    Hi,

    can you share the short code for icon style. The above code i had been taken from the below site

    url :https://www.searchiq.co/guide.html#guide-shortcode

    Plugin Author SearchIQ

    (@searchiq)

    @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.

    Thread Starter nobinrd

    (@nobinrd)

    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.

    Plugin Author SearchIQ

    (@searchiq)

    @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.

    Plugin Author SearchIQ

    (@searchiq)

    @nobinrd Are you still facing the issue?

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘SearchIQ not Working’ is closed to new replies.