WPIntell

Source evidence

using DCLL in a loop

Dominant Colors Lazy Loading · support · 2018-02-14T11:35:00+00:00

mixedsentiment
lowseverity
0.62relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 35 rows with source links

14.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Kibinai76 resolved
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 { The page I need help with: [ log in to see the link] If you call monitorEvents(window, 'scroll'); in your browser’s console you’ll see that your site doesn’t emit scroll events. Do you have an idea why that could be? Yes you are right! I had body set to overflow-x hidden (for lightbox). Now everything works fine. Thank you. This reply was modified 8 years, 3 months ago by Kibinai76 .

Comments

2 shown
manuelwieser 2018-02-14T12:57:00+00:00

If you call monitorEvents(window, 'scroll'); in your browser’s console you’ll see that your site doesn’t emit scroll events. Do you have an idea why that could be?

Kibinai76 2018-02-14T15:43:00+00:00

Yes you are right! I had body set to overflow-x hidden (for lightbox). Now everything works fine. Thank you. This reply was modified 8 years, 3 months ago by Kibinai76 .