Docs: Settings

About settings

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

Dashboard

Child theme dashboard that provides quick options, current status and general information.

Edit child theme info

Edit the current child's theme basic information, like name, version, template and author.

  • Theme name: Name of current child theme.
  • Theme version: Version of current child theme. Used for cache purposes on assets enqueue.
  • Theme description: Short description for current child theme.
  • Theme template: Parent theme used by current child theme. Select any installed theme to use as template.
  • Theme url: Website related to current child theme.
  • Theme auhor: Child theme author name and website.

On update: Child theme base style.scss file will be updated and compiled with new theme information.
On reset: Child theme base style.scss file will be reset and compiled with default settings and template twentytwentyfive

Child theme information

Edit the current child's theme basic information, like name, version, template and author.

  • Theme name: Name of current child theme.
  • Theme version: Version of current child theme. Used for cache purposes on assets enqueue.
  • Theme description: Short description for current child theme.
  • Theme template: Parent theme used by current child theme. Select any installed theme to use as template.
  • Theme url: Website related to current child theme.
  • Theme auhor: Child theme author name and website.

On update: Child theme base style.scss file will be updated and compiled with new theme information.
On reset: Child theme base style.scss file will be reset and compiled with default settings and template twentytwentyfive
.
.

Changing template theme will update child theme mods.


Theme author

Edit child theme screenshot

Update the current child theme preview screenshot, used in menu Appearance: Themes.

Click on preview image to select/upload a custom image from the media library.
Recommended image format and size: JPG | 1200 x 900px
On update/reset: Selected/default image will be copied to child theme's folder, replacing current file screenshot.jpg

Child theme screenshot

Update the current child theme preview screenshot, used in menu Appearance: Themes.

Click on preview image to select/upload a custom image from the media library.
Recommended image format and size: JPG | 1200 x 900px
On update/reset: Selected/default image will be copied to child theme's folder, replacing current file screenshot.jpg

Status & Tools

Child theme and SCSS compiler current status, general information and tools.

Status: Child theme

Summary

  • NameDCT for WP
  • Version1.1.5
  • DescriptionDynamic Child Theme for WordPress v1.1.5
  • ThemeURIhttps://www.dctforwp.com
  • AuthorEstudi FGH.net
  • AuthorURIhttps://www.estudifgh.net
  • TemplateDivi
  • TextDomaindct
  • DomainPath
  • Statuspublish
  • Stylesheetdct-child-theme
  • StylesheetURIhttps://www.dctforwp.com/wp-content/themes/dct-child-theme

Theme object $dct

13
{
    "debug": {
        "enabled": true,
        "advanced": false,
        "maintenance": false
    },
    "scss_compiler": {
        "minify": false,
        "autocompile": true
    },
    "colors": {
        "primary": "#3fa6a5",
        "primary-dark": "#2a6e6d",
        "primary-darker": "#153736",
        "primary-light": "#6bc6c5",
        "primary-lighter": "#a2dbda",
        "primary-comp": "#a63f40"
    },
    "fonts": [],
    "sizes": [],
    "assets": {
        "css": [
            "dct-style-admin",
            "dct-style"
        ],
        "js": [
            "dct-base-js",
            "dct-admin-js",
            "gsap-min-js",
            "ScrollTrigger-min-js",
            "Draggable-min-js",
            "InertiaPlugin-min-js",
            "custom-js"
        ]
    },
    "customizer": {
        "preloader": true,
        "admin_panel": true,
        "login_page": true
    },
    "theme": {
        "Name": "DCT for WP",
        "Version": "1.1.5",
        "Description": "Dynamic Child Theme for WordPress v1.1.5",
        "ThemeURI": "https://www.dctforwp.com",
        "Author": "Estudi FGH.net",
        "AuthorURI": "https://www.estudifgh.net",
        "Template": "Divi",
        "TextDomain": "dct",
        "DomainPath": "",
        "Status": "publish",
        "Stylesheet": "dct-child-theme",
        "StylesheetURI": "https://www.dctforwp.com/wp-content/themes/dct-child-theme"
    },
    "post": {
        "post_title": "Settings",
        "post_id": 91,
        "post_type": "page",
        "post_status": "publish",
        "post_date": "09/06/2026",
        "post_author": ""
    },
    "user": {
        "user_login": false,
        "user_id": 0,
        "user_name": false,
        "user_email": false,
        "user_roles": null
    },
    "conditionals": {
        "is_admin": false,
        "is_blog_admin": false,
        "is_login": false,
        "is_front_page": false,
        "is_home": false,
        "is_singular": true,
        "is_single": false,
        "is_page": true,
        "is_archive": false,
        "is_category": false,
        "is_tag": false,
        "is_date": false,
        "is_attachment": false,
        "is_author": false,
        "is_page_template": false,
        "is_paged": false,
        "is_post_type_archive": false,
        "is_search": false,
        "is_404": false,
        "is_ssl": true
    },
    "environment": {
        "Site URL": "https://www.dctforwp.com",
        "Theme basepath": "https://www.dctforwp.com/wp-content/themes/dct-child-theme",
        "Theme name": "DCT for WP",
        "Theme version": "1.1.5",
        "Wordpress version": "7.0.1",
        "PHP version": "8.2.31"
    },
    "language": {
        "locale": "en_US",
        "user_locale": "en_US"
    }
}

