• Resolved Rakshit Jain

    (@rakshitjain)


    can anyone help with the script: for showing woo product gallery images showing one below the other in single product page and not as default in small squares aside of each other? thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there

    Do you have a direct URL we can look at to see what your theme is doing with the images at the moment? I’m asking as it might be as simple as tweaking CSS but I can’t say for sure without taking a closer look…

    Thread Starter Rakshit Jain

    (@rakshitjain)

    https://trendsapp.in/product/women-blue-magenta-printed-indigo-kurta-with-palazzos-2/?attribute_pa_kurti-size=m

    Can we have all the images of the product under each other so customer does not require to swipe left right but just scroll like Instagram or a feed and views all images if the product. Thanks in advance.

    Plugin Support RK a11n

    (@riaanknoetze)

    Thanks for that link. Working through the underlying code, it is possible to force a full-width display of the gallery images BUT they will all be blurry because the underlying gallery images only cater for a 100px by 100px size.

    Regardless, if you’d like to give it a go, you can add the following custom CSS to your WordPress settings under **Appearance > Customize > Additional CSS**:

    
    .woocommerce div.product div.images .flex-control-thumbs li {
      width: 100% !important;
    }
    
    Moderator Hari Shanker R

    (@harishanker)

    Hi @rakshitjain

    Just checking-in to see if you were able to look into the code we had provided earlier. I hope this has helped you in helping you achieve what you wanted with the product gallery thumbnails.

    Since we haven’t heard from you in a while, I’m going to mark this topic as Resolved. Let us know if you keep running into troubles. You can either reply here to follow-up with the same problem, or create a new thread to report your troubles to us.

    All the best!e

    Thread Starter Rakshit Jain

    (@rakshitjain)

    Yes this is resolved at my end and i replied via mail but that does not seem to appear here in forum. I thought reply to the mail would post a reply here in the forum. I am new to forum. How does this functionality work? It will be really appreciated and I will be very happy if i could follow the rules here for better optimizations of forum resources in future to avoid any delays. Great thanks.

    Thread Starter Rakshit Jain

    (@rakshitjain)

    And exactly the same happened as @riaanknoetze told that images will become blurry as they were zoomed version of 100 by 100 px thumbnails. If we could totally remove that and display the actual images uploaded? Can that solve the problem? I have seen some sites which dont the thumbnails at all under the main product image. For eg https://www.myntra.com/kurta-sets/libas/libas-women-green–golden-solid-kurta-with-palazzos–stole/11066420/buy
    They just have slider. In my case i just want all actual images of a product and not regenerated thumnails including image uploaded from the featured image from backend and from gallery images to show ine below the other.
    Thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘can anyone help with: showing woo product gallery…’ is closed to new replies.