Section Header doesnot display undercontent

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
donarno

Section Header doesnot display undercontent

Post by donarno »

Hi, all

I've installed CMS Made simple, which seems to be one of best and easier CMS I've tested, but... I have one trouble.

I'm using the default template and the Left simple navigation + 1 column just to check and get use with the CMS.
I can without any trouble get my contents (ie undesection depending on a Section header) to be displayed with all other templates BUT Left simple navigation + 1 column.
I have in this case only the Section header and nothing else, no click nothing.

If I switch to other templates, all is ok and work well, my sections are well displayed...

I installed CMS Simple as it is... and installed only few modules.
It's the latest version
(see the picture)

Any idea ?
thanks
Attachments
cms_simple_header.jpg
idledragon
Forum Members
Forum Members
Posts: 43
Joined: Thu Mar 13, 2008 8:16 pm

Re: Section Header doesnot display undercontent

Post by idledragon »

I'm just curious if anyone else has had this issue and if there are any suggestions.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Section Header doesnot display undercontent

Post by Dr.CSS »

That template uses the menu tag {menu template='simple_navigation.tpl' collapse='1'} which in that menu template has...

{elseif $node->type == 'sectionheader'}
{$node->menutext}

So the section header is just plain text w/o the <a href= to make it click or whatever...
idledragon
Forum Members
Forum Members
Posts: 43
Joined: Thu Mar 13, 2008 8:16 pm

Re: Section Header doesnot display undercontent

Post by idledragon »

Gotcha,  Thanks again Mark!
Locked

Return to “Layout and Design (CSS & HTML)”