Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Gabe Shackle

    (@hereswhatidid)

    Is the plugin enabled on that site? I don’t see any of it’s enqueued files in your source.

    Thread Starter anilinfo

    (@anilinfo)

    I had disabled it since it was not working… but now its enabled.
    Its not working, can you please have a look.
    Thanks.

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    It looks like the default search box in the theme you’re using does not have the ID set to “s” so you will need to set the Search Field Selector setting in the admin to [name="s"]

    Thread Starter anilinfo

    (@anilinfo)

    Hi,
    The id is set as “s”. you can check by searching anything through search box, the url contains the parameter “s”. Can you please help me out, i dont understand why its not working for me.
    Thanks in advance…

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    Actually it still looks to not have the ID set as “s”. I believe you’re confusing the name attribute with id. Right now the rendered search field looks like this:

    <input type="text" name="s" class="input field primary" placeholder="Search listing">

    Which you would need to use that [name="s"] value in the settings page for the plugin. In order to use the ID setting you would need to have the id attribute in your search HTML like so:

    <input type="text" id="s" name="s" class="input field primary" placeholder="Search listing">

    Thread Starter anilinfo

    (@anilinfo)

    Thank you so much, It worked ??

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    Great to hear!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘SearchAutocomplete is not working ?’ is closed to new replies.