Hi Doug,
We need to write our documentation on customizing the emails, but you can customize them just like any other template. You can copy the files from our plugin in templates/email and copy them to your theme and customize from there.
Thread Starter
lucein
(@lucein)
Hi Matt,
Thanks for the info, so the folder structure in the child theme is: templates/email to confirm. As the folder that is inside GiveWP is: templates/emails
also do I need to copy all the files from the folder into the child for it to work correctly and override the plugin files?
I tried and created the folders /templates/emails as well as /templates/email inside my child theme and placed my custom header.php file inside. But placing the file in either of these folder structures is not is not being read.
I also tired the folder structure inside my child /give/templates/emails to duplicate the structure in the plugin. As this is typically how I it has worked with other plugins. But this did not work either.
I look forward to your reply.
Doug
Hi Doug,
Sorry about that, I mis-typed. Here’s the structure if you were using the twentytwelve theme:
wp-content
– themes
— twentytwelve
— give
—- emails
Or: twentytwelve/give/emails
Just tested and all is well there. Thanks!