levelupclint
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Remove link from suggestionsForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Remove link from suggestionsHi Jelle,
We’re getting the entire HTML structure for the details panel with the filter above. I take it that you don’t want any links in the details panel including Add to Cart button. Can you first share your site address so I can take a look? I’ll work on a solution for this and will get back to you.
Hello,
Actually, the search index is only available for the pro version and you are using the free version.
Thanks,
ClintHello,
I checked your site and it seems to be working right now. You can try to re-build the index if the issue resurfaces again.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Remove link from suggestionsHello Jelle,
You can try the following filter:
add_filter( 'dgwt/wcas/suggestion_details/product/html', function($html, $product_id){ $html = str_replace('to-replace', 'your-extra-html', $html); return $html; }, 10, 2);
You need to modify the “text to replace” on the details panel HTML. I haven’t looked at this myself yet. Let me know how it goes and we’ll take it from there.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Price LayoutHello,
I can see the price breaking into 2 lines when there is no sale price. Can you enable display of the details panel for me so I can inspect the suggestions properly? Also, did you add some code to display the sale price?
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search results show more than 5Hi there,
Our plugin doesn’t affect the appearance of the search results page. You can set the number of items per page on the search results in your theme settings or via page builder if you use one.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search form 100%Hi there,
I can see the issue on mobile view where the search bar extends far off to the left.
In WooCommerce > AJAX Search bar > Search bar (tab), you can set:
Max form width
Layout (Icon on mobile, search bar on desktop)
Mobile breakpoint (767)Let me know if you’ve played around with the settings and it works for you. If not, we can add some CSS code to correct the display.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Pass variable via URLHello,
Just want to send an update on this, it should be:
https://www.site.com/?s=keyword&post_type=product&dgwt_wcas=1
Thanks,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Price LayoutHello,
Can you share your site address so I can check?
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Remove link from suggestionsHello Jelle,
If you would like to disable click on suggestions, you can add the following code in your Child theme’s functions.php file:
add_action('dgwt/wcas/product/permalink', function(){ return ''; });
Please backup your site before adding the code.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Pass variable via URLHello,
You can try adding an “s” parameter to pass to the search field:
https://www.site.com/?s=productkeyword
Best regards,
ClintHi there,
Thank you for reaching out!
If you are able to set up a staging site for us to check, you can contact us directly via WordPress admin on your website. Go to WooCommerce -> AJAX search form -> Contact. You can then share admin credentials privately for us to check on the issues.
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search appearance looks weirdHello,
You can add the following CSS code to your Theme Customizer > Custom CSS, or insert in your Child theme’s style.css file:
div.search-form { border: none !important; }
Let me know if this helps!
Best regards,
ClintForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search appearance looks weirdHi there,
If you could temporarily disable the Coming Soon state, that would help so I could view your site and provide you with a CSS fix. If not, you could contact us directly via WordPress admin on your website – go to WooCommerce -> AJAX search form -> Contact.