Title: dK's Replies | WordPress.org

---

# dK

  [  ](https://wordpress.org/support/users/dkristanda/)

 *   [Profile](https://wordpress.org/support/users/dkristanda/)
 *   [Topics Started](https://wordpress.org/support/users/dkristanda/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dkristanda/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dkristanda/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dkristanda/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dkristanda/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dkristanda/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pareto Security] Fatal Error on Version: 2.7.0](https://wordpress.org/support/topic/fatal-error-on-version-2-7-0/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-on-version-2-7-0/#post-12952795)
 * Sorry, forgot to add. My environment: WordPress 5.4.1 with lsphp7.4.5 on Ubuntu
   20.04LTS
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Lazyloading breaks Javascript](https://wordpress.org/support/topic/bug-lazyloading-breaks-javascript/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bug-lazyloading-breaks-javascript/#post-12225741)
 * You’re welcome. Just tiny contribution from my part who benefiting from this 
   plugin that can be used for free…
 * I hope you don’t mind if I lodged such finding in this support forum as imho,
   it might help other users more than just directly go to Github.
 * Because you are so responsive, it also gives a good message that this plugin 
   is being looked after very well.
 * Merry Christmas
    Cheers, dk
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Lazyloading breaks Javascript](https://wordpress.org/support/topic/bug-lazyloading-breaks-javascript/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bug-lazyloading-breaks-javascript/#post-12216869)
 * Hi W3TC team,
 * Similar bug also happen in Cdn_Plugin.php when there is a set of source image
   srcset inside a javascript parameter. The culprint is function _srcset_replace_callback()
 * It changes the correct javascript code of:
 *     ```
       <script>
       var myimage = "<img srcset='image2x.jpg 2013w, image1x.jpg 1006w' src='image.jpg'>"
       </script>
       ```
   
 * to
 *     ```
       <script>
       var myimage = "<img srcset="image2x.jpg 2013w, image1x.jpg 1006w" src='image.jpg'>"
       </script>
       ```
   
 * (Note the unescaped quotes)
    Neeed to distinguish html block with javascript 
   block
 * Thanks
 * p.s: in my case all the above is relevant as Elegant Themes is using lots of 
   responsive design process using javascript. Also any site that use ajax that 
   deal with images could be affected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Lazyloading breaks Javascript](https://wordpress.org/support/topic/bug-lazyloading-breaks-javascript/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bug-lazyloading-breaks-javascript/#post-12216858)
 * I see, thanks for letting me know!
    I think it is a very useful denominator for
   support personnel to differentiate with a general question. Can I use the word
   without square bracket? i.e: “Bug: topic” Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Possible Bug: Missing Cache Validator for Fonts](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/#post-12200214)
 * OK. That explained it.
    Thanks heaps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Possible Bug: Missing Cache Validator for Fonts](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/#post-12188982)
 * Hmm…so I was denied 2 options… lol
 * Here it is… [PageCache Advance box](https://i.imgur.com/qeK1WL7.jpg)
 * Is it interference from another plugin?
    The only thing that I installed related
   to W3TC is the helper plugin to help me do the manual mode “W3TC Minify Helper
   Version 1.0.0.1 By Magenta Cuda” which did help me get better js deferral. But
   have tried to disable this plugin, no effect to the missing options.
 * Thanks
    Regards, Denis
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Bug] Broken URL Parsing for theme’s CDN file when WP_CONTENT_URL is set](https://wordpress.org/support/topic/bug-broken-url-parsing-for-themes-cdn-file-when-wp_content_url-is-set/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bug-broken-url-parsing-for-themes-cdn-file-when-wp_content_url-is-set/#post-12188941)
 * Oh, OK…
    I didn’t expect it is such a complex matter.
 * So, if I may suggest, the admin page of plugins should give a visual indicator
   if WP_CONTENT_URL is set.
 * I only notice this WP_CONTENT_URL because so many articles on the net suggested
   to use it to overcome “use the cookie-less domain” for static assets that are
   not on CDN.
    I can start already visualize “…but W3TC doesn’t support this” 🙂
 * The solution is actually quite simple, just upload everything to the CDN (cost
   a bit to the CDN bill though) but faster!
 * Thanks for reviewing this!!
    Cheers, Denis
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Possible Bug: Missing Cache Validator for Fonts](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/#post-12185150)
 * Yes, confirmed.. no pg cache compatibility.
 * here is my screen capture
 * > [View post on imgur.com](https://imgur.com/fK31h8C)
 * weird?
 * thanks!
    Denis
 * ps. I hv submit another bug I found – quite big one/obvious.. but on hold by 
   moderator due to lots of ‘dummy’ link as illustration. hope can be released soon..
   if ever…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Possible Bug: Missing Cache Validator for Fonts](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/)
 *  Thread Starter [dK](https://wordpress.org/support/users/dkristanda/)
 * (@dkristanda)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/possible-bug-missing-cache-validator-for-fonts/#post-12178972)
 * Thanks for your reply and the github link
 * I think what happen here is that the developer has removed the compatibility 
   mode but havent fully strip the code.
 * The only checkbox in Page Cache Advance is “late initialization” and “late caching”
 * Also the exact coding is repeated at the Browser Cache plugin. Might be useful
   info for the developer if they want to strip it clean.
 * Thanks again!

Viewing 9 replies - 1 through 9 (of 9 total)