• Resolved sray69

    (@sray69)


    I am using the Astra theme with a dropdown Cart in the Header. When I view the added product that I created in the Configurator there appears to be a broken image overlay on top of the configured product image that was generated on the fly.

    I turned off the “Show configuration image in cart and checkout” but that did not get rid of it. Also when this is active the image in the Cart is fine but not in the Cart dropdown. I am unable to see it in the Checkout because the image is not showing at all. I think that I may have product images in checkout turned off.

    Here is an example of the overlay I am talking about.
    image

    Is there a setting that I am missing?

    I am using:
    WP v6.6.1
    Astra Pro v4.7.2
    Astra Core v4.7.3
    Product Configurator for WooCommerce v1.3.6

    Thanks,
    Shawn

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

Viewing 1 replies (of 1 total)
  • Thread Starter sray69

    (@sray69)

    Well for those that may run into this issue, I have fixed it by hiding the overlay in CSS. In my situation I just added this to my Code Snippits plugin. Your situation may be slightly different. Adjust as needed.

    .variation-Configuration > div span.choice-thumb {
    display: none;
    }

    Not sure if this will caused issues somewhere else on my site but for now it works.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.