levelupclint
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search in TaxonomyHello,
Please see this doc (available in the Pro version):
https://fibosearch.com/documentation/tips-tricks/how-to-search-by-custom-taxonomy/
Best regards,
ClintHello,
Please try this out if this fixes the issue:
Thanks,
ClintHello,
I can’t seem to replicate the issue, it might be an isolated case. When I do a search and press enter, I am redirected to the search results page and no major loading issues.
Best regards,
ClintHello,
Please share the site address so we can check.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Change mobile displayHi Max,
In WooCommerce > FiboSearch > Search bar > Layout, you can set to “Search bar only” and disable “Overlay on mobile”. Please make sure that you have “Show advanced settings” enabled at the top.
Hello,
Yes, this is the same from our docs: https://fibosearch.com/documentation/themes-integrations/porto-theme/
Please share your site address so I can check.
Hello,
Maybe there is a conflict with one of your plugins or theme.
The best approach would be to deactivate plugins one by one and check if the issue still occurs after each deactivation. Also, try to switch your theme to e.g. Storefront, and check if the issue may be related to the theme.
This will help me determine if it’s not a compatibility issue and which plugin is the cause.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search icon issueHello,
Do you have a separate mobile menu where you could add the search icon instead?
Best regards,
ClintHello,
Only products are displayed on the search results page. We only show pages/posts in the autocomplete suggestions.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] site search?Hello,
Search on posts/pages is available in the Pro version. In most cases, embedding the search bar on the header will display across your site.
Hello Valdinia,
When opening the details panel, you can click on an empty space so you can inspect with the dev console. You can add your custom CSS to style the autocomplete suggestions and the details panel.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Still showing all resultsHello Jose,
Maybe there is a conflict with one of your plugins or theme.
The best approach would be to deactivate plugins one by one and check if the issue still occurs after each deactivation. Also, try to switch your theme to e.g. Storefront, and check if the issue may be related to the theme.
This will help me determine if it’s not a compatibility issue and which plugin is the cause.
Hello,
You can add this instead in Appearance > Customize > Custom CSS. Or, if you have a child theme, you can add in the style.css file.
.dgwt-wcas-search-icon { width: 80px; line-height:30px; } .dgwt-wcas-search-icon::after { content: "Search"; }
Best regards,
ClintHello,
Maybe you can try removing some borders with CSS. You can also use the “Overlay on mobile” feature in WooCommerce > FiboSearch > Search bar > Layout.
Best regards,
ClintHello,
This might work for you, you can add in your Theme Customizer > Custom Scripts:
<script> (function ($) { $('.dgwt-wcas-search-icon').append("Search").css({"width":"80px", "line-height":"30px"}); })(jQuery); </script>