Upgraded to 2.3.5.1 and lost my column backround color on all sites

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.
8/16/2010 2:03:06 PM
Gravatar
Total Posts 22

Upgraded to 2.3.5.1 and lost my column backround color on all sites

I lost my backround color on the side columns on all of my sites.  I used artisteer 2.4 to create desgn.   Has this happened to anyone else?  Running Server 2003 IIS sql 2005

 

Tony

 

 

8/17/2010 6:35:37 AM
Gravatar
Total Posts 18439

Re: Upgraded to 2.3.5.1 and lost my column backround color on all sites

Hi Tony,

If you'd like to zip up your skin and the .artx file for your design and send it to me I'll take a look and see what the problem is. I promise to delete the files afterwards.

Best,

Joe

8/17/2010 8:43:06 AM
Gravatar
Total Posts 22

Re: Upgraded to 2.3.5.1 and lost my column backround color on all sites

Thanks Joe

Just send the file over

8/17/2010 9:04:35 AM
Gravatar
Total Posts 18439

Re: Upgraded to 2.3.5.1 and lost my column backround color on all sites

Hi Tony,

When I compare the skin to the page.html file it looks correct to me. The left side has a sort of light teal background color. The right side does not, but I believe that is because your design does not have a right column, it is better to use 3 columns in Artisteer so it will create the style for the right side as well as the left side.

Because your design only has a left column Artisteer generated this in the style.css:

.art-content-layout .art-sidebar1
{
  background-color: #DFE8FC;
  width: 25%;
}

but if your design had 3 columns it would also have generated something like this:

.art-content-layout .art-sidebar2
{
  background-color: #DFE8FC;
  width: 25%;
}

you could add that to the style-artisteer-overrides.css

or you could change to a 3 column layout in Artisteer and re-export.

I don't see how upgrading to a new version of mojoPortal has any relationship to the missing right side background color, it is a CSS issue. This is not a bug in mojoPortal.

Hope it helps,

Joe

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