Status & Tools
Child theme and SCSS compiler current status, general information and tools.
Status: Child theme
Theme version: 1.1.5
Theme template: Divi
Debug mode: true
Debug mode advanced: false
Maintenance mode: false
SCSS Compiler minify: false
Summary
- NameDCT for WP
- Version1.1.5
- DescriptionDynamic Child Theme for WordPress v1.1.5
- ThemeURI
https://www.dctforwp.com - AuthorEstudi FGH.net
- AuthorURI
https://www.estudifgh.net - TemplateDivi
- TextDomaindct
- DomainPath
- Statuspublish
- Stylesheetdct-child-theme
- StylesheetURI
https://www.dctforwp.com/wp-content/themes/dct-child-theme

Theme object $dct
Object
$dct contains information about your child theme, environment and current page that can be used in custom JS and PHP code.{
"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": "Status & Tools",
"post_id": 217,
"post_type": "docs",
"post_status": "publish",
"post_date": "18/07/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": true,
"is_page": false,
"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.2",
"PHP version": "8.2.31"
},
"language": {
"locale": "en_US",
"user_locale": "en_US"
}
}Theme mods
dct_debug_modeEnables 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.
dct_debug_mode 2{
"enabled": true,
"advanced": false
}dct_maintenance_modeEnable 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.
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"
}
} SCSS Compiler
dct_scss_compiler 2{
"minify": false,
"autocompile": true
} 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"
}
}
]
} Global variables: Fonts
dct_variables_fonts 2{
"options": [],
"advanced": false
} Global variables: Sizes
dct_variables_sizes 2{
"options": [],
"advanced": false
}dct_developer_assetsEnqueue local or external assets with a version cache to the child theme frontend pages and admin panel.
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
} Post types
dct_developer_cpt 2{
"options": [
{
"name": "docs",
"label": "Docs",
"description": "Custom post type for documentation",
"args": {
"capability_type": "page",
"supports": [
"title",
"editor",
"revisions",
"author",
"excerpt",
"page-attributes",
"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": 8,
"menu_icon": "dashicons-archive"
},
"labels": {
"menu_name": "Docs",
"name": "Docs",
"singular_name": "Doc",
"add_new": "New doc",
"new_item": "New doc",
"edit_item": "Edit doc",
"view_item": "View doc",
"view_items": "View docs",
"all_items": "All docs",
"search_items": "Search docs"
}
}
],
"advanced": false
}dct_developer_taxRegister taxonomies (categories and tags) and edit associated post type, options and labels.
dct_developer_tax 2{
"options": [],
"advanced": false
} Custom fields
dct_developer_cf 2{
"options": [],
"advanced": false
} 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"
}
} 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_widgetAdd a custom widget panel with html contents to admin panel dashboard.
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>"
}
} 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_syncedRelated to parent theme mods
sidebars_widgetsRelated to parent theme mods
{
"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_locationsRelated to parent theme mods
[]
custom_css_post_idRelated to parent theme mods
et_updated_layouts_built_for_post_typesRelated to parent theme mods
Custom files
All custom files are organized by extension subfolders in the child theme custom folder.:
Any custom file or extension subfolder deleted with FTP will be regenerated with the default template on next load.
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.
Debugger errors log
List of PHP errors found with debug function
dct_debug(level:"error")Status: SCSS Compiler
SCSS Compiler minify: false
Global Variables
Colors6
primary
#3fa6a5primary-dark
#2a6e6dprimary-darker
#153736primary-light
#6bc6c5primary-lighter
#a2dbdaprimary-comp
#a63f40Fonts0
No global variables found
Sizes0
No global variables found
Source SCSS and compiled CSS files
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 custom files
Delete custom files and reset to default templates.
Select a group type or single custom file to reset.
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.