Shape 5

Joomla Templates => No1 Shopping - Club => : WDJac October 01, 2014, 11:17:53 AM



: Overlay isse
: WDJac October 01, 2014, 11:17:53 AM
Hello,

I disbaled the "Full Width Menu" and change the orientation to "vertical", so I thought this would place the sub-menu under the first level link, but there is an issue, as you can see on the screenshot. OK... my fault! I have to put the orientation back to horizontal.

The second issue is, that the overlay of the site (when mouseover on menu) also appears at the top menu, and once it appears you are not able to click on a link (like the logout button). You see this also on the screenshot.
Here I have to edit the template.css and change
:
.s5_menuoverlay_hidden {
-webkit-transition: opacity 500ms ease-out 500ms;
-moz-transition:  opacity 500ms ease-out 500ms;
-o-transition: opacity 500ms ease-out 500ms;
transition:  opacity 500ms ease-out 500ms;
-moz-opacity: .0;
-khtml-opacity: .0;
filter:alpha(opacity=0);
opacity:.0;
top: -1000px !important;}
to
:
.s5_menuoverlay_hidden {
-webkit-transition: opacity 500ms ease-out 500ms;
-moz-transition:  opacity 500ms ease-out 500ms;
-o-transition: opacity 500ms ease-out 500ms;
transition:  opacity 500ms ease-out 500ms;
-moz-opacity: .0;
-khtml-opacity: .0;
filter:alpha(opacity=0);
opacity:.0;
/*top: -1000px !important;*/}


I use all the latest files.

Best regards,

Pascal


: Re: Overlay isse
: mikenicoll October 01, 2014, 07:39:15 PM
Glad you got it sorted. Thanks for posting your updated code.