• Resolved jgold723

    (@jgold723)


    Is there anything that would limit the number of product gallery images that appear on the product page? Right now we seem to be limited to 6. We can add more on the admin side, but they don’t appear on the front end. I’ve look at WC settings and also at settings in the theme, but nothing seems to address this.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like you fixed it during your long wait for an answer…

    Consider a theme update to the latest v2.0. v 1.8 is needed for your current version of WooCommerce. See the changelog:
    https://themes.g5plus.net/oars/changelog.html

    Thread Starter jgold723

    (@jgold723)

    Actually, I didn’t fix it. There are only 6 gallery images, which is the maximum that will appear. While I can add more via the Woo interface, they won’t appear.

    I will update the theme, but is that the issue? Or is something else preventing me from displaying more images?

    I’ve looked at the markup for the example product page and there are 8 images in the markup. A style has been set in the page which limits the visible number to 6, so this points to a theme limitation. The column of 6 images is draggable, enabling the user to access to the other two.

    Have a look in your theme options to see if there is a setting for the number of images visible in the slider at one time.

    You can try to override the 6 limit with this custom css:

    .slick-list {
      height: auto !important;
    }
    Thread Starter jgold723

    (@jgold723)

    You are so right! Thank you very much.

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    It sounds like you got this working! I’ll go ahead and mark this thread as resolved, but please let us know if you have any further questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only 6 product gallery images showing’ is closed to new replies.