Hello:
I have a developer working on adding some styling to the coursepress pages and he is running into some issues involving overriding the plugin templates. Here is his question for the CoursePress Support team:
Hi, I am trying to override template files used for the Coursepress plugin. To do this I have moved the relevant file from plugins/coursepress/themes/coursepress to the theme that we are using.
When I do this the pages will display but it will be missing data. For example I wanted to customize the units page so I moved:
plugins/coursepress/themes/coursepress/archive-unit.php to:
/wp-content/themes/my_theme_name/archive-unit.php
what this will display is the content in a full width from the screen (no container div) and the percentages will not display anything.
Can you Please advise how to override the templates which Coursepress uses.