• Resolved johnymas

    (@johnymas)


    I’m unable to click on the submenu when Zoom appears. It would disappear immediately. I tried to change the submenu z-index, but it didn’t work. How can I solve this?

    https://postimg.cc/gallery/gYCCx00

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Diana Burduja

    (@dianaburduja)

    Hello @johnymas,

    will you try adding the following CSS rule to your website:

    #tc-page-wrap {
    display: contents;
    }

    Let me know if that works.

    Thread Starter johnymas

    (@johnymas)

    It doesn’t work so I also marked as important and still the same result it doesn’t work

    Plugin Support Diana Burduja

    (@dianaburduja)

    Will you enable the zoom effect on the WooCommerce products, so I can see live on the website the issue with the submenu unclickable?

    Thread Starter johnymas

    (@johnymas)

    I have prepared one page for the test, so try selecting the month April or below… as you can see on the attached image
    https://postimg.cc/yJmFdfj6

    Page for test (try on desktop resolution)
    https://ovedah.si/test-123/

    Plugin Support Diana Burduja

    (@dianaburduja)

    It also needs to lower the z-index of the zoom lens.

    Will you add the following CSS rule:

    .zoomContainer[style] {
    z-index: 40 !important;
    }

    in addition to the

    #tc-page-wrap {
    display: contents;
    }

    CSS rule you’ve already added.

    Thread Starter johnymas

    (@johnymas)

    Thank you very much. It really works now 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Can’t click on dropdown submenu’ is closed to new replies.