• Resolved Brian

    (@brianwi340)


    The option to click on parent menu to open submenu no longer works unless you click directly on the arrow.

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

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

    (@takanakui)

    Hi @brianwi340,

    Apologize for that situation.

    Can you add the code below to the custom JS field inside the General Options tab?

    $( document ).ready(function() {
    	jQuery( '.mobmenu-left-panel, .mobmenu-right-panel' ).addClass( 'mobmenu-parent-link' )
    });

    Will provide a definitive fix in the update that will release next week. Thanks.

    Thread Starter Brian

    (@brianwi340)

    Does not fix the problem. No effect at all.

    Plugin Author Rui Guerreiro

    (@takanakui)

    My fault, replace the previous code with this one.

    jQuery( document ).ready(function() {
    	jQuery( '.mobmenu-left-panel, .mobmenu-right-panel' ).addClass( 'mobmenu-parent-link' )
    });
    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @brianwi340,

    The latest update sorted this situation.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parent menu opens submenu no longer work’ is closed to new replies.