Disabling Artisteer markup

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.
6/16/2010 7:22:36 AM
Gravatar
Total Posts 72

Disabling Artisteer markup

Hi,

Since Artiseer support was added, each module now has a lot of additional html elements for styling purposes. This is great if you need it, but if you don't can it be disabled (so it isn't rendered)?

For example:

<div class="art-Post-tl"></div>
<div class="art-Post-tr"></div>
<div class="art-Post-bl"></div>
<div class="art-Post-br"></div>
<div class="art-Post-tc"></div>
<div class="art-Post-bc"></div>
<div class="art-Post-cl"></div>
<div class="art-Post-cr"></div>
<div class="art-Post-cc"></div>

Thanks

 

Ben

 

6/16/2010 7:38:40 AM
Gravatar
Total Posts 18439

Re: Disabling Artisteer markup

It is only rendered if you have this in theme.skin:

<portal:mojoPanel runat="server" RenderArtisteer="true" UseLowerCaseArtisteerClasses="true" />
<portal:ModuleTitleControl runat="server" RenderArtisteer="true" UseLowerCaseArtisteerClasses="true" />
<portal:mojoButton runat="server" RenderArtisteer="true" CssClass="art-button" />

non-artisteer skins do not have this and do not render the markup.

The only exception is when running in medium trust, then all skins use the theme.skin file from /App_Themes/Default/theme.skin, so if you running in medium trust and are not using any artisteer skins you would want to remove the settings from that file.

Hope it helps,

Joe

6/16/2010 8:27:36 AM
Gravatar
Total Posts 72

Re: Disabling Artisteer markup

Hi Joe,

Thanks for this.

Problem was that I am not using a skin file in my theme.

So I added an empty one to my theme folder and I can confirm the additional markup no longer renders.

Thanks,

Ben

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