For any paid account, you can turn off our logo on admin console > Interface > General
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.”
Not right now but we can assist you for the setup if you are on the paid package.
Kindly check out:
- naturallyella.com – cooking blog
- celebmafia.com – entertainment
- theshoparound.com – ecommerce retail site.
- demo.searchiq.co – our demo site for WordPress users
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;}