Theme mods

19
dct_debug_mode
Enables debugger panel for administrators in frontend and admin panel, with PHP and JS logs, post queries, child theme status and other information.
Recommended only in development.
Debug mode dct_debug_mode 2
{
    "enabled": true,
    "advanced": false
}
dct_maintenance_mode
Enable maintenance mode to disable the website for all users except administrators with a customizable page during development.
Recommended only in development.
Site will be disabled to users.
Maintenance mode dct_maintenance_mode 2
{
    "enabled": false,
    "options": {
        "background-color": "#f0f0f1",
        "background-gradient": "none",
        "background-gradient-direction": 0,
        "background-gradient-1-color": "#b8dd87",
        "background-gradient-1-position": 0,
        "background-gradient-2-color": "#6f7adc",
        "background-gradient-2-position": 100,
        "background-gradient-above-image": false,
        "background-image-type": "none",
        "background-image-url": "",
        "background-image-size": "cover",
        "background-image-position": "center",
        "background-image-repeat": "no-repeat",
        "background-image-blend": "normal",
        "background-border-width": "0px",
        "background-border-color": "#CCC",
        "background-border-style": "solid",
        "message-content": "<h1>Under maintenance!</h1>\n<p>We are working on the website, sorry for the inconvenience.</p>\n",
        "message-text-color": "#111",
        "message-title-color": "#111",
        "image-url": "",
        "image-width": "200px",
        "image-after-text": false,
        "custom-css": "#error-page .dct-maintenance-mode-wrapper {}\n#error-page .dct-maintenance-mode-wrapper h1 {}\n#error-page .dct-maintenance-mode-wrapper img.dct-maintenance-mode-logo {}\n"
    }
}
dct_scss_compiler
Set options for SCSS compiler of child theme custom files.
SCSS Compiler dct_scss_compiler 2
{
    "minify": false,
    "autocompile": true
}
dct_variables_colors
Global variables list created with designer generator.
Global variables: Colors dct_variables_colors 2
{
    "advanced": false,
    "options": [
        {
            "name": "primary",
            "value": "#3fa6a5",
            "shade": 30,
            "complementary": true,
            "versions": {
                "base": "#3fa6a5",
                "dark": "#2a6e6d",
                "darker": "#153736",
                "light": "#6bc6c5",
                "lighter": "#a2dbda",
                "comp": "#a63f40"
            }
        }
    ]
}
dct_variables_fonts
Global variables list created with designer generator.
Global variables: Fonts dct_variables_fonts 2
{
    "options": [],
    "advanced": false
}
dct_variables_sizes
Global variables list created with designer generator.
Global variables: Sizes dct_variables_sizes 2
{
    "options": [],
    "advanced": false
}
dct_developer_assets
Enqueue local or external assets with a version cache to the child theme frontend pages and admin panel.
Assets enqueue dct_developer_assets 2
{
    "options": [
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/gsap.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 1,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/ScrollTrigger.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 2,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/Draggable.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 3,
            "error": ""
        },
        {
            "url": "https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/InertiaPlugin.min.js",
            "type": "js",
            "local": false,
            "version": "child",
            "front": true,
            "admin": false,
            "position": 4,
            "error": ""
        }
    ],
    "advanced": false
}
dct_developer_cpt
Register custom post types and edit options and labels.
Post types dct_developer_cpt 2
{
    "options": [
        {
            "name": "documentation",
            "label": "Documentation",
            "description": "Docs, help and tips",
            "args": {
                "capability_type": "page",
                "supports": [
                    "title",
                    "editor",
                    "revisions",
                    "author",
                    "excerpt",
                    "thumbnail",
                    "custom-fields"
                ],
                "hierarchical": true,
                "public": true,
                "publicly_queryable": true,
                "show_ui": true,
                "show_in_rest": true,
                "show_in_nav_menus": true,
                "has_archive": true,
                "can_export": true,
                "exclude_from_search": false,
                "rewrite": {
                    "slug": "",
                    "feeds": true,
                    "with_front": true
                },
                "menu_position": 0,
                "menu_icon": "dashicons-archive"
            },
            "labels": []
        }
    ],
    "advanced": false
}
dct_developer_tax
Register taxonomies (categories and tags) and edit associated post type, options and labels.
Taxonomies dct_developer_tax 2
{
    "options": [],
    "advanced": false
}
dct_developer_cf
Register custom fields metabox and edit associated post type, options and fields.
Custom fields dct_developer_cf 2
{
    "options": [],
    "advanced": false
}
dct_customizer_preloader
Show a customizable preloader when loading frontend pages.
Page preloader dct_customizer_preloader 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "background-color": "#f0f0f1",
        "background-gradient": "linear",
        "background-gradient-direction": "0",
        "background-gradient-1-color": "$primary-darker",
        "background-gradient-1-position": "0",
        "background-gradient-2-color": "$primary",
        "background-gradient-2-position": "100",
        "background-image-type": "none",
        "background-image-url": "",
        "background-image-size": "cover",
        "background-image-position": "center",
        "background-image-repeat": "no-repeat",
        "background-image-blend": "normal",
        "background-gradient-above-image": false,
        "background-border-width": "0px",
        "background-border-color": "#CCC",
        "background-border-style": "solid",
        "image-type": "preset:dots-bounce.svg",
        "image-url": "",
        "image-color": "rgba(255,255,255,0.63)",
        "image-width": "113px",
        "image-left": "50%",
        "image-top": "50%",
        "image-animation": "none",
        "image-animation-duration": "2s",
        "out-animation": "slide-bottom",
        "out-animation-duration": "0.2s"
    }
}
dct_customizer_admin_panel
Customize admin panel colors, logos and other options.
Admin panel customizer dct_customizer_admin_panel 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "sidebar-background-color": "$primary",
        "sidebar-text-color": "#ffffff",
        "sidebar-submenu-color": "$primary-darker",
        "sidebar-submenu-text-color": "#ffffff",
        "sidebar-featured-color": "$primary-comp",
        "sidebar-featured-text-color": "#FFF",
        "sidebar-image-url": "https://www.dctforwp.com/wp-content/uploads/2026/04/Logo-DCT-for-WP-positiu.svg",
        "sidebar-image-height": "60px",
        "sidebar-folded-image-url": "",
        "sidebar-folded-image-height": "40px",
        "topbar-background-color": "#111212",
        "topbar-text-color": "#f0f0f1",
        "topbar-wp-links": false,
        "footer-text": "Theme by <b>{{AUTHOR}}</b> \u00a9 {{YEAR}}",
        "footer-version-child": true,
        "footer-version-wp": true
    }
}
dct_customizer_dashboard_widget
Add a custom widget panel with html contents to admin panel dashboard.
Dashboard custom widget dct_customizer_dashboard_widget 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "title": "Quick links",
        "content": "<h4>Contents</h4>\n<a class=\"button button-large button-primary\" href=\"post-new.php\">New post</a>\n<a class=\"button button-large\" href=\"edit.php\">Posts</a>\n<a class=\"button button-large\" href=\"edit.php?post_type=page\">Pages</a>\n<hr>\n<p>Settings & Appearance</p>\n<a class=\"button button-primary\" href=\"options-general.php\">General</a>\n<a class=\"button\" href=\"nav-menus.php\">Menus</a>\n<a class=\"button\" href=\"admin.php?page=dct-settings\">Child theme</a>"
    }
}
dct_customizer_login_page
Customize login page style, logo and other options.
Login page customizer dct_customizer_login_page 3
{
    "enabled": true,
    "advanced": false,
    "options": {
        "background-color": "#f0f0f1",
        "background-gradient": "none",
        "background-gradient-direction": "0",
        "background-gradient-1-color": "#b8dd87",
        "background-gradient-1-position": "0",
        "background-gradient-2-color": "#6f7adc",
        "background-gradient-2-position": "100",
        "background-image-type": "preset:Gavarres-fogs-8.jpg",
        "background-image-url": "https://www.dctforwp.com/wp-content/themes/dct-child-theme/images/backgrounds/Gavarres-fogs-8.jpg",
        "background-image-size": "cover",
        "background-image-position": "center",
        "background-image-repeat": "no-repeat",
        "background-image-blend": "normal",
        "background-gradient-above-image": false,
        "background-border-width": "0px",
        "background-border-color": "#CCC",
        "background-border-style": "solid",
        "image-type": "custom",
        "image-url": "https://www.dctforwp.com/wp-content/uploads/2026/04/Logo-DCT-for-WP-negatiu.svg",
        "image-width": "180px",
        "image-height": "75px",
        "form-background-color": "rgba(255,255,255,0.84)",
        "form-border-width": "0px",
        "form-border-color": "#c3c4c7",
        "form-border-style": "solid",
        "form-text-color": "$primary-darker",
        "form-button-color": "$primary-comp",
        "form-button-text-color": "#FFF",
        "link-text-color": "#ffffff",
        "link-lost-password": true,
        "link-back-home": true,
        "link-language-switcher": true
    }
}
et_pb_css_synced
Related to parent theme mods
et_pb_css_synced:
yes
sidebars_widgets
Related to parent theme mods
sidebars_widgets 2
{
    "time": 1784200724,
    "data": {
        "wp_inactive_widgets": [
            "block-2",
            "block-3",
            "block-4",
            "block-5",
            "block-6"
        ],
        "sidebar-1": [],
        "sidebar-2": [],
        "sidebar-3": [],
        "sidebar-4": [],
        "sidebar-5": [],
        "sidebar-6": [],
        "sidebar-7": []
    }
}
nav_menu_locations
Related to parent theme mods
nav_menu_locations 0
[]
custom_css_post_id
Related to parent theme mods
custom_css_post_id:
35
et_updated_layouts_built_for_post_types
Related to parent theme mods
et_updated_layouts_built_for_post_types:
yes

