Title: caersbart's Replies | WordPress.org

---

# caersbart

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Options for Block Themes] script scrolls over sticky menu](https://wordpress.org/support/topic/script-scrolls-over-sticky-menu/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [7 months ago](https://wordpress.org/support/topic/script-scrolls-over-sticky-menu/#post-18761405)
 * With a bit trial and error the following code fixed the problem
 * #bookingAffiliateWidget_01030f25-680a-xxx-xxx-548e31e65b75 {
 * z-index: 99 !important;
   }
 * Thanks for your help and the plug-in
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] preloaded using link preload but…](https://wordpress.org/support/topic/preloaded-using-link-preload-but-2/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/preloaded-using-link-preload-but-2/#post-15350966)
 * Hello Marko, that did help, thank you for the solution.
    I do get another warning:
 *     ```
       Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
       A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
       To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
       Note that for performance reasons, only the first access to one of the properties is shown.
       1 bron
       lazyload.min.js:1
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Broken frontpage](https://wordpress.org/support/topic/broken-frontpage/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years ago](https://wordpress.org/support/topic/broken-frontpage/#post-14642452)
 * Thank you for your help [@vmarko](https://wordpress.org/support/users/vmarko/).
   
   Have a nice weekend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Broken frontpage](https://wordpress.org/support/topic/broken-frontpage/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years ago](https://wordpress.org/support/topic/broken-frontpage/#post-14642208)
 * The problem seems to be resolved
    I removed this code in the .htaccess in the
   themes folder. Don’t now how it got there but I guess it’s harmless to delete
   it. My site doesn’t brake down any more and the CWV en speed seems oke.
 * # BEGIN Expire headers
 *  ExpiresActive On
 *  # Images
    ExpiresByType image/jpeg “access plus 1 year” ExpiresByType image/
   gif “access plus 1 year” ExpiresByType image/png “access plus 1 year” ExpiresByType
   image/webp “access plus 1 year” ExpiresByType image/svg+xml “access plus 1 year”
   ExpiresByType image/x-icon “access plus 1 year”
 *  # Video
    ExpiresByType video/mp4 “access plus 1 year” ExpiresByType video/mpeg“
   access plus 1 year”
 *  # CSS, JavaScript
    ExpiresByType text/css “access plus 1 month” ExpiresByType
   text/javascript “access plus 1 month” ExpiresByType application/javascript “access
   plus 1 month”
 *  # Others
    ExpiresByType application/pdf “access plus 1 month” ExpiresByType 
   application/x-shockwave-flash “access plus 1 month”
 * # END Expire headers`
 *     ```
       # BEGIN Cache-Control Headers
   
       <filesMatch "\.(ico|jpeg|jpg|png|gif|swf|pdf|svg|js|flv)$">
       Header set Cache-Control "max-age=84600, public"
   
       # END Cache-Control Headers
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Broken frontpage](https://wordpress.org/support/topic/broken-frontpage/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years ago](https://wordpress.org/support/topic/broken-frontpage/#post-14630542)
 * [@vmarko](https://wordpress.org/support/users/vmarko/), I’ve got a lot of net::
   ERR_ABORTED 500 cache errors
    I didn’t purched but removed some clutter from 
   the .htaccess and the website seems to be fine again, no idea if that did the
   trick. I will follow it up.
 * Weird is goes fine and than after 24h the style is broken, only the front page.
 * I appreciate your help, thanks
    -  This reply was modified 5 years ago by [caersbart](https://wordpress.org/support/users/caersbart/).
    -  This reply was modified 5 years ago by [caersbart](https://wordpress.org/support/users/caersbart/).
    -  This reply was modified 5 years ago by [caersbart](https://wordpress.org/support/users/caersbart/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Broken frontpage](https://wordpress.org/support/topic/broken-frontpage/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years ago](https://wordpress.org/support/topic/broken-frontpage/#post-14629681)
 * Hello [@vmarko](https://wordpress.org/support/users/vmarko/),
 * As I tought the problem is back after 24h, I didn’t purched the caches so you
   could see the brake-down (it’s only the frontpage, mobile and desktop).
 * I use the proxy cache plugin and have Varnish and Redis installed on my server.
 * When I will purche all my caches the problem will be away for 24h
    -  This reply was modified 5 years ago by [caersbart](https://wordpress.org/support/users/caersbart/).
    -  This reply was modified 5 years ago by [caersbart](https://wordpress.org/support/users/caersbart/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Broken frontpage](https://wordpress.org/support/topic/broken-frontpage/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years ago](https://wordpress.org/support/topic/broken-frontpage/#post-14626792)
 * Hello [@vmarko](https://wordpress.org/support/users/vmarko/),
 * thanks for the fast reply. I’ve purched the caches this morning and then the 
   problem is gone. Probably tomorrow after the renewal the problem will occur again.
   I will give you notice when the problem is coming up again.
 * The reverse proxy is enabled (altough I also have the proxy cache plugin witch
   state: Plugin: W3-total-cache : This type of caching plugin does not work well
   with server side caching. (Active)) But I guess this is not related to my problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Schema changes](https://wordpress.org/support/topic/schema-changes/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years ago](https://wordpress.org/support/topic/schema-changes/#post-14615706)
 * Hallo [@maybellyne](https://wordpress.org/support/users/maybellyne/),
 * I figured out I just had to update profile page. Thanks for your reply.
 * Have a nice day,
 * Bart
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] hamburger menu minify js](https://wordpress.org/support/topic/hamburger-menu-minify-js/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hamburger-menu-minify-js/#post-13866308)
 * So I guess there is no solution for my problem? The people at Colorlib advised
   me to use another plug-in but I like WP-Optimize.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] hamburger menu minify js](https://wordpress.org/support/topic/hamburger-menu-minify-js/)
 *  Thread Starter [caersbart](https://wordpress.org/support/users/caersbart/)
 * (@caersbart)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hamburger-menu-minify-js/#post-13842805)
 * [@bornforphp](https://wordpress.org/support/users/bornforphp/) Thanks for the
   reply. It didn’t help.
 * At this moment the toggle Proces HTML and CSS are ON, The JavaScript toggle is
   OFF. The hamburger menu works fine now. If I turn the JavaScript toggle On the
   menu doesn’t collapse any more.
 * Colorlib advised me to use another Cahing plug-in because they don’t see problems
   there. Bit I like the WP-Optimize plug-in. This said, I hope there is a solution
   because it doesn’t benefits my pagespeed score
    -  This reply was modified 5 years, 6 months ago by [caersbart](https://wordpress.org/support/users/caersbart/).
    -  This reply was modified 5 years, 6 months ago by [caersbart](https://wordpress.org/support/users/caersbart/).
    -  This reply was modified 5 years, 6 months ago by [caersbart](https://wordpress.org/support/users/caersbart/).

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