• Resolved mikehillcreative

    (@mikehillcreative)


    (On mobile) I can only open submenus by clicking the little icon arrow on the right of that menu item. Is there a way to have the submenus open when you click anywhere on that parent menu item text or arrow?

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Dear @mikehillcreative,

    I hope this message finds you well.

    Thank you for reaching out to us. To assist you effectively, could you please enable the submenu on your website? This will enable us to investigate the issue thoroughly and provide a solution.

    I appreciate your prompt attention to this matter and look forward to your reply.

    Regards,
    Sumit

    Thread Starter mikehillcreative

    (@mikehillcreative)

    Hello Sumit,

    I do not know what you mean about enabling the submenu. The menu plugin is live at https://casknx.com/

    Michael

    Thread Starter mikehillcreative

    (@mikehillcreative)

    @sumitsanadhya

    Hello Sumit,

    I do not know what you mean about enabling the submenu. The menu plugin is live at https://casknx.com/

    Michael

    Dear @mikehillcreative,

    Let me discuss this with our technical team.

    I will keep you posted with further updates soon.

    Regards,
    Sumit

    Dear @mikehillcreative,

    We are able to open the submenu by clicking anywhere in the parent menu please check the screencast:

    [video src="https://t1868024.p.clickup-attachments.com/t1868024/ae0a6c5b-76bb-4f69-a8a9-50b70bb111d9/ServiceNow-Development-Consultant-ServiceNow-Platform-Solutions.mp4" /]

    Let me know if you still face the same issue.

    Regards,
    Sumit

    Thread Starter mikehillcreative

    (@mikehillcreative)

    @sumitsanadhya

    I had to figure it out myself.

    Can you please tell me how to change the z-index of the menu toggle X?
    I need to change the z-index to 10000 so that it stay under my typeform toggle X if user opens it.

    https://casknx.com/

    From typeform support:
    embedded typeforms use?z-index?of 10001. I see your menu button (button.rmp_menu_trigger)?has z-index of?999999 – if you change it to?10000, it will be hidden under the typeform.
    Alternatively you could also override the z-index of?.tf-v1-slider? CSS class to?1000000.

    Dear @mikehillcreative,

    I hope this message finds you well.

    Thank you for bringing this matter to our attention. I will initiate a discussion with our technical team to address the issue you’ve raised. Rest assured, I will keep you informed of any updates as we work towards a resolution.

    If you have any further questions or concerns, please feel free to let me know.

    Regards,
    Sumit

    Dear @mikehillcreative,

    Please add the below-given css code in the additional css of wordpress customizer and then check.

    body button.rmp_menu_trigger {
    z-index: 10000;
    }

    Please let me know if you need more.

    Regards,
    Sumit

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How can I make more than the arrow in a menu item clickable?’ is closed to new replies.