Documentation

Everything you need to get started with Blocksy Theme and Companion

Restore built-in WooCommerce product gallery

Blocksy employs a very nice product gallery, which can be customised further using the Customiser. If you wish to return to WooCommerce’s default gallery for whatever reason, feel free to use the snippet below.

add_filter('blocksy:woocommerce:product-view:use-default', function ($current_value) {
  // Use WooCommerce built in gallery
  return true;
});
Not the solution you are looking for?

Please check other articles or open a support ticket.