ZenphotoCMS Forum
News Page not themed? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: News Page not themed? (/thread-4381.html)



News Page not themed? - Skellington - 2009-01-02

Hi! I've just started playing with Zenpage.

News articles show up on the home page (in my custom theme) just as I want them, but when I click on a particular news article, it brings me to a totally unstyled page. What am I missing? How do I make sure Zenpage pages use my theme?

EDIT: Oops, you probably want to see the page! www.skellingtonart.com is my website.




News Page not themed? - Skellington - 2009-01-02

OOps! I've figured it out - for whatever reason, it wasn't getting the right file path. I've hard-coded it into the news.php page now, since I don't anticipate changing the style.




News Page not themed? - Skellington - 2009-02-07

The issue is back, regardless of whether I hard-code the path to the style sheet. My site is www.skellingtonart.com, everything looks fine until you click on the title of a news article and are taken to the news page, where you get a totally unstyled page. I've looked at the source, and the path appears to be generated correctly. I took down the news page I modified and reinstalled the default -- still no styling.

Stuck here - Any ideas?!




News Page not themed? - acrylian - 2009-02-07

You have a missing backslash in the css call on the news page. The call is themes/SkellingtonArt/styles/skart.css but should be /themes/SkellingtonArt/styles/skart.css as on the index page.




News Page not themed? - Skellington - 2009-02-14

Oooh, I feel like a dork. Thanks! I thought I'd fixed that, but it turns out I fixed it and uploaded the page to the wrong location! It's all better now, thanks so much for your help.