Archives

How can I activate white labelling?

June 14, 2017

For any paid account, you can turn off our logo on admin console > Interface > General

Continue Reading

Is that possible to find result inside a word?

June 14, 2017

We don’t search by mid word in the keyword. But if you see specific keywords frequently, then you can add synonym like “silicone, ilicone, icone”. It will search for Silicone.”

Continue Reading

I was wondering if you provide a paid set up service, given a set of parameters for crawling and set up of a search page.

June 14, 2017

Not right now but we can assist you for the setup if you are on the paid package.

Continue Reading

Are there any sample sites that use SearchIQ so we can see what it looks like in use?

June 14, 2017

Kindly check out:

  1. naturallyella.com – cooking blog
  2. celebmafia.com – entertainment
  3. theshoparound.com – ecommerce retail site.
  4. demo.searchiq.co – our demo site for WordPress users
Continue Reading

Thumbnail issues

June 14, 2017

Question: I have no thumbs. Only the gray dummy-picture is shown. What can I do?
Answer: We don’t generate thumbnails for JS version. We display only original images for non-wp sites.
You can use XPath in ‘Advanced Settings’ under ‘Crawler Tab’ on the Setup page.

Question: The thumbs show up. But the format of my pictures is not square but 16/9. So I’d like to change the display by inserting css in setup general:
img { width: 71px !important; }
This does not work. Could you suggest a solution?

Answer:
Please try this code.
For autocomplete images:
body ._siq_main_searchbox .siq_resultLeft.has-image img { width: 71px !important; }

for search result page images:
#siq_search_results .search-results-L img { width: 71px !important;}

Continue Reading