🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 14:13:06 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
options
/
woocommerce
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/options/woocommerce
🔄 Refresh
✏️
Editing: single-product-gallery.php
Writable
<?php $options = [ 'woo_product_gallery' => [ 'label' => __( 'Product Gallery', 'blocksy' ), 'type' => 'ct-panel', 'inner-options' => [ blocksy_rand_md5() => [ 'title' => __( 'General', 'blocksy' ), 'type' => 'tab', 'options' => [ apply_filters( 'blocksy:options:single_product:product-general-tab:start', [ 'product_view_type' => [ 'type' => 'hidden', 'value' => 'default-gallery' ] ] ), [ [ 'has_product_single_lightbox' => [ 'label' => __( 'Lightbox', 'blocksy' ), 'type' => 'ct-switch', 'value' => 'no', 'divider' => 'top:full', 'sync' => blocksy_sync_whole_page([ 'prefix' => 'product', 'loader_selector' => '.woocommerce-product-gallery' ]), ], 'has_product_single_zoom' => [ 'label' => __( 'Zoom Effect', 'blocksy' ), 'type' => 'ct-switch', 'value' => 'yes', 'sync' => blocksy_sync_whole_page([ 'prefix' => 'product', 'loader_selector' => '.woocommerce-product-gallery' ]), ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'product_view_type' => 'default-gallery|stacked-gallery' ], 'options' => [ 'has_product_sticky_gallery' => [ 'label' => __('Sticky Gallery', 'blocksy'), 'type' => 'ct-switch', 'value' => 'no', 'sync' => 'live' ], ], ], ], [ apply_filters( 'blocksy:options:single_product:product-general-tab:sticky:after', [] ), ], [ blocksy_rand_md5() => [ 'type' => 'ct-divider', ], ] ], [ blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'product_view_type' => 'default-gallery|stacked-gallery', ], 'options' => [ 'productGalleryWidth' => [ 'label' => __( 'Container Width', 'blocksy' ), 'type' => 'ct-slider', 'defaultUnit' => '%', 'value' => 50, 'min' => 20, 'max' => 70, 'divider' => 'bottom', 'setting' => [ 'transport' => 'postMessage' ], ], ], ], 'product_gallery_ratio' => [ 'label' => __( 'Image Ratio', 'blocksy' ), 'type' => 'ct-ratio', 'value' => '3/4', 'design' => 'block', 'attr' => [ 'data-type' => 'compact' ], 'setting' => [ 'transport' => 'postMessage' ], 'preview_width_key' => 'woocommerce_single_image_width', 'view' => 'inline', 'inner-options' => [ 'woocommerce_single_image_width' => [ 'type' => 'text', 'label' => __('Image Size', 'blocksy'), 'desc' => __('Image size used for the main image on single product pages.', 'blocksy'), 'value' => 600, 'design' => 'inline', 'setting' => [ 'type' => 'option', 'capability' => 'manage_woocommerce', ] ], ], ], ], apply_filters( 'blocksy:options:single_product:gallery-options', [] ), apply_filters( 'blocksy:options:single_product:gallery:arrows', [] ), ], ], blocksy_rand_md5() => [ 'title' => __( 'Design', 'blocksy' ), 'type' => 'tab', 'options' => [ 'slider_nav_arrow_color' => [ 'label' => __( 'Prev/Next Arrow', 'blocksy' ), 'type' => 'ct-color-picker', 'design' => 'inline', 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], 'hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], ], 'pickers' => [ [ 'title' => __( 'Initial', 'blocksy' ), 'id' => 'default', 'inherit' => 'var(--theme-text-color)' ], [ 'title' => __( 'Hover', 'blocksy' ), 'id' => 'hover', 'inherit' => '#ffffff' ], ], ], 'slider_nav_background_color' => [ 'label' => __( 'Prev/Next Background', 'blocksy' ), 'type' => 'ct-color-picker', 'design' => 'inline', 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], 'hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], ], 'pickers' => [ [ 'title' => __( 'Initial', 'blocksy' ), 'id' => 'default', 'inherit' => '#ffffff' ], [ 'title' => __( 'Hover', 'blocksy' ), 'id' => 'hover', 'inherit' => 'var(--theme-palette-color-1)' ], ], ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'has_product_single_lightbox' => 'yes' ], 'options' => [ 'lightbox_button_icon_color' => [ 'label' => __( 'Lightbox Button Icon Color', 'blocksy' ), 'type' => 'ct-color-picker', 'design' => 'inline', 'divider' => 'top', 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], 'hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], ], 'pickers' => [ [ 'title' => __( 'Initial', 'blocksy' ), 'id' => 'default', 'inherit' => 'var(--theme-text-color)' ], [ 'title' => __( 'Hover', 'blocksy' ), 'id' => 'hover', 'inherit' => '#ffffff' ], ], ], 'lightbox_button_background_color' => [ 'label' => __( 'Lightbox Button Background', 'blocksy' ), 'type' => 'ct-color-picker', 'design' => 'inline', 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], 'hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], ], 'pickers' => [ [ 'title' => __( 'Initial', 'blocksy' ), 'id' => 'default', 'inherit' => '#ffffff' ], [ 'title' => __( 'Hover', 'blocksy' ), 'id' => 'hover', 'inherit' => 'var(--theme-palette-color-1)' ], ], ], ], ], 'product_image_border_radius' => [ 'label' => __( 'Border Radius', 'blocksy' ), 'sync' => 'live', 'type' => 'ct-spacing', 'divider' => 'top', 'value' => blocksy_spacing_value(), 'min' => 0, 'responsive' => true ], ], ], // gallery thumbnails blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'product_view_type' => 'default-gallery|top-gallery' ], 'options' => [ blocksy_rand_md5() => [ 'type' => 'ct-title', 'label' => __( 'Gallery Thumbnails', 'blocksy' ), ], blocksy_rand_md5() => [ 'title' => __( 'General', 'blocksy' ), 'type' => 'tab', 'options' => [ [ blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'product_view_type' => 'default-gallery' ], 'options' => [ 'gallery_style' => [ 'label' => __('Container Position', 'blocksy'), 'type' => 'ct-radio', 'value' => 'horizontal', 'view' => 'text', 'design' => 'block', 'divider' => 'bottom', 'choices' => [ 'horizontal' => __( 'Horizontal', 'blocksy' ), 'vertical' => __( 'Vertical', 'blocksy' ), ], 'sync' => blocksy_sync_whole_page([ 'loader_selector' => '.woocommerce-product-gallery', 'prefix' => 'product' ]) ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'gallery_style' => 'vertical' ], 'options' => [ 'product_thumbs_width' => [ 'label' => __( 'Container Width', 'blocksy' ), 'type' => 'ct-slider', 'value' => 100, 'min' => 10, 'max' => 500, 'divider' => 'bottom', 'setting' => [ 'transport' => 'postMessage' ], ], ], ], ], ], 'product_thumbs_spacing' => [ 'label' => __( 'Items Spacing', 'blocksy' ), 'type' => 'ct-slider', 'value' => 15, 'min' => 0, 'max' => 100, 'divider' => 'bottom', 'responsive' => true, 'setting' => [ 'transport' => 'postMessage' ], ], 'product_gallery_thumbs_ratio' => [ 'label' => __( 'Image Ratio', 'blocksy' ), 'type' => 'ct-ratio', 'value' => '1/1', 'design' => 'block', 'attr' => [ 'data-type' => 'compact' ], 'setting' => [ 'transport' => 'postMessage' ], 'preview_width_key' => 'gallery_thumbnail_image_width', 'view' => 'inline', 'inner-options' => [ 'gallery_thumbnail_image_width' => [ 'type' => 'text', 'label' => __('Image Size', 'blocksy'), 'desc' => __('Image size used for the gallery thumbnails on single product pages.', 'blocksy'), 'value' => 100, 'design' => 'inline', ], ], ], ], apply_filters( 'blocksy:options:single_product:gallery-thumbs:arrows', [] ), ], ], blocksy_rand_md5() => [ 'title' => __( 'Design', 'blocksy' ), 'type' => 'tab', 'options' => [ 'product_thumbs_border_radius' => [ 'label' => __( 'Border Radius', 'blocksy' ), 'sync' => 'live', 'type' => 'ct-spacing', 'divider' => 'top', 'value' => blocksy_spacing_value(), 'responsive' => true ], ], ], ], ], ], ], ];
💾 Save Changes
❌ Cancel