levelupclint
Forum Replies Created
-
Hello,
Please contact us here so we can investigate further: https://fibosearch.com/contact/
Best regards,
ClintHello,
We have integration with the Ocean WP theme. Please follow the steps in this doc:
https://fibosearch.com/documentation/themes-integrations/oceanwp-theme/
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] FiboSearch doesnt workHello,
Please contact us here with more details: https://fibosearch.com/contact/
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Image size 64×64Hello,
It’s completely up to you. You can use the following snippet:
https://bitbucket.org/damian-gora/workspace/snippets/A9n7BG/changing-suggestion-image-size-to-other
Best regards,
ClintHello Zoli,
Please contact us here https://fibosearch.com/contact/
Also include the details you’ve added in this thread.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search icon issueHello,
Please share your site address so we can take a look.
Best regards,
ClintHello,
I see, so it’s actually added as a sub-menu item. If I try to click quickly on the search suggestions so it stays visible, the Shop menu dropdown containing the search bar would collapse. Would it be possible for you to transfer the search bar as a top-level menu item instead?
Best regards,
ClintHello,
Actually, the [wcas-search-form] shortcode should work and don’t need to be replaced with [fibosearch] shortcode. Could you try adding this again as-is:
https://fibosearch.com/documentation/themes-integrations/conj-lite-theme/
Currently, I don’t see our search bar on your site.
Hello,
Currently, we don’t support the +/- buttons provided by your theme or plugin and are not being loaded on the details panel. We plan to support more versions of the quantity field in the future.
Hello,
Please share your site address so I can take a look. Did you previously have +/- Add-to-cart buttons?
Hello
Please follow the steps here to replace the native search bar:
https://fibosearch.com/documentation/themes-integrations/conj-lite-theme/
Replace:
<?php echo do_shortcode( ‘[wcas-search-form]’ ); ?>
with:
<?php echo do_shortcode(‘[fibosearch]’); ?>Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search form 100%Hello,
It seems that on mobile, the search bar extends outside of the viewport. Can you add the following CSS code to your Theme Customizer > Additional CSS section:
@media only screen and (max-width: 767px) { .dgwt-wcas-sf-wrapp { width: 60% !important; right: -170px !important; } }
Thanks,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Bogus X button showingHello,
Can you add the following code to your Theme Customizer > Custom Scripts section:
<script> (function ($) { $(document).ready(function() { $(document).on("click", "button.dgwt-wcas-om-return.js-dgwt-wcas-om-return", function() { $(".dgwt-wcas-preloader").removeClass("dgwt-wcas-close").html(""); }); }); })(jQuery); </script>
Thanks,
ClintHello,
The search on mobile is set to display overlay on your site. I’m able to close the overlay with the left white arrow. Can you see it as well like in the screenshot below?
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Bogus X button showingHi there,
Thanks for reaching out!
Can you share your site address so I can take a look and work on a fix for this?
Best regards,
Clint