• Resolved filippo1sbx

    (@filippo1sbx)


    Hello,
    In the menu, when I tap on the down arrow on mobile, nothing appears. The megamenu works fine on desktop but is not shown on mobile. Is there a way to fix this?

    There’s also a problem with the logo in the ElementsKit header: it doesn’t show on Firefox.

    Thanks in advance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Prosenjit Barman

    (@prosenjitbarman)

    Hello, @filippo1sbx
    Thanks for reaching out to us!

    We have successfully been able to reproduce an issue with the Megamenu Feature of ElementsKit and the Sticky Effect feature of the Elementor PRO. Somehow an overlay is being triggered when a click event happens on the Menu Item that has Megamenu. This issue is already forwarded to the dev team for further inspection. Hope they will figure out a way to fix the issue.

    Regarding the Logo issue, This may be happening due to some rules defined by Firefox for the SVG formatted images. In order to solve the issue, please copy the CSS code from below and paste it to the Appearance > Customize > Additional CSS section.

    .elementor-widget-image a img[src$=".svg"] {
        width: 100px !important;
    }

    Let me know if that helps. If there is any further queries. let me know. I will be happy to assist you.

    Best Regards,
    Prosenjit

    Thread Starter filippo1sbx

    (@filippo1sbx)

    Hello!
    Thanks for the reply and thanks for helping me with the dev team! I hope there’s a solution!
    Regarding the logo no, it continues not to work on Firefox also with the new css code I pasted. Is there a plan B?

    Thanks again for your time!
    Filippo

    Prosenjit Barman

    (@prosenjitbarman)

    Hello, @filippo1sbx

    The CSS I have sent previously is tested and works properly. Probably there is something on your end that is blocking the CSS to work properly. Would you please create a ticket at our support center for further inspection? You will find the link to our Support Center on the USEFUL LINKS section of the Plugin Details page. I will check the issue closely from your end and help you to find a solution as soon as possible.

    Best Regards,
    Prosenjit

    Same issue here, any updates?

    Here is my website, could check the mobile version mega menu too? https://flybits.com/

    Here is the console error I got:
    Uncaught TypeError: Cannot read properties of undefined (reading ‘classList’)
    at HTMLLIElement.clickOpenMegaP.onclick

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Megamenu does not appear on mobile’ is closed to new replies.