Custom files

20

Base styles: SCSS

2
/style.scss
Base SCSS to be compiled as child theme styles.
Editing this file is not recommended.
It is automatically regenerated when the child theme information is updated.
Type: SCSS
Size: 922 B
Modified: 2026/07/16 11:18:44
Edit file with code editor
/style-admin.scss
Base SCSS to be compiled as admin panel styles.
Editing this file is not recommended.
Type: SCSS
Size: 612 B
Modified: 2026/07/16 10:30:34
Edit file with code editor

Partials styles: SCSS

8
/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 750 B
Modified: 2026/07/17 09:23:41
Edit file with code editor
/custom/scss/_custom-admin.scss
Partial SCSS for custom admin panel styles.
Used to add custom CSS to child theme admin panel styles.
Type: SCSS
Size: 249 B
Modified: 2026/07/16 10:30:37
Edit file with code editor

/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 664 B
Modified: 2026/07/16 11:21:42
Edit file with code editor
/custom/scss/_fonts.scss
Partial SCSS for global variables.: Fonts.
Type: SCSS
Size: 177 B
Modified: 2026/07/16 10:30:38
Edit file with code editor
/custom/scss/_sizes.scss
Partial SCSS for global variables.: Sizes.
Type: SCSS
Size: 177 B
Modified: 2026/07/16 10:30:38
Edit file with code editor

