Left Column Restricting


Author Message
Asim

Posted: 3/5/2010
Quote message 

Hey guys, LOVE your product, really kool :-) :-) :-)

I installed joomla and VM and everything was fine, but when i installed the template from Artisteer, my categories module is not displaying properly. It's not the module because its working without the template fine. Please help!!

Image 1: http://yfrog.com/bcimage1bhj

Image 2: http://yfrog.com/bcimage2ipj

As you can see from the images, the sub menus are going BEHIND the articles and the modules below...

Thanks for ANY help at all!
 
Garry

Posted: 3/5/2010
Quote message 

Are you using 2.4 beta or an extension for vertical menus
 
Asim

Posted: 3/6/2010
Quote message 

Im using full version of Aristeer and the menus are from VirtualMart Product Categories Module. I didn't modify anything besides the template of the page.
 
Asim

Posted: 3/7/2010
Quote message 

ok, awesome, i was able to adjust the z-index in template.css and now the submenus are on top of everything which is GREAT, but they are still hiding behind the module/box on the bottom (same left column), does anyone know which line in the template i can adjust that? thanks!!
 
Marcelo

Posted: 4/16/2010
Quote message 

Has anyone find a solution for these. I can't figure out what z-index to modify
 
Grumblemarc

Posted: 4/16/2010
Quote message 

Try NOT using jscook in the module. Seems to be the cause.
 
Marcelo

Posted: 4/17/2010
Quote message 

It does not seem to be a problem with default templates installed with Joomla. So, I have to say is something in the Artisteer template.

 
Marcelo

Posted: 4/17/2010
Quote message 

I believe I have it working now, but I need to test a bit more. Try this. In your template's template.css modify the art-block's z-index to 5. Here is mine with the change. Let me know if it works for you.

/* begin Box, Block */
.art-block
{
position: relative;
z-index: 5;
margin: 0 auto;
min-width: 1px;
min-height: 1px;
}