Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.16.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : general.php
<?php
/**
 * Customize for Site
 */
return [
    [
        'name' => 'zoo_general',
        'type' => 'section',
        'label' => esc_html__('General', 'doma'),
        'priority'=>0
    ],
    [
        'name' => 'zoo_site_layout',
        'type' => 'select',
        'section' => 'zoo_general',
        'title' => esc_html__('Site Layout', 'doma'),
        'description' => esc_html__('Config Layout for site', 'doma'),
        'default' => 'normal',
        'choices' => [
            'normal' => esc_html__('Normal', 'doma'),
            'boxed' => esc_html__('Boxed', 'doma'),
            'full-width' => esc_html__('Full Width', 'doma'),
        ]
    ],[
        'name' => 'zoo_site_max_width',
        'type' => 'number',
        'section' => 'zoo_general',
        'title' => esc_html__('Site Max Width', 'doma'),
        'description' => esc_html__('Max width content of site. Leave it blank or 0, size max width will full width.', 'doma'),
        'default' => '1400',
    ],[
        'name' => 'zoo_disable_breadcrumbs',
        'type' => 'checkbox',
        'section' => 'zoo_general',
        'title' => esc_html__('Disable Breadcrumbs', 'doma'),
        'default' => 0,
        'checkbox_label' => esc_html__('Breadcrumbs will remove if checked.', 'doma'),
    ],[
        'name' => 'zoo_disable_emojis',
        'type' => 'checkbox',
        'section' => 'zoo_general',
        'title' => esc_html__('Disable Emojis', 'doma'),
        'default' => 1,
        'checkbox_label' => esc_html__('Emojis will remove if checked.', 'doma'),
    ],[
        'name' => 'zoo_enable_lazy_image',
        'type' => 'checkbox',
        'section' => 'zoo_general',
        'title' => esc_html__('Enable Lazy Load Images', 'doma'),
        'default' => 1,
        'checkbox_label' => esc_html__('Enable Lazy Load Images if checked.', 'doma'),
    ],[
        'name' => 'zoo_using_adaptive_image',
        'type' => 'checkbox',
        'section' => 'zoo_general',
        'title' => esc_html__('Using Adaptive Images', 'doma'),
        'required' => ['zoo_enable_lazy_image', '==', 1],
        'default' => 1,
        'checkbox_label' => esc_html__('Using adaptive image for lazy load image. Disable if want use placeholder image for lazy load image.', 'doma'),
    ],[
        'name' => 'zoo_enable_site_meta',
        'type' => 'checkbox',
        'section' => 'zoo_general',
        'title' => esc_html__('Enable Site Meta', 'doma'),
        'default' => 0,
        'checkbox_label' => esc_html__('Show post thumbnail, title, description when share.', 'doma'),
    ],[
        'name' => 'zoo_enable_back_top_top',
        'type' => 'checkbox',
        'section' => 'zoo_general',
        'title' => esc_html__('Enable Back to Top', 'doma'),
        'default' => 1,
        'checkbox_label' => esc_html__('Show button back to top.', 'doma'),
    ],
];
© 2025 XylotrechusZ