/custom/scss/_preloader.scss
Partial SCSS styles for customizer: Page preloader.
Type: SCSS
Size: 1 KB
Modified: 2026/07/16 11:30:10
Edit file with code editor
/custom/scss/_admin-panel.scss
Partial SCSS styles for customizer: Admin panel.
Type: SCSS
Size: 7 KB
Modified: 2026/07/16 11:27:47
Edit file with code editor
/custom/scss/login-page.scss
Partial SCSS styles for customizer: Login page.
Type: SCSS
Size: 3 KB
Modified: 2026/07/16 11:28:55
Edit file with code editor

Compiled styles: CSS

3
/style.css
Compiled CSS child theme for frontend styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 3 KB
Modified: 2026/07/17 09:24:14
Edit file with code editor
/style-admin.css
Compiled CSS child theme for admin panel styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 133 KB
Modified: 2026/07/17 09:24:14
Edit file with code editor
/custom/css/login-page.css
Compiled CSS styles for customizer: Login page.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 2 KB
Modified: 2026/07/16 18:21:42
Edit file with code editor

Custom files: JS

2
/custom/js/custom.js
Child theme custom JS.
Used to add custom JS code to child theme.
Type: JS
Size: 635 B
Modified: 2026/07/16 10:30:35
Edit file with code editor
/custom/js/login-page.js
Login page custom JS.
Used to add custom JS code to login page.
Type: JS
Size: 319 B
Modified: 2026/07/16 10:30:36
Edit file with code editor

