Artisteer 3.0 and lower/upper case ?

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.
3/7/2011 3:57:15 AM
dmo
Gravatar
Total Posts 20

Artisteer 3.0 and lower/upper case ?

Hi all,

I'm creating a skin using artisteer 3 and an upgrated base skin from source repository.

All generated CSS classes from Artisteer are now lowercase, but generated html content uses some uppercase. So that don't match. I've already set UseLowerCaseArtisteerClasses to "true".

Can I configure somewhere, Web.config or other, to force generated CSS class names to be only lowercase ?

Regards,

Michel.

3/7/2011 10:54:22 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Artisteer 3.0 and lower/upper case ?

Are you using the latest version of mojoPortal? Support for Artisteer 3 beta was not added until version 2.3.6.1 (quickly superseded by 2.3.6.2).

3/7/2011 11:02:36 AM
Gravatar
Total Posts 18439

Re: Artisteer 3.0 and lower/upper case ?

This is a common problem when running under medium trust hosting with  .NET 3.5

http://www.mojoportal.com/mediumtrust.aspx

you will need to copy the theme.skin file from your skin into the App_Themes/default folder to get it to work. This will break the non 3.0 artisteer skins so you will only be able to use skins that use the same theme.skin file, ie you can use multiple skins but they need to be of the same artisteer version so that they have the same settings in theme.skin. 

It is not a problem under .NET 4, so the ideal solution is to get .NET 4 hosting.

Hope it helps,

Joe

3/7/2011 11:32:34 AM
dmo
Gravatar
Total Posts 20

[Resolved] Artisteer 3.0 and lower/upper case ?

Ok, thank you for the help.

I already tried copying the theme.skin without success, but the problem is not mojoPortal. I'm running with mono, and its probably another compatibility issue.

For testing purpose, I tested to invert the UseLowerCaseArtisteerClasses default value then to recompile  mojoPortal.Web. That worked.

Regards,

Michel.

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