• Resolved estudionovo

    (@estudionovo)


    Hello everyone. In my store you can see all the images in the catalog, but you can’t see them on the product page. I have already tried many suggestions, but so far none of them work. Any ideas?

    I am using WordPress 6.5.2 and Woocommerce 8.7.0
    Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @estudionovo,

    Thank you for contacting WooCommerce Plugin Support. I checked the product page and tested it to see if I could replicate the issue, and I ran into the same problem. This can be fixed by adding custom CSS code to your site. Please use the following CSS code:

    .comparison-image-slider .cd-image-label.is-hidden, 
    .wow, body.lg-on #wpadminbar {
        visibility: visible !important;
    }

    To apply this code to your website, you follow the detailed guide here. Here’s what the result will look like:?

    You should see the changes reflected on your website immediately. If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Let us know if there’s anything else we can help you with.

    Thread Starter estudionovo

    (@estudionovo)

    Thank you very much for your help and advice. Now it works Ok.

    Hi @estudionovo,

    Thanks for getting back to us. I’m glad to know that the issue has been resolved. Just so you know – we will now close this ticket as solved. If you have any other questions or issues, please feel free to open a new ticket and we’ll be happy to assist you.

    Thank you for choosing WooCommerce and have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The image is not displayed on the product page’ is closed to new replies.