Hi,
Thanks for reaching out to us.
We have not encountered any issues with Bricks Builder so far, and several of our users are successfully using it.
Could you please try using it with the Bricks Builder WooCommerce Gallery widget?
Hope to hear from you soon.
Thank You
In my case when i use in query loops in shop page/archives it doesnt work, nothing isnt shown.
In the other hand, in single product pages works
i dont know what is the reason.. is needed version pro? because i found this solution in forums
<php global $product;
if ( $product && $product->is_type( 'variable' ) ) {
// Esto intenta pintar SOLO los swatches sin el botón de compra
if ( class_exists( 'Woo_Variation_Swatches_Pro' ) || class_exists( 'Woo_Variation_Swatches' ) ) {
echo woo_variation_swatches_pro()->show_archive_page_swatches();
}
}?>
Hi,
It seems there might be a bit of confusion between two of our plugins. You’ve posted in the Gallery plugin forum, but based on your code sample, it looks like you’re trying to work with swatches.
Please note that in the free version of the Swatches plugin, the archive swatches feature isn’t available. For further assistance with this, we kindly ask you to reach out to us through the appropriate support channel.
Also, just a reminder that this forum is dedicated to free plugins only, so we’re unable to address commercial-related questions here. Please check the forum guidelines. Thanks for your understanding!
Thank You