Main menu problem

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Mon Nov 01, 2010 12:56 pm
Hi,
I got a problem that the sub menu on the main menu does not show in normal situation, unless making hoover with the mouse (not like it shows on the demo!)
how can I fix that??
please see: http://derberliton.de/
thanks,
Avi
User avatar
Junior Boarder

teitbite
Tue Nov 02, 2010 3:35 pm
Hi

Try this code at the end of template.css file:

Code: Select all
div#horiz-menu ul li#current ul {
display:block !important;
}
User avatar
Moderator

GK User
Tue Nov 02, 2010 6:44 pm
teitbite wrote:
Hi

Try this code at the end of template.css file:

Code: Select all
div#horiz-menu ul li#current ul {
display:block !important;
}

Hi,
just added this code,but no change!
any ideas??
thanks, Avi
User avatar
Junior Boarder

GK User
Wed Nov 03, 2010 1:30 pm
Dear teitbite,
can you help me please with this issue?
thanks,
Avi
User avatar
Junior Boarder

teitbite
Thu Nov 04, 2010 12:36 am
Hi

I do not see this code on Your site. Did You cleared cache after change? Please attache screen of how You've put it.
User avatar
Moderator

GK User
Thu Nov 04, 2010 2:15 pm
Hi,
I did cleaned cache and attached a pic of template.css botoom,
thanks,
Avi
User avatar
Junior Boarder

teitbite
Fri Nov 05, 2010 10:59 pm
Hi

I've went to Your page to check it but the IE6 worning appeared (I use FF).

Inside the code I can see some wibiya working only. Maby that tip will help You with solving this.
User avatar
Moderator

GK User
Sat Nov 06, 2010 9:22 am
can you please check again?
User avatar
Junior Boarder

teitbite
Sun Nov 07, 2010 10:09 pm
Hi

I know it's in the code, but it does not appear in the code of the site. But I think I know what is the problem. The css is compressed and probably even after the changes the new code isn't used because the compressed file has not refreshed. Please try to disable compression and I'm sure the code will affect the menu.
User avatar
Moderator

GK User
Sun Nov 07, 2010 10:29 pm
I did that, but now the menu is total y messed...when hoover the menu
User avatar
Junior Boarder

GK User
Mon Nov 08, 2010 10:39 am
teitbite wrote:
Hi

I know it's in the code, but it does not appear in the code of the site. But I think I know what is the problem. The css is compressed and probably even after the changes the new code isn't used because the compressed file has not refreshed. Please try to disable compression and I'm sure the code will affect the menu.


Hi,
it does not work (only partly)as you say here. would you be kind to take a look?
Avi
User avatar
Junior Boarder

teitbite
Tue Nov 09, 2010 5:18 pm
Hi

Noe You just need to hide the menu.

Code: Select all
div#horiz-menu li:hover ul {
display:none;
}
User avatar
Moderator

GK User
Tue Nov 09, 2010 6:15 pm
Hi,
It does not work! also some other parts of the menu.
(I pasted the code at the bottom of Template.css)
I wonder why this menu is not working as it should...
please advice
User avatar
Junior Boarder

GK User
Wed Nov 10, 2010 8:02 pm
Could anyone in Gavick give support on this issue? I am not asking to modify the menu, just that it will finally work. is that too much to ask?
thank you
User avatar
Junior Boarder

teitbite
Fri Nov 12, 2010 11:10 am
Hi

First please tell me how You want the menu to behave. I thought that I've made it like it was on my site exacly. Maby it's just a matter of choosing right menu type (remove my changes before trying other types).
User avatar
Moderator

GK User
Sat Nov 13, 2010 6:41 pm
Hi,
I want it to work same like in the demo.
with the code you gave me it does not work, so what now???
Avi
User avatar
Junior Boarder

teitbite
Sun Nov 14, 2010 10:13 pm
Hi

After the investigation, I have found the settings for the menu behaviour from the Gavick's demo:
User avatar
Moderator

GK User
Wed Nov 17, 2010 9:32 pm
Hi,
this setting is ok, but I did as you said on our chat with the direct link added in layout/blocks/head.php and it broke down the layout!! what now?? I will be also online on skype..
User avatar
Junior Boarder

teitbite
Sun Nov 21, 2010 1:23 am
Hi

Where did You placed the code? Please check if the line is correctly closed. This should not have an affect on the look even if it's not the right solution.
User avatar
Moderator

GK User
Sun Nov 21, 2010 10:15 am
Hi,
found the problem!!
1. yes, the closing tag was not correct-fixed it.still the menu did not work.
2. I use a plugin called jFinalizer to compress html,css and js. I disabled the js compression and put the plugin in the end of the list.
3. everything works jst fin now!!
thanks for your support and for others that use this plugin, just follow point no.2
User avatar
Junior Boarder

teitbite
Mon Nov 22, 2010 4:17 pm
Hi

I'm glad I could help :)
User avatar
Moderator


cron