This topic has 3 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #179406
     broller
    Participant

    Hi,

     

    the items in the shop don’t look great. The gallery images for the product are full size and need to be small thumbnails.

    #179465
     Radu
    Moderator

    Hi,

    Check in wp-admin -> woocommerce -> settings -> product -> display.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #179502
     broller
    Participant

    Hi, thank you.

    Yes I’ve messed with this alot. It’s not having any effect on the images and for some reason they pull up in a light box instead of in the gallery post. This is how they should be displayed :
    https://merchacha.com/product/the-dixie/

    but this is how they are showing up:
    https://client.merchacha.com/product/the-chill/

    #179761
     Radu
    Moderator

    Hi,
    There should be multiple files edited to can add support for woocommerce galley..

    Also there will be needed this css

    COPY CODE
    
    @media (min-width:991px) {
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {position:relative;}
    
    .woocommerce-product-gallery .flex-control-nav, .flex-control-paging {
        bottom: -150px !important;
        top:auto;
        width:100%;
        display: inherit;
        padding-left: 7px;
    }
    
    .woocommerce-product-gallery .flex-control-nav li, .woocommerce-product-gallery .flex-control-paging li {width:initial;height:initial;}
    .woocommerce-product-gallery .flex-control-nav li img, .woocommerce-product-gallery .flex-control-paging li img {max-width: 96px;}
    
    .woocommerce-product-gallery .flex-control-nav, .flex-control-paging {}
    
    
    .woocommerce-tabs.wc-tabs-wrapper {padding-top:150px !important;}
    }
    

    and maybe others…

    So please provide to me FTP + wp admin credentials to take a closer look.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?