开发者 |
damian-gora
matczar |
---|---|
更新时间 | 2025年7月23日 16:22 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
ajax-search-for-woocommerce
and all its contents to the /wp-content/plugins/
directory.WooCommerce → FiboSearch
and set your preferences.There are many easy ways to display the FiboSearch bar in your theme:
– Replacing the existing search bar with one click - it is possible for dozens of popular themes
– As a menu item - in your WordPress admin panel, go to Appearance → Menu
and add FiboSearch bar
as a menu item
– Using a shortcode
[fibosearch]
– As a widget - in your WordPress admin panel, go to Appearance → Widgets
and choose FiboSearch
– As a block - learn how to use blocks and FiboSearch together
– Using PHP
<?php echo do_shortcode('[fibosearch]'); ?>
– We will do it for you! - we offer free search bar implementation for Pro users. Become one now!
Or insert this function inside a PHP file (often, it is used to insert a form inside page template files):
We have prepared a one-click replacement of the search bar for the following themes:
Yes, you can! Go to Appearance → Menu
. You will see a new menu item called “FiboSearch”. Select it and click “Add to menu”. Done!
You can submit a ticket on the plugin website and the support team will get in touch with you shortly. We also answer questions on the WordPress Support Forum.
Depending on the theme you use, sometimes the search bar requires minor improvements in appearance. We guarantee fast CSS corrections for all Pro plugin users, but we also help Free plugin users.
In your WordPress dashboard, go to WooCommerce → FiboSearch
. The FiboSearch settings page is a submenu of the WooCommerce menu.
The Pro plugin version is for all online sellers looking to increase sales by providing an ultra-fast smart search engine to their clients. The main difference between the Pro and Free versions is search speed and search scope. The Pro version has a new fast smart search engine. For some online stores that offer a lot of products for sale, search speed can be increased up to 10×, providing a whole new experience to end users. All in all, the Pro version is dedicated to all WooCommerce shops where autocomplete suggestions work too slowly. You can read more and compare Pro and Free features here: Full comparison - Pro vs Free.
nofibosearch=1
parameter to the URLPersonalization
class.woocommerce
class from the FiboSearch bar widgetgetFormWrapper
returns undefined or empty jQuery
objectAutomatic conversion of false to array
(PHP >= 8.1)optionsRaw
to prevent JSON.parse
errors.pot
filex
button was added to the review request notice.pot
file.pot
file.\DgoraWcas\Helpers::keyIsValid
<i>
tag in suggestion titles and headlines%
for more stable format %%
in a sprintf
functionterm_id
with term_taxonomy_id
.pot
filePersonalization
class via DGWT_WCAS()
function.click()
with trigger('click')
, .focus()
with trigger('focus')
, .blur()
with trigger('blur')
jQuery.fn.mouseup()
with $(document).on('mouseup')
jQuery.isFunction()
with typeof fn === 'function'
open_basedir
restrictionsDGWT_WCAS_ANALYTICS_ONLY_CRITICAL
is set to true in the FiboSearch Analytics module<br>
was unnecessarily stripped in the description in the details paneldgwt/wcas/settings
filterShop manager
role to manage the plugin settings by adding a constant to the wp.config.php
file#
in Storefront integration because of SEOHelpers::calcScore()