Closed (fixed)
Project:
CWS Theme
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 11:34 UTC
Updated:
19 Nov 2008 at 12:52 UTC
Hello again,
Just installed your theme and started poking around. On your Demo http://www.christianwebsolutions.co.uk/portfolio you have several articles displayed in a nicely bordered box. When I try to browse my site I have a content type (articles) with several test entries, they are all displayed in one box and not separated as in your demo site.
Any ideas what's going on?
Thanks again.
Comments
Comment #1
fourtyfreak commentedHi,
I really ought to get off my backside and write some proper instructions for this theme. Apologies all.
In order to use the extra boxes as shown in the portfolio page on http://www.christianwebsolutions.co.uk/portfolio you need to create a new content type called "portfolio". (/admin/content/types/add) The node-portfolio.tpl.php template should then add the extra borders to all portfolio content. You could also rename node-portfolio.tpl.php to node-articles.tpl.php to add the borders to your current content type.
Alternatively, you could rename node-portfolio.tpl.php to node.tpl.php but then all nodes will have the extra border.
Hope this helps.
Paul
Comment #2
ludo1960 commentedYep, That works! Thanks again Paul
Comment #3
fourtyfreak commentedNo problem, a pleasure to help.
Paul