WP Rocket
Forum Replies Created
-
We released a new version of the plugin that should be fixing your specific issue
Hi,
You can try this:
function rocket_lazyload_exclude_class( $attributes ) { $attributes[] = 'disappear'; return $attributes; } add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_class' );This should work for you:
function rocket_lazyload_exclude_class( $attributes ) { $attributes[] = 'skip-lazy'; return $attributes; } add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_class' );- This reply was modified 7 years, 3 months ago by WP Rocket.
Hi,
you can use the same base code, just modifying the pattern used to identify the image to exclude. So in your case using the ID to exclude it.
You can send the link using this service: https://revealit.me/
Thank you, I believe I see what is the issue.
To be fixed, it will require an update to the plugin itself though. It can be worked on during the next week.
Yes a link would be helpful. But do note that the exclusion is only possible on the images themselves, not on their container.
You can use this service to do it: https://revealit.me/
Hi,
Can you show me a sample of the code on your website you’re having issue with?
Hi,
Would it be possible to see the issue live?
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Owl Carousel IssueHi,
Unfortunately lazyload and carousel like that are often not compatible, because the carousel script uses the placeholder image to do width and height calculations, which means they are incorrect at the time it’s done.
The best way is indeed to exclude the images from lazyload for now.
Hi,
Is it possible to provide the URL to the staging with the issue so we can have a direct look at it?
The new version is available now, I invite you to do the update and test
It’s indeed a domain owned by Youtube (Google) to serve the thumbnails for the images related to a video.
Hi,
Can you provide an URL with the issue?