I’ve just realized that the dominant colors of uploaded images are no longer being calculated. Attempts to generate via the calculate tool also fails. Not sure exactly when this started to happen, but I’m guessing it was probably about 3 months ago.
]]>Hello, its possible to make an effect fade from the dominant color to the image, on this way the effect is more fluid.
]]>I was wondering if it was possible to append a class to certain images that I would like to be excluded from the effect. I have an image that is on top of a background color and I’d prefer to not have the effect display on just that image.
Thanks!
]]>The plugin does not allow my images to be pinned using the official Pinterest browser extension. Is there a fix that I could implement which will allow the browser extension to pick up the image? Thanks.
]]>Hi there,
first of all, great plugin!
Since you are using the ‘the_content’ filter in order to add the necessary attributes/classes to the images, this does not work for WooCommerce items for me.
Could you extend the compatibility for woocommerce images? I would love to use it in my shop.
And I think its not working in visual composer shortcodes right now. Did you consider to use the “do_shortcode_tag” hook in to filter visual composer shortcode output? That would be great!
Thanks in advance.
Emanuel
Hi Manuel,
Thanks for creating this plugin!
Quick question:
Is there a way to use the color-extractor feature only (the part that extracts the dominant color to the database)?
I mean without altering the image markup or adding a lazy loading script.
The reason I’m asking is because I’d like to use my images dominant colors in my design, but I’m already using a different lazy loading solution.
Thanks again!
]]>Hi!
I’m developing a theme with ACF Pro plugin to manage images, instead of featured images.
With the plugin installed, I can’t see any lazy load, or any dominant color replacement.
Is it working with ACF image fields?
If not, is there someting I can do?
Thanks on advance.
]]>Hi I’m using Dcll in the archive page of a CPT and in few other pages. Is it possible to load css and js files only in that pages?
]]>Hi I’m using dcll in an archive page of a custom post type. It works fine always on the first 6 images (9 images per page) the other three are rendered with the SVG placeholder.
Just few times all the images appeared but after reloaded the page again only the first 6 were visible.
if I check via mobile no pictures are visible.
I used the code in this way inside the archive page:
<?php if ( has_post_thumbnail() ) {
$image = get_the_post_thumbnail( $post_id );
$image = apply_filters( ‘dominant_colors’, $image, get_post_thumbnail_id ( $post_id ) );
echo $image;
} else {
Hi Manuel,
Very nice plugin that works very well without any headache (kudos for the last part).
However adding this to a website that already has content in it doesn’t work…
Is there any way to process existing thumbnails/images? Maybe a bit of php in the header that would add the values to the db as the pages/images are being loaded?
Just wondering, and surprised no one asked yet…
Thanks for the help,
Ju
]]>Hi!
I’ve installed the plugin but unfortunately I can’t see any effect on loading images. They load step by step and with no color in the back just as they did before.
I’ve also tried to use different images placeholders – from the theme and from VC (WPBakery) but it made no difference.
Do I have to make any adjustments to my theme?
Thx, Lisa
]]>Hello Manuel and thank you for the excellent plugin!
I tried to fade in the images after loading, but I failed!
Can you help in any way? Thanks!
Hello !
First of all I’d like to thank you for this plugin, I was reading about a way to do it and read your article, and I was so surprised you actually made a wp plugin for it !!
I’d like to know which way I can use it with images using srcset. Could it create conflict with another plugin creating srcset images?
Thank you!
]]>The plugin works like a charm. The only problem I am currently facing is that the images are not being transformed into facebook instant article. I am using the official facebook instant article plugin. I am facing with this error – image source is not correct.
]]>I’m trying this plugin with “Themebeans Spaces” theme but it only shows background svgs in pages (not in categories)
The theme has a heavy masonry load and I’m waiting forward for this plugin to work.
Any idea what the problem can be?
Thanks in adavance Manuel
]]>Hello Manuel and thank you for the plugin,
I am trying to build a searchable image database and for this I am using another quite popular plugin (Media Assistant Library or MLA). You can check the result here:
https://brand.noboedu.com/media/
(id: demo, pw: demo, you can search “2016” to find the test images)
I want to use your plugin to lazy load the images. MLA is actually very similar to the standard wordpress gallery, and can even generate standard galleries using a parameter “mla_alt_shortcode=gallery” the resulting html code is actually identical to a standard gallery.
Still the plugin DCLL which works very well with regular wordpress galleries and regular images, doesn’t work with mla gallery.
So I created a test page: https://brand.noboedu.com/test-gallery/
Interesting enough you will see that this test page has 4 galleries,
– #1 is a regular wordpress gallery,
– #2 and #3 is a mla gallery with “mla_alt_shortcode=gallery”
– #4 is a mla gallery without anything else.
Still ALL the images of ALL 4 galleries lazy load well using your plugin. But if I remove the standard gallery from the page, then the images from the mla galleries won’t lazy load.
I’ve been searching the documentation of both plugins all night and tried countless tests. If you have any idea that could help that would be wonderful.
Thank you again for the plugin.
]]>