• Resolved ondrejlamcha

    (@ondrejlamcha)


    Hi,

    I am trying to solve a problem with non-clickable button. I am using Elementor Pro for creating product single pages for Woocommerce.Would you advise me, what to do with this issue?

    I have tried to get to the website via FTP server and delete CSS style, but I could find out the file in html/php, in which I can edit it.

    • This topic was modified 3 years, 11 months ago by ondrejlamcha.
    • This topic was modified 3 years, 11 months ago by ondrejlamcha.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Once I dismissed the round pop-up by confirming I was 18, I was able to click the add-to-cart.

    Thread Starter ondrejlamcha

    (@ondrejlamcha)

    Well, add-to-cart is working, but view cart button upfront (in my language it is “zobrazit ko?ík”) is not working.

    https://prnt.sc/113wrpj – you see in the screenshot what I mean

    Sorry, got it now. The transparent top bar with the cart and other icon is preventing any clicks from falling through to the woocommerce message with the View Cart button. One possible fix would be to move the view cart message down with some custom css:

    .woocommerce-notices-wrapper {
      margin-top: 90px;
    }

    Please check round other pages and mobile for unwanted side-effects.

    Thread Starter ondrejlamcha

    (@ondrejlamcha)

    Woooow, thanks a lot @lorro! It helped! I just simply edited the button in elementor pro editor > then custom CSS and added your advise code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“View Cart” button is not clickable’ is closed to new replies.