I have had a developer creating come custom templates/pages for my WordPress Site with Enfold Theme. They have been placing template files (.php) and image files inside the enfold folders (ie \wp-content\themes\enfold\images).
When I update the Enfold theme the update overwrites all my changes (both code and images).
Couple of questions;
If the answer to the above question is no, I assume I have to make sure my developer places all of his changes outside the Enfold theme folders. Is there a place you would recommend based on how your theme operates?
Thanks,
Darryl.
Hi dsmcpherson!
Have them do their customizations in a child theme, http://kriesi.at/documentation/enfold/downloads/, and they will be saved between updates.
Best regards,
Elliott
Thank you