- This topic has 15 replies, 4 voices, and was last updated 3 years, 4 months ago by
Heinrich.
-
AuthorPosts
-
November 27, 2022 at 7:34 am #2437105
Heinrich
hi team,
heavily fighting with a product filter from barn2.
filter is working when i have gp premium deactivated. when i activate gp premium, then no products are shown. i have the number of products which are filtered, but no products shown on the page.when i deactivate gp premium again, filtered products are shown.
any idea where in gp this does come from?
November 27, 2022 at 12:39 pm #2437747Leo
StaffCustomer SupportHi there,
I can’t see how GP Premium would have the ability to cause this issue.
Can you deactivate each module to see if you can identify the one causing the issue?
https://docs.generatepress.com/article/installing-gp-premium/#activate-your-modulesNovember 27, 2022 at 12:55 pm #2437777Heinrich
hi leo, of course i have done this before.
but i will deactivate them again except gp-pro, woo and product filter. do not evaluate the optics .-))
when you deactivate gp-pro, the products appear again as they should…
when you activate it again, they disappear.November 27, 2022 at 1:06 pm #2437800Ying
StaffCustomer SupportHi there,
What Leo suggested is to deactivate GP Premium’s modules to determine which module of GP premium is causing the issue.
Can you do that instead of disabling GP premium plugin?
November 27, 2022 at 1:11 pm #2437804Heinrich
properly reading is art .-)
it`s the woocommerce module
November 28, 2022 at 5:34 am #2438763Heinrich
hi team, any news on this topic?
tks in advance.November 28, 2022 at 7:11 am #2438929David
StaffCustomer SupportCan i see the page with the filter enabled ? And with GP Woo module enabled ?
November 28, 2022 at 8:47 am #2439333Heinrich
hi david,
this is the current state.November 28, 2022 at 10:47 am #2439560Ying
StaffCustomer SupportI’m not sure why but the Woocommerce filter plugin has this CSS to hide the filtered content:
https://www.screencast.com/t/8OTtf64Q7lp.wcf-hider { display: none; }It’s added by the plugin not GP, I don’t know why GP’s Woocommerce module would cause this issue.
Can you try disabling GP’s Woo module so I can compare?
Let me know!
November 28, 2022 at 1:02 pm #2439787Heinrich
hi ying, done, woocommerce module is disabled.
wouldn`t it be better if you login to the site? its a staging, so you can play around as you want?all the best.
heinrichNovember 28, 2022 at 1:56 pm #2439866Ying
StaffCustomer SupportYes, an admin login of the site will be very helpful so I can do some testing 🙂
Thank you!
November 28, 2022 at 2:02 pm #2439874Heinrich
hi ying, i sent this in the first form .-(
here again in the private form. i change the language to english.November 28, 2022 at 2:26 pm #2439910Ying
StaffCustomer Supporti change the language to english.
That’s very considerable 🙂
So the issue is that there’s a conflict between the plugin and GP’s Woo module, it breaks the HTML structure.
This PHP snippet should fix the issue:
remove_action( 'woocommerce_before_shop_loop', 'generatepress_wc_before_shop_loop' ); add_action( 'woocommerce_after_shop_loop', 'generatepress_wc_before_shop_loop' );November 28, 2022 at 2:58 pm #2439962Heinrich
tks a lot, seems it`s working. is this a thing you will fix in an update? barn2 filter is planned for a few shops with gp.
November 28, 2022 at 4:24 pm #2440068Ying
StaffCustomer SupportNo, I don’t think so.
As it’s not an error or bug in GP, it’s just not compatible with this plugin, if we change it for this plugin, another conflict might happen with other plugins.
-
AuthorPosts
- You must be logged in to reply to this topic.