Artisteer 2.4.0.27666 Skin issue

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.
6/21/2010 5:31:51 AM
Gravatar
Total Posts 47

Artisteer 2.4.0.27666 Skin issue

Generated a skin using the new version of Artisteer (http://www.artisteer.com/?p=news). It does not show the sidebar correctly(no block header). It worked fine with the previous release of Artisteer.

Artisteer's Default Page's Code (Page.html)

 <div class="art-block-body">
                                            <div class="art-blockheader">
                                                <div class="l"></div>
                                                <div class="r"></div>
                                                 <div class="t">Highlights</div>
                                            </div>
                                            <div class="art-blockcontent">

 

 

Mojoportal Code Snippet of the sidebar

-------------

<div class="art-Block-body">
<div class='rtop'><div class='r1'></div><div class='r2'></div><div class='r3'></div><div class='r4'></div></div>
<div id="ctl01_leftContent_ctl01_pnlWrapper" class="art-Post-inner panelwrapper htmlmodule">
<div class="art-BlockHeader">
<div class="l"></div><div class="r"></div><div class="art-header-tag-icon"><div class="t"><a id='module19'></a><h2 class=" moduletitle">New Content Title <a class="ModuleEditLink"></a></h2></div></div></div>
<div class='art-BlockContent'>

Thanks n regards :),

nitin

6/21/2010 5:40:55 AM
Gravatar
Total Posts 18439

Re: Artisteer 2.4.0.27666 Skin issue

Hi,

It sounds like you used artisteer-greenlagoon or artisteer-swirly1 as the starting point, those are for older Artisteer 2.3, all the newer skins intended as starting points for Artisteer 2.4 have artisteer-24 as part of the name. There is a difference between these skins in the theme.skin file which controls some aspects of the rendering such as the case of the css classes, in Artisteer 2.3 they were mixed case like art-Block-body (as in what you posted) but in 2.4 they are all lower case and since css classes are case sensitive the settings in the skins for 2.3 will not work in 2.4. So the problem is you used a 2.3 skin for a starting point instead of a 2.4 skin.

The instructions are clear about what skins to use for a starting point.

Hope it helps,

Joe

6/21/2010 5:54:02 AM
Gravatar
Total Posts 47

Re: Artisteer 2.4.0.27666 Skin issue

Thanks for your time Joe :)

I tried again using 'artisteer-24headermenu', but the issue is not resolved. Artisteer version is Artisteer 2.4 for Windows update (2.4.0.27666),

System Info:

mojoPortal Version
2.3.4.5 SQLite
Operating System
Windows 7
ASP.NET Version
v2.0.50727 Running in Full Trust

Dunno what am i missing :

thanks n regards,

nitin

6/21/2010 5:59:04 AM
Gravatar
Total Posts 18439

Re: Artisteer 2.4.0.27666 Skin issue

Hi Nitin,

Have you cleared the browser cache?

Are you still seeing mixed case css classes in mojoportal rendering like art-Block-body instead of art-block-body?

If you'd like to send me the .artx file I will take a look.

Best,

Joe

6/21/2010 6:18:58 AM
Gravatar
Total Posts 47

Re: Artisteer 2.4.0.27666 Skin issue

Have just mailed you the artisteer file.

Thanks for your help:)

nitin

6/21/2010 9:53:46 AM
Gravatar
Total Posts 47

Re: Artisteer 2.4.0.27666 Skin issue

Tried again with a fresh installation of mojo and exported the theme, everything worked like a charm smiley

Dunno what was wrong earlier, i tried in all browsers, removed all cache....sorry for wasting everyone's time :)

Thanks Joe for help,

regards,

nitin

6/21/2010 9:56:52 AM
Gravatar
Total Posts 47

Re: Artisteer 2.4.0.27666 Skin issue

Tried again with a fresh installation of mojo and exported the theme, everything worked like a charm smiley

Dunno what was wrong earlier, i tried in all browsers, removed all cache....sorry for wasting everyone's time :)

Thanks Joe for help,

regards,

nitin

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