Problem with Module Menus


Author Message
BarryZ

Posted: 10/11/2011
Quote message 

Templates done in Artisteer 2 worked fine. Problem started with Artisteer 3.0 and the new Beta's.
The problem is: Not able to move a DNN Module from one pane to another. Artisteer calls these Places.
i.e. Not able to move a module from Content Pane to a Bottom Pane.
Reason: The Module Menu does not appear on screen.

We're hosting some sites on DNN 4.9.5 and other sites on DNN 5.6.2. The problem occurs on both types.

Anyone else have this problem?

Would this fix it? (even though the code is meant for DNN 6?)
>>In the Export Options there is a css options. add this. it worked for me.
.DnnModule {z-index:0;}
.art-nav {z-index: 1;}
.art-controlpanel-container {z-index:2;}

 
barryz

Posted: 10/11/2011
Quote message 

More details.
I have narrowed down the problem to the Artisteer-generated Module Containers, not the skin. When using other Containers, I am able to view the drop-down editing menu that allows you to move from Place to Place.