• Resolved taz1

    (@taz1)


    Hi, This is a fabulous plugin – great work.

    I wondered if there is a way to automatically close a drop-down menu (inside the menu) when another is opened. At present you have to manually close each drop-down/sub-menu.

    Many thanks in advance,

    Taz.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Thanks for the kind words. I will release an update probably next week and I will try to include this feature. It will be an option where you can chose between the 2 behaviors(current one and the new one).

    Just and idea of what will be released in the version 2.3

    = 2.3 =
    * New! – Google Fonts in the menu items
    * New! – Background image in the menu panels
    * New! – Google Fonts in the menu items
    * New! – Naked Header with transparent background
    * New! – Option to disable Url in the header
    * Improved! – Right/left Menu Panel Width in percentage(%) and not only in Pixels(px)
    * Improved! – Improved mechanism to automatically hide the menus of the themes
    * Improved! – Improved Anchor Linking

    Hope everybody likes it.

    -Takanakui

    Thread Starter taz1

    (@taz1)

    Hi Takanakui,

    Thanks for the quick reply and for the update on the new release. I have a couple more Qs:

    1. Will it be possible to label each of the left and right menus independently? At present We are having to use spacing, which does not work very well for different mobile screen sizes.

    2. For the drop-down menus, you currently have to click on the parent to close it. Is it possible auto close the drop-down menu once you click off them or when you open another parent menu?

    Many thanks.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Regarding your points:

    1) Didn’t understood what you mean, can you explain further maybe with some mockup image?

    2) This is what will be done in that option I will try to do for this next update.

    -Takanakui

    Thread Starter taz1

    (@taz1)

    Hi,

    Thanks for your reply. In Q1 above, what I am asking is whether it is possible to add a text label next to the left and right ‘hamburger’ menu icons. I will try to illustrate below:

    Left menu labelRight menu label

    At present there is only an option to add a title to the centre of the header. Would be nice to be able to give each of left and right menus a title/name.

    Hope this is clearer.

    • This reply was modified 7 years, 10 months ago by taz1.
    • This reply was modified 7 years, 10 months ago by taz1.
    • This reply was modified 7 years, 10 months ago by taz1.
    • This reply was modified 7 years, 10 months ago by taz1.
    Plugin Author Rui Guerreiro

    (@takanakui)

    Thanks for explaining it further.

    That can be achieve with css.

    Example for the left icon(you might have to adjust the margin-top and margin-left values depending on you icon position.

    .mobmenul-container:after {
        content: "Menu";
        color: #fff;
        float: left!important;
        margin-top: -25px;
        margin-left: 35px;
        font-size: 16px;
    }

    Example for the right icon(The margin-right depends on the length of the label

    .mobmenur-container:after {
        content: "Right Menu";
        color: #fff;
        float: left!important;
        clear: left;
        margin-top: -25px;
        margin-left: -100px;
        font-size: 16px;
    }

    Hope it helps.

    -Takanakui

    Thread Starter taz1

    (@taz1)

    Hi Takanakui,

    I don’t know what to say other than you are an amazing guy. Wish I had your knowledge in fixing other css issues we currently (not related you your plugin). There is one other thing, but I will start a new thread as it’s a new topic.

    You have been a great help and I really appreciate your time and effort.

    Many thanks.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Thanks for your kind words. Glad I could help.

    -Takanakui

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Auto close a submenu when another is opened’ is closed to new replies.