Custom files: PHP

5
/custom/php/dct-functions.php
Child theme custom PHP functions.
Used as functions.php to add custom PHP code to child theme.
Type: PHP
Size: 5 KB
Modified: 2026/07/16 11:48:27
Edit file with code editor

/custom/php/dct-assets-enqueue.php
PHP code used with developer: Enqueue assets.
Type: PHP
Size: 870 B
Modified: 2026/07/16 11:23:09
Edit file with code editor
/custom/php/dct-custom-post-types.php
PHP code used with developer: Post types.
Type: PHP
Size: 1 KB
Modified: 2026/07/17 09:09:34
Edit file with code editor
/custom/php/dct-taxonomies.php
PHP code used with developer: Taxonomies.
Type: PHP
Size: 217 B
Modified: 2026/07/16 10:30:37
Edit file with code editor
/custom/php/dct-custom-fields.php
PHP code used with developer: Custom fields.
Type: PHP
Size: 377 B
Modified: 2026/07/16 10:30:36
Edit file with code editor

Debugger errors log

0

Errors log is empty.

Status: SCSS Compiler

dct_scss_compiler
Minify CSS output when compiling SCSS files.
Recommended in production.
SCSS Compiler minify:
false
dct_scss_compiler
Check for SCSS files updates and compile CSS output if required. Useful for editing custom files in an external editor and update them with FTP.
Recommended only in development.
SCSS Autocompile:
true

Global Variables

Colors6
primary #3fa6a5
primary-dark #2a6e6d
primary-darker #153736
primary-light #6bc6c5
primary-lighter #a2dbda
primary-comp #a63f40
Fonts0
No global variables found
Sizes0
No global variables found

