Non-artisteer skin has got artisteer class names

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.
7/27/2011 3:08:12 PM
Gravatar
Total Posts 4

Non-artisteer skin has got artisteer class names

Hello,

I am using version 2.3.6.6 installed from the Web Platform Installer on Windows Server 2008 with SQL Server 2008.

I have a problem with a skin where I have duplicated dcarter-businessone (a non-artisteer skin) and renamed and started changing. When loading the skin however it shows the classes on the Horizontal menu as the 'art-' artisteer names. I have changed the DefaultInitialSkin to my new skin name but still no joy. Could you let me know how to disable Artisteer conversion of classes?

Thanks,

Gareth 

7/28/2011 5:17:57 AM
Gravatar
Total Posts 4

Re: Non-artisteer skin has got artisteer class names

Anyone got any ideas of what I can do?

7/28/2011 6:13:02 AM
Gravatar
Total Posts 18439

Re: Non-artisteer skin has got artisteer class names

Do you get the same problem using the actual dcarter-businessone skin? I do not.

All I can guess is you didn't copy all the files or you modified them, particularly the theme.skin and layout.master file.

Else if you are running in .NET 3.5 under Medium Trust hosting then it can't use the theme.skin file from the skin folder, it can only use the one from /App_Themes/default, so you would need to copy the theme.skin file from the skin folder into the /App_Themes/default folder. This is discussed at the bottom of our article Understanding the theme.skin file.

Hope that helps,

Joe

7/28/2011 6:44:51 AM
Gravatar
Total Posts 4

Re: Non-artisteer skin has got artisteer class names

Thank you for your reply Joe.

I did in fact get the same problem with the dcarter-businessone skin but I have now figured out why it was. It is to do with the DefaultIntitalSkin property. I had a spelling mistake in that and was converting the div classes to the artisteer names.

Not sure if that is supposed to happen but I know that when I change the DefaultIntialSkin AppSetting to the skin it works a treat.

Hope this helps someone else, or maybe it's just me :)

Thanks again,

Gareth

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