Hello,
every time the Dante theme gets updated I need to manually replace certain files which we have edited to customize certain pages. These files are: clients.php, functions.php and header.php
Even though these files are in my child theme folder, the theme uses the files in the swift-framework > page-builder > builder > shortcodes folder.
1. Is there a way I can set up my child theme that will prevent this from happening?
2. If not, I will continue to replace these files in the “shortcodes” folder after theme updates. BUT, should I be concerned that when I do this, I end up using older versions of the files? How do I know if the theme update includes revisions in these particular files?
I just want to make sure I am doing this correctly. Maybe I’m supposed to just copy the lines of code I need into the new files that come with the updates.
thanks