Menu problem

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Wed Jul 07, 2010 10:01 pm
Hello!

I use JomSocial on my site
http://traffas.nu

When I show My Profile int the community or show My Blog the submenus disappear behind the component.

http://screencast.com/t/YzIwZjM1ZjAt

What to do?

Best regards
ahidman
Sweden
User avatar
Fresh Boarder

teitbite
Thu Jul 08, 2010 1:25 pm
Hi

Is it happening in some specific browser? Please send me access to joomla panel.
User avatar
Moderator

teitbite
Fri Jul 09, 2010 12:01 pm
Hi

Try in http://www.traffas.nu/components/com_myblog/css/ui.css changing

Code: Select all
.clear {
overflow:visible;
width:100%;
}
User avatar
Moderator

GK User
Fri Jul 09, 2010 12:37 pm
teitbite wrote:
Hi

Try in http://www.traffas.nu/components/com_myblog/css/ui.css changing

Code: Select all
.clear {
overflow:visible;
width:100%;
}


Hi!
Thanks, now the menu works for My Blog component, but not for JomSocial component.

Can I fix that to?

Best regards
Ahidman
Sweden
User avatar
Fresh Boarder

teitbite
Fri Jul 09, 2010 2:51 pm
Hi

Och. I didn't noticed it wasn't working on Community in templates/gk_postnote/css/template.css file

Code: Select all
#gk-nav-wrap.margintop  {
padding-top:100px;
}


to

Code: Select all
#gk-nav-wrap.margintop  {
overflow:visible;
position:relative;
z-index:10000;
padding-top:100px;
}
User avatar
Moderator

GK User
Fri Jul 09, 2010 5:20 pm
teitbite wrote:
Hi

Och. I didn't noticed it wasn't working on Community in templates/gk_postnote/css/template.css file

Code: Select all
#gk-nav-wrap.margintop  {
padding-top:100px;
}


to

Code: Select all
#gk-nav-wrap.margintop  {
overflow:visible;
position:relative;
z-index:10000;
padding-top:100px;
}


[strike]Sorry!
This did not help as you can see here:
http://www.traffas.nu/index.php?option= ... e&Itemid=2
[/strike]


Yes , now it works
Thank you for your great support for a splendid template

//Ahidman
User avatar
Fresh Boarder


cron