Artisteer Skins not working

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.
1/17/2011 3:05:49 AM
Gravatar
Total Posts 37

Artisteer Skins not working

Please help! I have created a template in Artisteer that has top menu, left content with menu, middle content, and right column with features such as contact info and news. I have read all the creating skins documentation, tried using all of the current skins in mojoportal but can't seem to get anything but one menu and one column. I have looked over all of the css files and layout files but no luck. What am I doing wrong?  I was able to change the left and right attributes to true but all I got was three columns with no content on the left or right. Debugging didn't show up anything when I stepped through it but I am obviously missing something. Does mojoPortal disregard any additionl content in the left and right?

1/17/2011 7:23:33 AM
Gravatar
Total Posts 18439

Re: Artisteer Skins not working

The "content" in a template exported by Artisteer is just place holder content it is not part of the design it just helps you see what the design will look like but you must add your own content to the page in a cms.

In mojoPortal you add features to the page in the left or right panels and it will automatically adapt to 3 column layout, if you remove content from the right it will adapt automatically to 2 column layout. If there is no content added to the left or right and no child pages then it will adapt to one column layout. It adapts automatically according to the content you put on the page.

Similarly the vertical menu will appear as soon as you create a child page below the home page in mojoportal.

These tutorials will help you:

http://www.mojoportal.com/training-videos-quick-start-tutorial.aspx

http://www.mojoportal.com/video-creating-pages-and-managing-the-site-hierarchy.aspx

Hope it helps,

Joe

1/17/2011 7:42:18 PM
Gravatar
Total Posts 37

Re: Artisteer Skins not working

But shouldn't I at least see the vertical menu? The Artisteer design I created had a menu at the top of the header and a vertical menu on the left column. I added a new page(there are 3 pages now) and it adds to the top menu but no menu on left even when I set up mojo with three columns. Also the two columns on the right and left do not have the formatting that I created in the Artisteer template (i.e. outline, text color and font).  Also when working in admin, the text coloring starts changing (bright purple right now).

1/18/2011 9:37:02 AM
Gravatar
Total Posts 18439

Re: Artisteer Skins not working

The Artisteer designer basically duplicates the horizontal menu in the vertical menu which to me doesn't make much sense, it seems more natural that the vertical menu be a sub menu and only show child pages rather than having 2 menus that do the same thing.

However if you want the vertical menu to not be a sub menu you can edit the layout.master file and remove this property from PageMenu control : IsSubMenu="true"

Also if you want the horizontal menu to also show child pages you can remove this property from the SiteMenu control: DynamicDisplayLevels="0"

Hope it helps,

Joe

1/19/2011 10:24:27 PM
Gravatar
Total Posts 37

Re: Artisteer Skins not working

I don't have either one of those properties in my layout. What you mentioned is what my goal was. I want the menu to be top horizontal and the child menu to be left column submenu. I just can't seem to get the layout correct.

1/20/2011 9:24:04 AM
Gravatar
Total Posts 18439

Re: Artisteer Skins not working

Hi,

When you make a mojoPortal skin from an Artisteer template it is very important to choose the correct included mojoPortal skin as the starting point (as discussed in the documentation). If your design has a horizontal menu at the top of the header and a vertical sub menu then you should start with artisteer-24-verticlamenu2, if you used something else you may not have all the needed ingredients in your layout.master file. Pages that you create as child pages  under the top level pages in the horizontal menu will appear in the vertical menu.

Hope it helps,

Joe

1/21/2011 2:42:11 AM
Gravatar
Total Posts 37

Re: Artisteer Skins not working

I did try that skin but did not have any success. I am using it right now and only have a full vertical menu on the side and no top menu.

Only the name of the skin was "artisteer-30-verticlamenu2".  I tried doing a search for "artisteer-24-verticlamenu2" but could not find it.

I thought there probably wasn't much difference in them though.

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