• Resolved mosttriumphant

    (@mosttriumphant)


    I created an extended Walker menu that adds additional divs inside of the <a></a> tags within the menu. When the divs are added the accordion no longer works. I located the file rmp-menu.js within the Responsive Menu plugin, but cannot locate the jquery code that is conflicting with additional divs that have been added.

    Can you provide some direction?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dear @mosttriumphant,

    Hope you are doing well.

    Thanks for reaching out to us.

    Let me discuss this with our technical team.

    I will keep you posted with further updates soon.

    Regards,
    Sumit

    Dear @mosttriumphant,

    I request you to please update the code in your rmp-menu.js file at line 269 as follows:

    Old code:

    var sub_menu = jQuery( subArrow ).parent().siblings( RmpMenu.subMenuClass );

    New code:

    var sub_menu = jQuery( subArrow ).closest(‘.rmp-menu-item-link’).siblings( RmpMenu.subMenuClass );

    Let me know if you need more help.

    Regards,
    Sumit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Walker Menu Extended’ is closed to new replies.