Custom Skin Doesn't Display Hard Coded Pages Right

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/9/2009 10:48:18 AM
Gravatar
Total Posts 74

Custom Skin Doesn't Display Hard Coded Pages Right

So I created a skin and it displays all of the virtual pages fine. But when I create a physical aspx page all hell breaks loose. I know having physical pages is against the grain of mojoPortal, but I'm not good enough to turn them into modules yet.

Virtual Page - http://www.gurublogging.com

Physical Page - http://www.gurublogging.com/test.aspx

Any ideas about what might cause this?

5/9/2009 11:00:11 AM
Gravatar
Total Posts 18439

Re: Custom Skin Doesn't Display Hard Coded Pages Right

When I view the source of your pages its clear you are using some older version of mojoPortal. I can tell because its including separate css files instead of using the csshandler.ashx which combines and minifies them.

The problem with the test page seems obvious if you view the source of the rendered page. You are not including all the css files but only the stylemeu.css

You should include style.css and styletext.css in your Test.aspx page.

Hope it helps,

Joe 

5/9/2009 12:54:54 PM
Gravatar
Total Posts 74

Re: Custom Skin Doesn't Display Hard Coded Pages Right

Thanks for the help! I was looking at that damn thing for days! Of course it would be something obvious.

You must sign in to post in the forums. This thread is closed to new posts.