• Resolved zazzou

    (@zazzou)


    Hi,

    I install the plugin and the icon hamburger appear correctly on my website.
    But if I want to click on an item, the sub menu does not appear. It seems that the submenu want to appear behind the menu.
    Thanks for help

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Please provide a URL so I can check as I need something to look at.

    All the best

    Thread Starter zazzou

    (@zazzou)

    How can I provide an URL privatly please ?

    • This reply was modified 8 years, 5 months ago by zazzou.
    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey there,

    Please email me at [email protected]

    All the best

    Thread Starter zazzou

    (@zazzou)

    Thks I sent an email with my URL

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Lines 174 and 183 of your style.css file have declarations like the below:

    li:hover a {
      background: white none repeat scroll 0 0;
      color: black;
      transition: all 500ms ease 0s;
      height: 120px;
    }

    Therefore you are overwriting the styles of my plugin for a elements inside hovered li elements. Removing the height rule fixed it for me.

    All the best

    Thread Starter zazzou

    (@zazzou)

    Hi thanks.

    I delete the height rule but my sub menu not appearing…
    It is better but when clicking on item my sub menu not appearing.

    Regards

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Something on your site is causing a javascript conflict.

    I have checked what is happening and everytime my plugin changes the submenu to have display: block; it is immediately changed back to display: none;.

    I would advise speaking to your web developer to resolve the issue as they will know what javascript is causing this as it is impossible for me to say.

    Alternatively if you could be one of your other plugins or your theme that is doing this, in which case you will need to disable the other plugins one by one until it works again or switch to the base theme to check if the theme is causing it.

    All the best

    Thread Starter zazzou

    (@zazzou)

    Hi,

    Thanks I managed to fix my problem with your explanations.
    So I just move one of my line <script> to end of file and I choose “place scripts in footer” in the settings of responsive menu plugin.

    Regards

    • This reply was modified 8 years, 5 months ago by zazzou.
    • This reply was modified 8 years, 5 months ago by zazzou.
    • This reply was modified 8 years, 5 months ago by zazzou.
    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey zazzou,

    Great news and thanks for letting me know.

    All the best

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sub menu does not appear’ is closed to new replies.