• Resolved webshoppartners

    (@webshoppartners)


    I have a strange isue in Ocean WP.
    I use more than 1 picture in most of the products in the shop, but not all.
    As you can see in the link above (In Danish I’m afraid) the first 8 products is fine (but too large). They all have more than 1 product picture.

    The 9. product has only 1 picture, and that product seems to show the correct size (400 pixels for products and 200 pixels for thumbnails, and “full size”/”As is” i ratio).

    No matter which dimensions I use in the Ocean WP setup, it doesn’t seem to show up on the page, if the product has more than 1 picture.

    I can’t figure out how to fix this…??

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter webshoppartners

    (@webshoppartners)

    PS: I’m using Elementor as Pagebuilder, but that shouldn’t make any difference…

    Theme Author oceanwp

    (@oceanwp)

    Hello, can you remove the maintenance on your site so I can see the issue?

    Thread Starter webshoppartners

    (@webshoppartners)

    Oh yes of course – sorry ?? Should be open now

    Theme Author oceanwp

    (@oceanwp)

    Add this css code in the custom css section of the customizer:

    .woocommerce ul.products li.product .woo-entry-image-swap img {
        width: auto;
    }
    .woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
        left: 50%;
        transform: translateX(-50%);
    }
    Thread Starter webshoppartners

    (@webshoppartners)

    Great thanks !!

    It looks really great now… ??

    Thank You for quick & professionel support.

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce Image sizes, when using more than 1 picture’ is closed to new replies.