Documentation

Everything you need to get started with Blocksy Theme and Companion

Restore full product gallery when using Blocksy Pro

If you use Blocksy Pro and have the WooCommerce Extra extension activated, the full product gallery (thumbnails) will be scrollable instead of taking half of the screen real estate. You can disable this and return to the Blocksy free behaviour, using this snippet.

add_filter('blocksy:woocommerce:gallery-pills-slider:enabled', function ($current_value) {
  return false;
});
Not the solution you are looking for?

Please check other articles or open a support ticket.