@djpaul
Hi Paul – great plugin indeed. Wanting to do some CSS to the plugin or should I say template changes, as my theme seems to apply pretty not so good css to e.g the post image on a single award page….
What is the best practice to apply here, can i copy the templates to my theme folder, if so could you tell me best way to do it.
I include 2 images on what i did with our cubepoints “awards” page – the first is the original issued with cubepoints
Original
<img src=”http://smeak.com/awds0.jpg”>
This the one i changed for our site – even if i have to say myself looks way better
Changed Look
<img src=”http://smeak.com/awds.jpg”>
Hi.
If you want to make changes to the template:
In the /templates/achievements/achievements/ folder in the plugin, this is where all the templates are. If you want to override one into your theme, you can copy it into a new /themes/your_theme/achievements/ folder.
Not sure what you’re trying to change but it’s probably one of the main content-*.php templates.