Before you ask please READ THIS

Submenu...

edited June 2014 in Beach Please Posts: 6
Hi,
is it possible to work on my website (beach please) with a submenu on the left side?? not as a mouse over on the content? like on my attach files??? many of my user have informed me that they have not found the submenu when clicking on the galleries button...
many greetings from Berlin,

Michael
screen-1.jpg
530 x 801 - 26K
screen-2.jpg
530 x 801 - 48K

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Unfortunately it would require numerous changes and tests in order to make it work that way.

    However you can try using such custom CSS to show submenu after getting into galleries or while opening one of pages in submenu:
    .top-menu .current-menu-ancestor ul,
    .top-menu .current-menu-item ul{
    visibility: visible;
    opacity: 1;
    }
    .top-menu .hovered > ul {
    z-index: 5; /* so hovered other submenu will not hide under current submenu */
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion