Debugging

Bypass FiboFilters loading

This setting is useful anytime you test how some elements or functionalities run in your store with FiboFilters on vs off. Bypassing FiboFilters makes it easy to identify potential conflicts with third party plugins.

To completely bypass FiboFilters on any given page, you need to add the ?nofibofilters=2 URL parameter to the page address, for example:

https://example.com/shop/?nofibofilters=2

Additionally, you can bypass JS files only, setting the ?nofibofilters value to 1:

https://example.com/shop/?nofibofilters=1

We recommend bypassing anytime you’re testing FiboFilters for conflicts with your theme or other plugins. It’s a much faster method than manually disabling our plugin from the WordPress dashboard.

This article will be continued soon.