• Resolved alchan123

    (@alchan123)


    Hello,

    I wonder if is option: Lazy Load Iframe Parent Class Name Excludes meant for first parent or closest element with this name?

    My situation is that I can target parent which is 5 divs higer and excluding lazy load from video doesn’t work like if I add class on iframe and then exclude it in “Lazy Load Iframe Class Name Excludes”.

    Thanks for help, A

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support qtwrk

    (@qtwrk)

    not sure if I understood your question correctly , but I did a quick test on

    <div class="test1"><div class="test2"><div class="test3"><div class="test4"><div class="test5"><iframe src="https://something"></iframe></div></div></div></div></div>

    whether if I exlcude in parent class as test1 or test2 or test3 or test4 or test5 , all works

    Thread Starter alchan123

    (@alchan123)

    A ok, that was the question, yes. Thanks. For us this isn’t working.

    We have parent in position like your “test1” div ..we will check again

    Thanks

    Thread Starter alchan123

    (@alchan123)

    Hello, I found problem:

    video is not working with parent selected class on iframe if we have selected “Delayed” in “Load JS Deferred”. On “Deferred” in working like it should. We are using Bunny CDN video and Vimeo.

    If we have selected “Delayed” also brings a js error from some plugin for non logged in users, even if we exclude this whole plugin folder (not just the js file of this plugin) in js excludes.

    If we have selected “Deferred” our rate on page speed falls for 30% on mobile:/

    Plugin Support qtwrk

    (@qtwrk)

    then please exclude the javascript that is related to your video , from being delayed.

    Thread Starter alchan123

    (@alchan123)

    hello, thanks I understand – we will try ..and how about js error I get from plugin .., plugin is “woocommerce-bulk-variations” and if I add whole plugin name in “JS Excludes” and “JS Deferred / Delayed Excludes” error is still there if “Delayed” option is chosen

    • This reply was modified 1 year, 9 months ago by alchan123.
    Thread Starter alchan123

    (@alchan123)

    here are settings: https://prnt.sc/9ORfaWngv_jM

    Plugin Support qtwrk

    (@qtwrk)

    per forum guide , please create new topic for new or different issue

    but plugin name does NOT always means the javascript contains that name , if such plugin uses inline javascript, exclude by plugin name may not be enough , please view the HTML source code and check for inline JS.

    Thread Starter alchan123

    (@alchan123)

    hello, thanks.

    I must said plugin is great after we moved on live site. Mobile score is 70% even if deferred option is enabled.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Lazy Load Iframe Parent Class Name Excludes not working’ is closed to new replies.