Child Theme / wp_enqueue_style
-
When I create a child theme, the functions.php of the parent (template) theme should always be run, correct? So if there is a functions.php in the child theme, they would both be ran?
The reason I am asking is my parent them uses wp_enqueue_style to load style sheets. Doing the typical create a style.css for the child them and import the style.css from the parent does not seem to be working 100%. My guess is that some of the style information is being loaded in the parents functions.php using wp_enqueue_style and for some reason that code is not executing as I expect it to?
The theme I am using is here: https://chimpgroup.com/wp-demo/statfort/
Any help of suggestions would be greatly appreciated. The theme is supposed to be “child theme compatible”, but they don’t provide a template like others do.
- The topic ‘Child Theme / wp_enqueue_style’ is closed to new replies.