levelupclint
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] The plugin stopped workingHello,
It seems you don’t have our search bar displayed on your site. You can follow this doc to replace the default search: https://fibosearch.com/documentation/themes-integrations/oceanwp-theme/
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Paid Version Not Searching in SKUHello,
Since you’re using the Pro version, you can contact us here: https://fibosearch.com/contact/
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] The plugin stopped workingHello,
The Free version should be able to handle even thousands of products. Can you share your site address?
Hello,
Can you share your site address so I can try to do some search and what is the new category the products belong to? With the Free version, it doesn’t maintain an index.
Hello Jan,
Please see this doc: https://fibosearch.com/documentation/troubleshooting/always-displays-all-products-on-the-search-results-page/
You can also contact us here and send your site address so we can take a closer look at the issue: https://fibosearch.com/contact/
Hello,
Yes, something like below:
$html = '<img src="https://www.industreys.com/wp-content/uploads/2021/06/icon.png" />';
Can you try adding the following CSS to your Theme Customizer > Additional CSS:
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input { color: #000 !important; border-radius: 23px !important; } .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder { font-style: normal !important; }
Hello,
Yes, you can replace the search icon by using this snippet: https://bitbucket.org/damian-gora/workspace/snippets/knGyqe/asfw-replace-the-search-icon-icon-layout
Can you share your site address for the other changes?
Hello,
Thanks for the video! I’m not able to replicate the issue on my end though. Can you try clearing your browser cache?
Hello,
There could be an issue with the search index.
The forum is for the Free plugin users. Please contact us here so we can take a look at the issue: https://fibosearch.com/contact/
Hi,
Can you try the steps here if this helps: https://fibosearch.com/documentation/troubleshooting/the-search-results-page-created-in-elementor-doesnt-display-products/
Hello Mark,
Was this the search icon to the right-most part of the menu earlier? It doesn’t seem like the styling is applied. Can you remove the CSS code from earlier so we can start over?
Hello,
Can you provide your site address so I can check?
Maybe also try adding a Text element and insert this shortcode:
[fibosearch]
Best regards,
ClintHello Mark,
Can you try adding the following CSS code to your Theme Customizer > Additional CSS section:
.dgwt-wcas-search-wrapp {
opacity: 1 !important;
display: block !important;
}Best regards,
ClintHello,
Okay – let us know when it’s live so we can check further.
Thanks,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] filter sizeHello,
Yes, you can just add another one with a higher min-width and width values:
@media(min-width: 2048px) { .dgwt-wcas-sf-wrapp { width: 900px; } }