Home Forums Basel support forum Product galleries come and go

Product galleries come and go

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16566

    Anonymous
    Inactive

    Hi

    Though my site is now absolutely gorgeous (don’t you think ?), one concern remains.
    Each of my product owns a main photo, a little picture in the description text and a photo in the gallery. When a visitor lands on a product page, the photo in the gallery does not show until he scrolls. Do you know why ? Is there a solution to avoid this and keep this image visible from the beginning ?

    #16569

    Artem Temos
    Keymaster

    Hi,

    Yes, your website looks very beautiful 🙂

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-design-sticky .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a {
    	transition: none;
      	-webkit-transform: none;
      	opacity: 1;
    }

    Regards

    #16572

    Anonymous
    Inactive

    Yesss ! It works perfectly. Thanks for your help.

    #16574

    Artem Temos
    Keymaster

    You are welcome!

    #16592

    Anonymous
    Inactive

    The problem is solved for the photo, but all the right column “come and go”. It does not stay fix in the page when I scroll.
    Same thing in all the product pages.

    #16595

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product-design-sticky .entry-summary .summary-inner {
      position: static !important;
    }
    
    .product-design-sticky .entry-summary.hide-temporary {
      opacity: 1;
    }

    Regards

    #16601

    Anonymous
    Inactive

    Perfect !… as usual. Thanks a lot.

    #16602

    Artem Temos
    Keymaster

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Product galleries come and go’ is closed to new replies.