open Dropdown submenu on mouseover "Creative: Always Open"

mouseover only seems to work if it is a float-out menu. Does it work if it is a dropdown menu?

Comments

  • Hi,
    Please explain your question more greater.
    I'm not sure what exactly do you mean.
    Thanks
  • edited March 2019
    Hey,
    thank you for your Feedback. 
    Have a look to this draft:

    Link in PM

    There is a left menu with a bottom drop down submenu. But... it opens only by click on the red arrow not by clicking on the text.... and if a subsite is selected the menu is closed...
  • Please paste this CSS into the Theme Options > Custom CSS & JS > CSS
    ul li.submenu .menu-toggle::after {
    position: absolute !important;
    right: 10px !important;
    }
    #menu ul li.submenu .menu-toggle {
    width:100% !important;
    }
    It will fix your issue.

    Thanks
  • Much better. Thank you very much. However, the menu does not remain open when a subpage is selected.Is there a solution?
  • .. and the main menu site is no longer clickable :/
  • If you want to click the menu item to unfold the menu then it is normal that you will be not longer able to click the menu item. How would that work?
    Also, you cannot have the menu opened on ana active link. You would have to code that yourself in JS or PHP. THere is no easy sollution.
    thanks
  • Thank you. Why is the submenu not open when I link from it is active? (Example: Anwendungen -> Notstromversorgung)
  • BeTheme does not have that functionality, that's why it's not open.
    As Bryan said, you would have to code that yourself in JS or PHP.
    Thanks
Sign In or Register to comment.