Child theme of Hueman theme doesnt show changes
-
Hi
I used your plugin to generate a child theme for Hueman theme in a stage site.
I added styles and a code snippet in function.php to remove the font awesome.
And it’s not working.
So I paste the same css in the css customizer from the child theme and it works, that indicates that the css is ok.
However the code snippet in the function.php doesn’t work:
// Remove Font Awesome add_action( 'wp_print_styles', 'tn_dequeue_font_awesome_style' ); function tn_dequeue_font_awesome_style() { wp_dequeue_style( 'fontawesome' ); wp_deregister_style( 'fontawesome' ); }
This indicates that wp is not taking child theme changes.
Also I tried with `Advanced handling options:
Ignore parent theme stylesheets.`Hueman hasn’t support.
Can you please tell me how to fix it? What’s wrong?
Thanks in advance{ "parnt": { "deps": [ [ [ "hueman-main-style", "assets/front/css/main.min.css", "parnt" ], [ "hueman-font-awesome", "assets/front/css/font-awesome.min.css", "parnt" ] ], [] ], "signals": { "failure": 0, "thm_no_styles": 1, "thm_notheme": 1 }, "queue": [ "colors", "common", "forms", "admin-menu", "dashboard", "list-tables", "edit", "revisions", "media", "themes", "about", "nav-menus", "widgets", "site-icon", "l10n", "code-editor", "site-health", "wp-admin", "login", "install", "wp-color-picker", "customize-controls", "customize-widgets", "customize-nav-menus", "buttons", "dashicons", "admin-bar", "wp-auth-check", "editor-buttons", "media-views", "wp-pointer", "customize-preview", "wp-embed-template-ie", "imgareaselect", "wp-jquery-ui-dialog", "mediaelement", "wp-mediaelement", "thickbox", "wp-codemirror", "deprecated-media", "farbtastic", "jcrop", "colors-fresh", "open-sans", "wp-editor-font", "wp-block-library-theme", "wp-reset-editor-styles", "wp-editor-classic-layout-styles", "wp-edit-blocks", "wp-block-editor", "wp-block-library", "wp-block-directory", "wp-components", "wp-edit-post", "wp-editor", "wp-format-library", "wp-list-reusable-blocks", "wp-reusable-blocks", "wp-nux", "wp-widgets", "wp-edit-widgets", "wp-customize-widgets", "hueman-main-style", "hueman-font-awesome", "ctc-test" ], "irreg": [], "swaps": [], "url": "https://wordpressmu-470797-1513364.cloudwaysapps.com/en/?ModPagespeed=off&ao_noptimize=1&preview_ctc=1&template=hueman&stylesheet=hueman&now=1640107733" }, "child": { "deps": [ [ [ "hueman-main-style", "assets/front/css/main.min.css", "parnt" ] ], [ [ "theme-stylesheet", "style.css", "child" ], [ "hueman-font-awesome", "assets/front/css/font-awesome.min.css", "parnt" ] ] ], "signals": { "failure": 0, "thm_ignoreparnt": 1, "thm_is_ctc": 1, "thm_child_loaded": "theme-stylesheet" }, "queue": [ "colors", "common", "forms", "admin-menu", "dashboard", "list-tables", "edit", "revisions", "media", "themes", "about", "nav-menus", "widgets", "site-icon", "l10n", "code-editor", "site-health", "wp-admin", "login", "install", "wp-color-picker", "customize-controls", "customize-widgets", "customize-nav-menus", "buttons", "dashicons", "admin-bar", "wp-auth-check", "editor-buttons", "media-views", "wp-pointer", "customize-preview", "wp-embed-template-ie", "imgareaselect", "wp-jquery-ui-dialog", "mediaelement", "wp-mediaelement", "thickbox", "wp-codemirror", "deprecated-media", "farbtastic", "jcrop", "colors-fresh", "open-sans", "wp-editor-font", "wp-block-library-theme", "wp-reset-editor-styles", "wp-editor-classic-layout-styles", "wp-edit-blocks", "wp-block-editor", "wp-block-library", "wp-block-directory", "wp-components", "wp-edit-post", "wp-editor", "wp-format-library", "wp-list-reusable-blocks", "wp-reusable-blocks", "wp-nux", "wp-widgets", "wp-edit-widgets", "wp-customize-widgets", "hueman-main-style", "theme-stylesheet", "hueman-font-awesome", "ctc-test" ], "irreg": [], "swaps": [], "url": "https://wordpressmu-470797-1513364.cloudwaysapps.com/en/?ModPagespeed=off&ao_noptimize=1&preview_ctc=1&template=hueman&stylesheet=hueman-ch-en&now=1640107733" } }
- The topic ‘Child theme of Hueman theme doesnt show changes’ is closed to new replies.