| Server IP : 38.190.208.107 / Your IP : 216.73.217.1 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.9/wp-content/themes/blocksy/inc/options/woocommerce/ |
Upload File : |
<?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' => __('Thumbnails 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'
])
],
],
],
'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',
'divider' => 'bottom',
'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',
],
],
],
'product_thumbs_spacing' => [
'label' => __( 'Spacing', 'blocksy' ),
'type' => 'ct-slider',
'value' => '15px',
'units' => blocksy_units_config([
[ 'unit' => 'px', 'min' => 0, 'max' => 100 ],
]),
'responsive' => true,
'setting' => [ 'transport' => 'postMessage' ],
],
],
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
],
],
],
],
],
],
],
];