• Resolved wpprup

    (@wppraesenz)


    Hello,
    I would like to have the submenu(s) in an opened state when opening the mobile menu. Thus, staying with the opportunity of the parent link closing and opening the submenu just like it is now; just initially opened.
    Thanks for a hint how to do that!
    Best wishes!

    The page I need help with: [log in to see the link]

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

    (@takanakui)

    Hi @wppraesenz ,

    Try to add the code below in the custom JS field in General-> Advanced options

    jQuery( document ).ready(function() {
      jQuery('.mobmenu-content .sub-menu').show();   
    });
    Thread Starter wpprup

    (@wppraesenz)

    Dear Rui,
    thank you very much, that works perfectly! Now seeing the open submenu I do not like the look… ??
    It is very demanding, I know, to ask for more, but is there a way that the submenus always stay open, cannot be closed and so the ugly arrow to close/open the submenu can be totally removed?
    I checked all the options, this support page and the documentation on your website but did not find a clue to this option. Sorry, if I missed something.
    Best wishes!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Add the code below to the custom CSS option.

    .mob-expand-submenu {
        display: none;
    }

    That should sort it. Clear the cache and test again.

    Thread Starter wpprup

    (@wppraesenz)

    Worked fine again! ?? Thank you very much!!!
    You are the best. If I had not reviewed the plugin/you with five stars years ago, I would do it at least now. Only thing left is an update of my review…
    Best wishes and please stay with this level of support. ??

    PS. Perhaps you could open a thread on top here, in it collecting the codes you share here, so one could find codes without asking you or at least you could link to it in your answer – if this was lesser work for you…
    All the best!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Thanks for the kinds words. Apreciate the update of your already nice previous review.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submenu open’ is closed to new replies.