Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #629509

    Hi. I’m working with WooCommerce and do not want popups. I found this post and made the changes:

    The problem is when the product has several pictures , I need to see each one in the box. This css code prevents popups but cant select and see the images of the gallery. Can you please help me? I need to see all pictures Product image + gallery images (without popup).

    Thanks a lot and best regards.

    #630364

    Hey marilusnm,

    I’m not sure if that is possible but send us a link to your site and we’ll have a look.

    Thanks,
    Rikard

    #630958

    Hello Rikard and thanks for the reply.

    The site is in production ( offline)… May be I will ask you again when the site be online. Thanks for your help.

    Best regards

    • This reply was modified 8 years, 6 months ago by marilusnm.
    #631929

    Hi,

    Replace the css code with the following:

    .single-product-main-image .images > a {
        pointer-events: none;
    }

    This will only disable the link of the featured image but exclude the gallery thumbnails.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.