Title: WP Rocket's Replies | WordPress.org

---

# WP Rocket

  [  ](https://wordpress.org/support/users/wp_rocket/)

 *   [Profile](https://wordpress.org/support/users/wp_rocket/)
 *   [Topics Started](https://wordpress.org/support/users/wp_rocket/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wp_rocket/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wp_rocket/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wp_rocket/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wp_rocket/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wp_rocket/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 211 total)

1 [2](https://wordpress.org/support/users/wp_rocket/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wp_rocket/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/wp_rocket/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/wp_rocket/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/wp_rocket/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/wp_rocket/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] After updating to 2.4.0, some images are no longer displayed](https://wordpress.org/support/topic/after-updating-to-2-4-0-some-images-are-no-longer-displayed/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/after-updating-to-2-4-0-some-images-are-no-longer-displayed/#post-18688361)
 * Glad to hear that! I’ll mark this one as resolved then. 🙂
    -  This reply was modified 7 months, 3 weeks ago by [WP Rocket](https://wordpress.org/support/users/wp_rocket/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] After updating to 2.4.0, some images are no longer displayed](https://wordpress.org/support/topic/after-updating-to-2-4-0-some-images-are-no-longer-displayed/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/after-updating-to-2-4-0-some-images-are-no-longer-displayed/#post-18688179)
 * Hi there. It looks like these images will need to be excluded so they can load
   properly; this snippet on my test site seems to do the trick:
 *     ```wp-block-code
       add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_poly_flags' );function rocket_lazyload_exclude_poly_flags( $attributes ) {	$attributes[] = 'alt="English"';	$attributes[] = 'alt="Italiano"';	$attributes[] = 'alt="Español"';	$attributes[] = 'alt="Français"';	return $attributes;}
       ```
   
 * So you could try the same thing (after adapting the code to the languages being
   used on your own site, of course).
   Let us know how it goes!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Webp images removed](https://wordpress.org/support/topic/webp-images-removed/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/webp-images-removed/#post-18626554)
 * Hi [@swaranan](https://wordpress.org/support/users/swaranan/),
 * I am sorry for the troubles you are having with this.
 * I checked the pages but I can’t see the issue you’re reporting.
 * Maybe you have changed something during this time?
    -  This reply was modified 9 months, 1 week ago by [WP Rocket](https://wordpress.org/support/users/wp_rocket/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] SAVE CHANGES button missing (omg, have fix)](https://wordpress.org/support/topic/save-changes-button-missing-omg-have-fix/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/save-changes-button-missing-omg-have-fix/#post-17227532)
 * Hi Butkis and Sven,
 * Jurica from WP Rocket here, and I’ll be very glad to assist you with this!
 * I’ve tried to reproduce the issue on my test site, but I want’ able to reproduce
   it:
 * ![](https://i0.wp.com/i.imgur.com/aE1yi7m.png?ssl=1)
 * Could you check the browser console if there are any errors? Or if you have test/
   staging site, try disabling other plugins to see if it that will help. If disabling
   other plugins helps, it would indicate an issue with another plugin.
 * Best Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Mixed content / Optional use of HTTPS schema](https://wordpress.org/support/topic/mixed-content-optional-use-of-https-schema/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/mixed-content-optional-use-of-https-schema/#post-17010540)
 * Hi Reynir, 
   I hope you are well!
 * The Enable Lazyload option should not generate Mixed content, possibly the error
   is related to a second layer cache or some other configuration.
 * I can’t review the code you shared because it’s restricted/blocked for my area.
 * However, I suggest you start by reviewing the most basic configuration of your
   website. You can read some recommendations in the following article: [https://docs.wp-rocket.me/article/314-using-ssl-with-wp-rocket](https://docs.wp-rocket.me/article/314-using-ssl-with-wp-rocket)
 * In case you are on an Apache/LiteSpeed server you can also force HTTPS via htaccess.
   
   You would only have to add the following code at the beginning of the file:`Header
   always set Content-Security-Policy "upgrade-insecure-requests;"`If you have doubts
   about how to add it, I suggest you ask your server provider for help.I hope my
   answer solves your doubts, and you can solve the mixed content issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Bug: Preview image reference broken under tag](https://wordpress.org/support/topic/bug-preview-image-reference-broken-under-tag/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/bug-preview-image-reference-broken-under-tag/#post-15368689)
 * Hi [@clickrmedia](https://wordpress.org/support/users/clickrmedia/)
 * I am sorry for the troubles you are having with this.
 * Could you please share a URL where we can reproduce this issue? We would like
   to check, in case we can see something that might give us a clue about what’s
   going on here.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Lazy Load creating space on webpage](https://wordpress.org/support/topic/lazy-load-creating-space-on-webpage/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/lazy-load-creating-space-on-webpage/#post-14827838)
 * Hi [@thebarebutlers](https://wordpress.org/support/users/thebarebutlers/)!
 * I couldn’t replicate the issue on my end.
 * If you are still experiencing the issue, you will need to disable LazyLoad on
   the affected pages.
 * We don’t have a UI for that, but you can do it programmatically by using the 
   following filter:
 *     ```
       add_filter( 'do_rocket_lazyload', function() {
           if ( is_page(99) ) {
       	return false;
           }
           return true;
       } );
       ```
   
 * Change the `99` by the page ID you want to target.
 * Kind regards,
 * Adame
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Lazy Load creating space on webpage](https://wordpress.org/support/topic/lazy-load-creating-space-on-webpage/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/lazy-load-creating-space-on-webpage/#post-14805966)
 * Hi !
 * Thank you very much for your reply. I hope you’re having a good day.
 * We’ve tested this matter and couldn’t reproduce it. Please see below:
    Full-size
   image → [https://jmp.sh/0x6OaM0](https://jmp.sh/0x6OaM0)
 * Could you please share more info:
    1. If there’s a set of steps to be able to
   reproduce the issue please list them all
 * Thank you for your time and patience on this matter. I’ll be waiting for your
   reply. I hope you have a great day!
 * Regards,
    Jorge
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Parallex effect not working with LazyLoad activated](https://wordpress.org/support/topic/parallex-effect-not-working-with-lazyload-activated/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/parallex-effect-not-working-with-lazyload-activated/#post-14656034)
 * Hi Pashtun,
 * Yes, at first I believed there were several ways of doing this, but upon re-reading
   your message I realized my mistake and I badly edited the message.
 * ​Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] How to enable pre-load for Featured Image](https://wordpress.org/support/topic/how-to-enable-pre-load-for-featured-image/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-to-enable-pre-load-for-featured-image/#post-14651999)
 * Hi [@johnthedocs](https://wordpress.org/support/users/johnthedocs/)!
 * Jorge from WP Rocket here.
 * You could use any of the following helper plugins depending on your needs:
    - Exclude specific src files:
       [https://github.com/wp-media/wp-rocket-helpers/tree/master/lazyload/wp-rocket-lazyload-disable-src](https://github.com/wp-media/wp-rocket-helpers/tree/master/lazyload/wp-rocket-lazyload-disable-src)
    - Exclude specific classes:
       [https://github.com/wp-media/wp-rocket-helpers/tree/master/lazyload/wp-rocket-lazyload-disable-class](https://github.com/wp-media/wp-rocket-helpers/tree/master/lazyload/wp-rocket-lazyload-disable-class)
    - Should you have any more questions or concerns please let me know and I’ll
      be more than happy to help you. Thank you for your time and patience. I hope
      you have a great day.
    - Regards,
 *  -  This reply was modified 4 years, 11 months ago by [WP Rocket](https://wordpress.org/support/users/wp_rocket/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Parallex effect not working with LazyLoad activated](https://wordpress.org/support/topic/parallex-effect-not-working-with-lazyload-activated/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/parallex-effect-not-working-with-lazyload-activated/#post-14639587)
 * Hi, Pashtun!
 * Jurica from WP Rocket here.
 * To exclude the image you can try the following:
 * – You can also use the filters `rocket_lazyload_excluded_attributes` or `rocket_lazyload_excluded_src`
   to exclude specific patterns.
 * ​Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] How to enable pre-load for Featured Image](https://wordpress.org/support/topic/how-to-enable-pre-load-for-featured-image/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-to-enable-pre-load-for-featured-image/#post-14636596)
 * Hi [@johnthedocs](https://wordpress.org/support/users/johnthedocs/),
 * Jurica from WP Rocket here. Thank you for contacting WP Rocket’s support.
 * `You have several options to exclude images from being lazyloaded:
 * – You can simply add a `data-no-lazy="1"` property in your img or iframe tag.
 * – You can also use the filters `rocket_lazyload_excluded_attributes` or `rocket_lazyload_excluded_src`
   to exclude specific patterns.
 * – For iframes, the filter is `rocket_lazyload_iframe_excluded_patterns`
 * You can read how to preload an image in this article: [Preload Largest Contentful Paint image](https://docs.wp-rocket.me/article/1494-preload-largest-contentful-paint-image).
 * I hope this information helps!
 * Best Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Parallex effect not working with LazyLoad activated](https://wordpress.org/support/topic/parallex-effect-not-working-with-lazyload-activated/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/parallex-effect-not-working-with-lazyload-activated/#post-14628441)
 * Hi, Pashtun!
 * Jorge from WP Rocket here. Apologies for the delay in our reply. We are dealing
   with a higher volume of support requests than usual. Thank you for your patience.
 * The problem is that the image is not present when the script to create the effect
   is fired. The script in charge of the effect is this one:
    - /wp-content/themes/hestia-pro/assets/js/parallax.min.js
    - After reviewing the script, there’s a function that’s listening to the `onWindowResize`
      event which is why whenever you change the size of the window it works. The
      only option would be to exclude that image.
    - Should you have any more questions or concerns please let me know and I’ll
      be more than happy to help you. Thank you for your time and patience. I hope
      you have a great day.
    - Regards,
 *  -  This reply was modified 4 years, 11 months ago by [WP Rocket](https://wordpress.org/support/users/wp_rocket/).
    -  This reply was modified 4 years, 11 months ago by [WP Rocket](https://wordpress.org/support/users/wp_rocket/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] YouTube GDPR Notice under Videos](https://wordpress.org/support/topic/youtube-gdpr-notice-under-videos/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/youtube-gdpr-notice-under-videos/#post-14406529)
 * Hi [@delaspuke](https://wordpress.org/support/users/delaspuke/).
 * You can use the following code snippet:
 *     ```
       add_filter( 'rocket_lazyload_youtube_html', 'add_gdpr_note');
   
       function add_gdpr_note( $youtube_lazyload ) {
          $youtube_lazyload .= '<div class="lyte_gdpr">The video is embedded by Youtube. The privacy policy of Google applies.<hr /></div>';
       return $youtube_lazyload; 
       }
       ```
   
 * You can change the _lyte\_gdpre_ class to one that will be used to style the 
   GDPR note.
 * Regards,
 * Vasilis
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] images not showing or optimizing](https://wordpress.org/support/topic/images-not-showing-or-optimizing/)
 *  Plugin Contributor [WP Rocket](https://wordpress.org/support/users/wp_rocket/)
 * (@wp_rocket)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/images-not-showing-or-optimizing/#post-14302587)
 * Hi there!
 * Thank you very much for your reply.
 * We’re sorry to know we were not able to satisfy your current necessities and 
   hope we can work this out in the future.
 * Thanks for the patience. Have a wonderful day.
 * Regards,
    Jorge

Viewing 15 replies - 1 through 15 (of 211 total)

1 [2](https://wordpress.org/support/users/wp_rocket/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wp_rocket/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/wp_rocket/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/wp_rocket/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/wp_rocket/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/wp_rocket/replies/page/2/?output_format=md)