• Resolved steve955

    (@steve955)


    Hi Peter:

    Thank you for pointing me to the 2.5 beta download.

    In general, my menu test worked well, but there are few details I have question:

    (1) Click to Close Menu on Page Click
    > I ticked it, but when page (area not covered by menu) is clicked, the menu is still open. Did I interpret this setting correctly? or something blocked this to happen?

    A suggestion regarding “close menu”: it’ll be nice while menu is open, user can click the 3-line button to close the menu–if user choose to stay on current page. (This way the 3-line button acts like a toggle switch)

    (2) In the situation menu item name is very long and had to run to second line, the second line wont have enough height to display. Can it be modified in “Additional HTML Content”?

    (3) this one is a bit strange, I had to set “Menu Width” to 1% in order to have it displayed right. Is this normal?

    My test url is at https://s560876897.onlinehome.us/aam-sandbox/itemlist/14/

    Thank you so much for developing this nice plugin!

    https://www.ads-software.com/plugins/responsive-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Steve,

    Thanks for the kind words in regards the plugin, Please see my answers below:

    1. There seems to be some conflict with your themes JS/CSS as something is adding additional styles to my menu and therefore stopping it from closing whenever the button is clicked.

    The click menu button is already a toggle switch (please see my site as an example), and the click to close menu on page click should work as you have expected.

    2. Please add the following to your themes styles.css file:

    #responsive-menu .responsive-menu li a
    {
       height: auto !important;
       line-height: auto !important;
    }

    3. No, this is not normal and I think this probably relates to the fact that you have conflicting CSS and JS in your theme, although this doesn’t seem to matter as you have a min and max width set anyway.

    I would suggest working with a developer or going through your themes code to work out why and where the conflicting JavaScript/CSS is coming from to try and rectify.

    Any questions please let me know!

    Many thanks

    Peter

    Thread Starter steve955

    (@steve955)

    Hi Peter:

    Thank you so much for the quick reply! Everything WORKS now, including #3.
    (It turns out the conflict was caused by a background image plugin)

    Oh, a new question: I googled around but can’t find any info on how to use plus sign (+) and minus sign (-), are there HTML shape codes for them?

    Hi Steve,

    Great that its all working!

    You don’t need any HTML shapes for plus and minus, just use the standard + and – on your keyboard and it should be fine.

    Many thanks

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Question about Click to Close Menu’ is closed to new replies.