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.
CSS apply to sub pages [Solved]
CSS apply to sub pages [Solved]
Last edited by nathancms on Fri Mar 01, 2013 6:44 pm, edited 1 time in total.
Re: CSS apply to sub pages
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?
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?
Re: CSS apply to sub pages
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
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
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: CSS apply to sub pages
Thanks for the help guys. My double slash was going to be my next question.