Help needed for child theme implementation
Hi,
I am trying to create a child theme to make changes to CP, but for some reason it does not work as expected. I followed the tutorial and created a directory named classipress-child in the themes folder, then I created a new style.css with the proper structure and info within that new directory and then I activated my new child theme. All changes made to the style.css of the child theme are taken into account, so it works BUT when it comes to php files, it fails
For instance, I wanted to modify file includes/forms/step1.php, so I duplicated the folder structure in my child theme and copied step1.php over there, but changes are not taken into account
I double-checked the folder names in my child theme and they are strictly identical, so I do not understand why my child step1.php does not override the parent step1.php. What am I missing or doing wrong?
Thanks for your help!