Hi,
I just edited some stuff in my functions-enfold.php file in my child theme but it is not working.
Please help. My edits will be lost if there is a future update
Hey f!
A child theme version of functions-enfold.php will not replace the parent because the file is included in the parent at the end of the functions.php file.
You can add the function as a whole to your regular child theme functions since the functions all have checks to see if that function has been created already and the child theme functions.php runs first.
Cheers!
Devin
great just did as you described and it is working perfect now ;)
thanks