Artisteer 2.3 and hiden main menu (JSCook) under site in Joomla


Author Message
Kajot

Posted: 12/31/2009
Quote message 

Hello
Do you know why main manu JSCook open under the main site? It's happend in all templates made in Artisteer. If someone have similar problem? I'm using Joomla 1.5.4.

Best regards
 
Garry

Posted: 1/1/2010
Quote message 

Have you tried Superfish menu extension for Joomla, it works fine for me.
 
Kajot

Posted: 1/4/2010
Quote message 

Yes it's work fine with menu, but i have also a virtuemart module with categories and SuperFish don't work with modules. If i'm wrong with that please corect me. I can't find information how to configure SuperFish to work with mod_virtuemart_categories.

Thanks for help
 
mando

Posted: 1/26/2010
Quote message 

You can fix it, find in template css directory the file template.css, open with notepad and go to the some line like:

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 222px;
}

change
overflow: hidden; to overflow: visible;

and add this line after
z-index: 100;

your code will be like this one
/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: visible;
z-index: 100;
width: 222px;
}

 
jcagostinho

Posted: 3/5/2010
Quote message 

hello mando

I tried your solution but dont work for me
the jscook meno open and disappears under the main site
I'm using joomla 1.5.15

help me

thank you

 
jcagostinho

Posted: 3/19/2010
Quote message 

I solved that problem,
explanation:

-go to /public_html/lyour-site/templates/your-theme/css open file style.css and edit this:

1- about line 600-680
/* begin Box, Block */
.Block
{
overflow: hidden; (change that line)= overflow:visible
min-width:19px;
min-height:19px;
margin: 0 auto;
position: relative;
z-index: 0;
}

2 about line 900-960

/* begin Box, BlockContent */
.BlockContent
{
overflow: hidden; (change that line)= overflow:visible
min-width:1px;
min-height:1px;
margin: 0 auto;
position: relative;
z-index: 0;
}

3 about line 1650-1750


/* begin LayoutCell */
.contentLayout .sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden; (change that line)= overflow:visible and insert the line z-index: 100;
width: 190px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden; (change that line)= overflow:visible
width: 764px;
}

 

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *