Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support fevered – a11n

    (@fevered)

    Hey there!

    I’ve visited the page and I do see some images showing – can you be a little more specific about where they should be displaying, or is the issue resolved?

    If it is not resolved, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
    Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.

    Thread Starter Bakhshi

    (@bakhshi)

    I just took a quick look at the site. It looks like there’s an inline style on the div for each image. A style to float those images left; “float:left;” on the div
    class = woocommerce-product-gallery__image (.woocommerce-product-gallery__image). I’m not sure if this is a custom theme or a commercial theme but once I remove the “float:left;” from the inspector in my browser (looking at the code) it brings the photo into view.

    What version of WooCommerce is this? What version of WordPress? Maybe it was a theme update by chance?

    This is just my best estimate. I’m not affiliated with WooCommerce just a web developer.

    Thread Starter Bakhshi

    (@bakhshi)

    thank you,

    i ussed this code:

    .flex-viewport {
    direction: ltr;
    }

    it works in desktop version but not mobile!

    my theme: Betheme 21.5.3
    wordpress 5.3.2
    woocommerce 3.9.1

    Thread Starter Bakhshi

    (@bakhshi)

    This code also:

    .woocommerce .product .product_wrapper .product_image_wrapper .images {
    
       direction: ltr !important;
    
    }

    it dosen’t work in the mobile version!

    • This reply was modified 4 years, 10 months ago by Bakhshi.
    Plugin Support fevered – a11n

    (@fevered)

    I’ve tested and I can see the images showing up correctly sized with that CSS. Can you send a screenshot of how it is not working on mobile?

    Plugin Support fevered – a11n

    (@fevered)

    Hey there, since I haven’t heard back from you I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘products images ?not showing’ is closed to new replies.