CSS apply to sub pages [Solved]

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"
Post Reply
nathancms
New Member
New Member
Posts: 2
Joined: Sun Feb 24, 2013 2:09 am

CSS apply to sub pages [Solved]

Post by nathancms »

I am working on creating my first template and the menu manager is challenging me. I got the subpages to display on the navigation, but the css for the subpages is not be applied.

here is a sample page http://www.momentsc.com/index.php

click on "does this work" under the Site Map tab and you will see the CSS is not applied to page. When I preview the page it shows up. http://www.momentsc.com/index.php/site- ... -this-work

I have my template applied to all pages. Let me know what I am doing wrong. Thanks.
Last edited by nathancms on Fri Mar 01, 2013 6:44 pm, edited 1 time in total.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: CSS apply to sub pages

Post by velden »

It occurs to me that you have a somewhat strange formatted url; it looks like a pretty url, however it still contains a reference to index.php.

This url (not pretty url) does work:
http://www.momentsc.com/index.php?page=does-this-work

Maybe configured pretty url but forget to place the .htaccess file in place?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: CSS apply to sub pages

Post by Rolf »

You have a double slash in your url:
http://www.momentsc.com//index.php/case-studies
Better check your config/url settings.

Do you have the {metadata} tag in your template?
http://docs.cmsmadesimple.org/configura ... rl#windows

Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
nathancms
New Member
New Member
Posts: 2
Joined: Sun Feb 24, 2013 2:09 am

Re: CSS apply to sub pages

Post by nathancms »

Thanks for the help guys. My double slash was going to be my next question.
Post Reply

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