Source SCSS and compiled CSS files

Base styles: SCSS

2
/style.scss
Base SCSS to be compiled as child theme styles.
Editing this file is not recommended.
It is automatically regenerated when the child theme information is updated.
Type: SCSS
Size: 922 B
Modified: 2026/07/16 11:18:44
Edit file with code editor
/style-admin.scss
Base SCSS to be compiled as admin panel styles.
Editing this file is not recommended.
Type: SCSS
Size: 612 B
Modified: 2026/07/16 10:30:34
Edit file with code editor

Partials styles: SCSS

8
/custom/scss/_custom.scss
Partial SCSS for custom frontend styles.
Used to add custom CSS to child theme frontend styles.
Type: SCSS
Size: 750 B
Modified: 2026/07/17 09:23:41
Edit file with code editor
/custom/scss/_custom-admin.scss
Partial SCSS for custom admin panel styles.
Used to add custom CSS to child theme admin panel styles.
Type: SCSS
Size: 249 B
Modified: 2026/07/16 10:30:37
Edit file with code editor

/custom/scss/_colors.scss
Partial SCSS for global variables.: Colors.
Type: SCSS
Size: 664 B
Modified: 2026/07/16 11:21:42
Edit file with code editor
/custom/scss/_fonts.scss
Partial SCSS for global variables.: Fonts.
Type: SCSS
Size: 177 B
Modified: 2026/07/16 10:30:38
Edit file with code editor
/custom/scss/_sizes.scss
Partial SCSS for global variables.: Sizes.
Type: SCSS
Size: 177 B
Modified: 2026/07/16 10:30:38
Edit file with code editor

/custom/scss/_preloader.scss
Partial SCSS styles for customizer: Page preloader.
Type: SCSS
Size: 1 KB
Modified: 2026/07/16 11:30:10
Edit file with code editor
/custom/scss/_admin-panel.scss
Partial SCSS styles for customizer: Admin panel.
Type: SCSS
Size: 7 KB
Modified: 2026/07/16 11:27:47
Edit file with code editor
/custom/scss/login-page.scss
Partial SCSS styles for customizer: Login page.
Type: SCSS
Size: 3 KB
Modified: 2026/07/16 11:28:55
Edit file with code editor

Compiled styles: CSS

3
/style.css
Compiled CSS child theme for frontend styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 3 KB
Modified: 2026/07/17 09:24:14
Edit file with code editor
/style-admin.css
Compiled CSS child theme for admin panel styles.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 133 KB
Modified: 2026/07/17 09:24:14
Edit file with code editor
/custom/css/login-page.css
Compiled CSS styles for customizer: Login page.
Editing this file is not recommended.
It will be overwritten by the SCSS compiler.

Type: CSS
Size: 2 KB
Modified: 2026/07/16 18:21:42
Edit file with code editor

Tools: Reset theme mods

Remove current child theme mods fields from database and regenerate with default values.

Select a group type or single theme mod to reset, useful when changing template to remove parent theme related fields.
On update: Selected theme mods will be deleted, and regenerated with default values on next load if required.

Tools: Reset child theme mods

Remove current child theme mods fields from database and regenerate with default values.

Select a group type or single theme mod to reset, useful when changing template to remove parent theme related fields.
On update: Selected theme mods will be deleted, and regenerated with default values on next load if required.

Tools: Reset custom files

Delete custom files and reset to default templates.
Select a group type or single custom file to reset.

All custom files are organized by extension subfolders in the child theme custom folder.: wp-content/themes/dct-child-theme/custom/
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.
On update: Selected custom files will be deleted and regenerated with default template.

Tools: Reset custom files

Delete custom files and reset to default templates.
Select a group type or single custom file to reset.

All custom files are organized by extension subfolders in the child theme custom folder.: wp-content/themes/dct-child-theme/custom/
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.
On update: Selected custom files will be deleted and regenerated with default template.