• Resolved jacquesgt

    (@jacquesgt)


    After the plugin updated to 6.6.1, most images on my site stopped loading. That includes coverage images, galleries, and images coming from query loops. Un-disabling responsive images in the Advanced pane (so turning responsive images back on) fixed the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • A. Albrecht

    (@alexander-albrecht)

    Same here, wonder where I can find older versions to downgrade this plugin for 80+ sites.

    The problem is here:

    wp-retina-2x\classes\core.php

    function replace_with_webp_in_src( $image, $attachment_id, $size, $icon ) {
    if ( $this->get_option( ‘disable_responsive’ ) ){
    return null;
    }

    Return null when Disable responsive images enabled

    Plugin Support Val Meow

    (@valwa)

    Hey @jacquesgt! ??

    This will be fixed in the next update. Thanks for your patience and understanding. In the meantime, you can either disable this option or use the previous version of the plugin from WordPress directly.

    A. Albrecht

    (@alexander-albrecht)

    This should be addressed very quickly as it is a severe issue for a lot of sites! No images and error messages are not acceptable.

    For the next websites I will try to avoid installing this plugin just for the convenience of creating some higher resolution images which can be done by itself inside of functions.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.