Product Filter by WBW issues #902
Unanswered
goclimbing
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It seems that this has something to do in Installed the plugin here https://dev.bootscore.me/shop/ with shortcode in the sidebar and works. There are settings in the plugin options tab where you can disable AJAX or define a container selector:
It seems that the default product class in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this thread near the bottom Basti and I get into looking at the problems I'm experiencing with the Product Filter plugin. I'm moving that discussion to here.
https://github.com/orgs/bootscore/discussions/896#discussioncomment-11579356
This is the site before switching to bootscores. It's running understrap. The plugin is widely used and gets great reviews. So something in the theme.
https://stg-psbullion-dev.kinsta.cloud/shop/
Site where it doesn't work:
https://psbullion.kinsta.cloud/shop/
select any check box on the latter site and it reloads the page rather than just reloading the content.
So far I've tried.
Disabling AJAX had no effect.
Commenting out those lines did not change the behavior. There were couple lines I could not comment out as it would throw a fatal error. Those are lines:
47 require_once('inc/navwalker.php'); // Register the Bootstrap 5 navwalker
53 require_once('inc/widgets.php'); // Register widget area and disables Gutenberg in widgets
25 require_once('inc/wc-setup.php');
I have also reset the child theme to the original eliminating any of my code.
On my local dev env i have disabled all plugins other than the filter and WC.
We have the pro version so I might check with their support to see if they could take a look. Obviously no promises there.
Beta Was this translation helpful? Give feedback.
All reactions