Plugin Support
qtwrk
(@qtwrk)
have you tried Lazy Load Image Class Name Excludes
and/or Lazy Load Image Parent Class Name Excludes
?
Hello @qtwrk and thank you for your help 🙂
Yes i have tried using Lazy Load Image Parent Class Name Excludes with class slick-current
but it didn’t work. I couldn’t find a class inside img tag that i could target since this a slider with the most recent posts changing dynamic.
Plugin Support
qtwrk
(@qtwrk)
which image in your page you want to exclude ?
and what class name have you tried ?
Hello,
I want to exclude the image that will be used in the li <li class="item slick-slide slick-current slick-active"
element, in the page i have send you. This is a slider with the most recent posts changing dynamic.
I have tried using Lazy Load Image Parent Class Name Excludes with class slick-current
but it didn’t work.
Plugin Support
qtwrk
(@qtwrk)

you sure you got the right class name ?
because I can not even find this on HTML source code
by the way , you must check it in HTML source , not in “elements” tab
Thank you for pointing out @qtwrk
It seems that in html source the class is not there. In html i can only find the main container <div class="container bb-featured-strip bb-stretched-mobile no-gutters inside-title big-item featured-carousel">
but i would like to exclude the first active li
inside it. The php temlpate is https://pastebin.com/peeePbKj but i guess it is not possible to add a class of my own there just to exclude the first li?!
Plugin Support
qtwrk
(@qtwrk)
please try bb-media-placeholder
in parent class
thank you @qtwrk for your help.
This class works nice but it is attached to all images of li slick-slide
I was wondering if there is any way to just exclude only the <li class="item slick-slide slick-current slick-active"
but i guess there isn’t.
One last question, is there any filter to adjust the lazy load threshold?
Best regards,
Plugin Support
qtwrk
(@qtwrk)
huh ?
from the source code , only these images have that class

unfortunately no