DEFAULT PAGE CSS IS NOT RENDERING PROPERLY

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/24/2011 6:41:04 AM
Gravatar
Total Posts 3

DEFAULT PAGE CSS IS NOT RENDERING PROPERLY

Hi,

OS: Windows 7

DB: SQL Server 2008

mojoPortal 4.0

I am new to this Framework and installed from TortoiseHG. Project is successfully created and able to see default page of the website with all the links like Home, Forum,eCommerce...

But page not rendering property with CSS, it just show plain text with links (as below), please let me know  how to recover from this.

 

mojoPortal
Skip over navigation
•Home
•SDI Forum
•SDI eCommerce
•SDI Image Gallery
•SDI Newsletter
•SDI Employee
•Home
•Site Map
•Register
•Search
•Sign In
•About Us
•Contact Us
Welcome
Welcome to mojoPortal, this is sample data, you can edit this content to get started.

You can sign in using admin@admin.com and the password admin.

Be sure to change the administrator name and password after you sign in.

With Regards

Murali.

 

 

 

 

 

 

11/24/2011 7:28:08 AM
Gravatar
Total Posts 18439

Re: DEFAULT PAGE CSS IS NOT RENDERING PROPERLY

Hi,

If you are a developer then you should understand that web site software such as mojoPortal is just delivering html, css and javascript to the web browser and all rendering happens in the web browser.

Therefore if something is not rendering correctly the logical way to troubleshoot the problem is to find out if the css is being delivered or not. To do that you view the source of the rendered html and you follow the link to the css (ie csshandler.ashx?...)

Do you see CSS or do you see an error?

If you see an error find out what it is and solve it. The most likely problem is if .ashx extension is not configured correctly to be handled by ASP.NET. If you have a lot of other stuff installed it can be a factor, there is a known problem when Cold Fusion is installed it can break some of the handler mappings for ASP.NET.

Hope that helps,

Joe

ps, in case you did not know, typing in all capital letters is considered the internet equivalent to shouting. Best not to shout when you are asking for help.

 

11/24/2011 9:36:29 AM
Gravatar
Total Posts 3

Re: DEFAULT PAGE CSS IS NOT RENDERING PROPERLY

It got resolved, I just changed theme from admin section now it is rendering properly.

Murali

 

 

 

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