Override a page template from a plugin in a child theme
I have a plugin which creates a custom post type “projects”. In the plugin folder is a template file (single-project.php) where i would like to make some changes. But i’m wondering how i can override this file from the child theme i’m working on. I’ve tried to make a copy and place it in my child theme folder, but wordpress doesn’t pick that one up. How can i achieve this without editing the file in the plugin folder (and risk lose my changes when the plugin is updated?)