WP Rocket
Forum Replies Created
-
Hi,
This will be added in the next version of the plugin.
Hi,
there seems to be a chrome specific bug in the lazyload script right now, we’re going to update it in the next version of the plugin, hopefully it will fix the issue you’re encountering.
Hi,
In the next version of the plugin, the polyfill will be deactivated by default.
Hi,
The thumbnails are created and hosted by Youtube directly, it’s not recommended to modify that to ensure the thumbnails are always up to date. Unfortunately that means the cache time can’t be modified as it’s handled by Youtube settings.
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Polyfill RequestHi,
In the next version of the plugin, the polyfill will be deactivated by default.
Hi,
I see that you have the pagespeed module active on your website currently. It’s possible that it is conflicting with our plugin in terms of images loading optimization.
It’s possible to deactivate lazyload on specific pages, we have an example for that on the FAQ of the plugin: https://ww.wp.xz.cn/plugins/rocket-lazy-load/faq/
Hi,
We had another look on both, and we have fixes for them in the next version of the plugin.
Currently there isn’t, but we will had the exclusion to the next minor version of the plugin to prevent this issue.
It’s possible that it is a conflict with Shortpixel, or another plugin that you use that would also provide lazyload at the same time.
We have other users using the
pictureelement and our plugin without issue.Hi,
this is not WP Rocket support, this is only for the lazyload plugin.
To reach the support team of WP Rocket, you can contact here: https://wp-rocket.me/support/
When you are editing a page with this page builder, is there something specific in the URL that identifies that you are on the page edition?
As an example: http://example.com/page-name/?oxygen_builder=1
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] image out of placeHi,
the best solution would be to exclude your logo from lazyload. You can do that with the following code:
add_filter( 'rocket_lazyload_excluded_src', function ( $excluded ) { $excluded[] = 'white-logo'; return $excluded; } );- This reply was modified 7 years, 3 months ago by WP Rocket.
Hi,
We just pushed a minor version to fix the incompatibility, please test it and tell us if it’s working for you now.
Hi,
We just pushed a minor version to fix the incompatibility, please test it and tell us if it’s working for you now.
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Invalid img codeHi,
I just visited the page you provided and the twitter image is correctly being displayed on it. Can you check again?