• Resolved jamiek47

    (@jamiek47)


    Hi,

    I can’t seem to get the plugin working.

    I think the image it isn’t working on is woocommerce_single (Normal: 600×0, Retina: 1200×0). Is it not working because one side of the image is set to 0?

    I can see a woocommerce_single (1200×0) is being generated in the media > retina section.

    If so, how can I fix this to work?

    Thanks,
    Jamie

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

    (@jamiek47)

    Can anyone help?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    What do you mean by “not working”? Which part? The sizing? The delivery of the image?

    Please go through this:
    https://meowapps.com/wp-retina-2x-debug-issues/

    I think it will help ??

    Thread Starter jamiek47

    (@jamiek47)

    Hi @tigroumeow

    I believe it is the delivery of the image. I have gone through the debug issues guide.

    Different images are displayed depending on what colour is selected from a dropdown list. If nothing is selected and it is left to “Choose an option”, it displays the retina image fine. If I select daytime or sunset, the code doesn’t appear to be inserted properly for the retina image.

    You can see here https://northernpixels.co.uk/windermere/

    I also enabled the log https://northernpixels.co.uk/wp-content/plugins/wp-retina-2x/wp-retina-2x.log

    In the source code, the srcset= for the retina image is not showing when either of the colours are selected, but does show when “Choose an option” is selected.

    Appreciate your assistance!

    Thread Starter jamiek47

    (@jamiek47)

    Any help? Still not resolved ??

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi Jamie,

    In fact, it would be a problem with WooCommerce OR the plugin handling that little gallery which is used to display your products. Those are dynamically loaded images, and therefore, the Retina process cannot kick-in as plugins can’t interfere in ajax requests (they are totally handled by the plugins performing them).

    The solution would be that this plugin (or WooCommerce) uses src-set directly, through the WordPress API. Retina would automatically add the Retina sizes in this. It’s how plugins should be built now but maybe the plugin you are using is a bit old or they didn’t dare to update yet ?? Asking them would be the best way to go.

    Thread Starter jamiek47

    (@jamiek47)

    Unfortunately, the chances of WooCommerce changing the way they display images because of me are slim to none. haha

    I’ve found a fix to anyone else having this issue.

    Got to WooCommerce product image settings and set the main image width to double what it is. The same for the thumbnail width.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not working – Possible because of set image size?’ is closed to new replies.