Site logo

Archived topic

Incompatibility with Beaver Themer 1.4.1.2 and GP WooCommerce Module

3 replies · Started by Anja on April 12, 2022

Viewing posts 1–4 of 4

Hi there,
I have a site where the PowerPack Grid (also other grids) on a product category template I created with Beaver Themer breaks, as long as GP WooCommerce Module is active.
This happens only in the newest Version of Beaver Themer, Version before (1.3.x) was fine. I already tried with BB support and together we at least found out, this happens in combination with the GP WooCommerce Module. Maybe only on MY site... they had no reports of other incidents like this.

Now I am hoping, YOU can help me because I don't want to turn off the module.
I will add login info and a video to show the issue.

Thanks!
Regards
Anja

Hi there,

odd - the main difference is GP Premium adds the Columns container it uses for its settings. But this Container is way out of the way and the way that page is constructed it should have no bearing on the layout. But the presence of the GP columns container may throw a spanner in the JS that plugin is using for its columns.

You can try removing the columns container with this PHP Snippet:

add_action('wp', function(){
    remove_action( 'woocommerce_before_shop_loop', 'generatepress_wc_before_shop_loop' );
    remove_action( 'woocommerce_after_shop_loop', 'generatepress_wc_after_shop_loop' );
},999);

OMG!
David, you are invaluable! This works and finally puts an end to my having to mess with that. Thank you so much for the great explanation and the code. that worked like a charm!
GeneratePress forever!

Awesome - glad to hear that worked!

This archived topic is closed to new replies.