Title: Ritesh Saini's Replies | WordPress.org

---

# Ritesh Saini

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/impunk/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/impunk/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Should I enable browser caching when using BunnyCDN?](https://wordpress.org/support/topic/should-i-enable-browser-caching-when-using-bunnycdn/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/should-i-enable-browser-caching-when-using-bunnycdn/#post-16944220)
 * Yes, it supports `.htaccess`. I’m providing the code below:
 *     ```wp-block-code
       # BEGIN WordPress
       # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
       # dynamically generated, and should only be modified via WordPress filters.
       # Any changes to the directives between these markers will be overwritten.
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       # BEGIN WP Cloudflare Super Page Cache
       # The directives (lines) between "BEGIN WP Cloudflare Super Page Cache" and "END WP Cloudflare Super Page Cache" are
       # dynamically generated, and should only be modified via WordPress filters.
       # Any changes to the directives between these markers will be overwritten.
       <IfModule mod_headers.c>
       Header unset Pragma "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       Header always unset Pragma "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       Header unset Expires "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       Header always unset Expires "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       Header unset Cache-Control "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       Header always unset Cache-Control "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       Header always set Cache-Control "expr=%{resp:x-wp-cf-super-cache-cache-control}" "expr=resp('x-wp-cf-super-cache-cache-control') != ''"
       </IfModule>
       <IfModule mod_expires.c>
       ExpiresActive on
       ExpiresByType application/xml "access plus 0 seconds"
       ExpiresByType text/xsl "access plus 0 seconds"
       </IfModule>
       <FilesMatch "\.(xml|xsl)$">
       <IfModule mod_headers.c>
       Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"
       </IfModule>
       </FilesMatch>
       <FilesMatch "robots\.txt">
       <IfModule mod_headers.c>
       Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"
       </IfModule>
       </FilesMatch>
       <FilesMatch "\.(css|js|pdf)$">
       <IfModule mod_headers.c>
       Header set Cache-Control "public, must-revalidate, proxy-revalidate, immutable, max-age=2592000, stale-while-revalidate=86400, stale-if-error=604800"
       </IfModule>
       </FilesMatch>
       <FilesMatch "\.(jpg|jpeg|png|gif|ico|eot|swf|svg|webp|avif|ttf|otf|woff|woff2|ogg|mp4|mpeg|avi|mkv|webm|mp3)$">
       <IfModule mod_headers.c>
       Header set Cache-Control "public, must-revalidate, proxy-revalidate, immutable, max-age=31536000, stale-while-revalidate=86400, stale-if-error=604800"
       </IfModule>
       </FilesMatch>
       <IfModule mod_rewrite.c>
       RewriteCond %{REQUEST_URI} ^(.*)?/wp-content/wp-cloudflare-super-page-cache/edupepper.com/debug.log(.*)$
       RewriteRule ^(.*)$ - [F]
       </IfModule>
       <FilesMatch "wp-cron.php">
       <IfModule mod_headers.c>
       Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"
       </IfModule>
       </FilesMatch>
       # END WP Cloudflare Super Page Cache
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Should I enable browser caching when using BunnyCDN?](https://wordpress.org/support/topic/should-i-enable-browser-caching-when-using-bunnycdn/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/should-i-enable-browser-caching-when-using-bunnycdn/#post-16940728)
 * Hi [@isaumya](https://wordpress.org/support/users/isaumya/),
 * It’s an OpenLightSpeed server with RunCloud.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Should I enable browser caching when using BunnyCDN?](https://wordpress.org/support/topic/should-i-enable-browser-caching-when-using-bunnycdn/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/should-i-enable-browser-caching-when-using-bunnycdn/#post-16940108)
 * Hi [@isaumya](https://wordpress.org/support/users/isaumya/),
 * Thanks for your response. I checked the `cache-control` header before and after
   and it had the same value `public, max-age=31919000`
 * I don’t know if it’s a good thing or bad that it didn’t change.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager] Header code showing up in archives](https://wordpress.org/support/topic/header-code-showing-up-in-archives/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/header-code-showing-up-in-archives/#post-16588244)
 * Hi [@gripgrip](https://wordpress.org/support/users/gripgrip/),
 * Apologies for the delay. It worked perfectly. Thanks for the help 🙂
 * Have a great day/evening ahead.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP 8.1 fatal error on plugin list with SVG icon](https://wordpress.org/support/topic/php-8-1-fatal-error-on-plugin-list-with-svg-icon/)
 *  [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/php-8-1-fatal-error-on-plugin-list-with-svg-icon/#post-16564740)
 * Same here. In the `debug.log`, it shows this:
 *     ```wp-block-code
       PHP Fatal error: Uncaught TypeError: ltrim(): Argument #1 ($string) must be of type string, array given in wp-includes/formatting.php:4379
       ```
   
 * On the “add plugin” page, it shows this error under Jetpack:
 *     ```wp-block-code
       There has been a critical error on this website. Please check your site admin email inbox for instructions.
       ```
   
 * Deactivated all the plugins, reverted to the default theme, and still had the
   same issue. As soon as I switch back to PHP 7.4, the issue goes away.
 * Currently, I’m on PHP 8.2. Tried both 8.1 and 8.0 and both had the same issue.
 * I tried repairing and optimizing the database as well. Even performed a reinstallation
   of WordPress but the issue persists.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Incompatibility with WP Compress’ recent upgrade](https://wordpress.org/support/topic/incompatibility-with-wp-compress-recent-upgrade/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/incompatibility-with-wp-compress-recent-upgrade/#post-16287926)
 * Hi [@isaumya](https://wordpress.org/support/users/isaumya/),
 * Thanks for your response.
 * It’s a good plugin, and you should definitely give it a try.
 * I reported the issue to WP Compress support and they quickly fixed it: [https://wordpress.org/support/topic/the-recent-6-x-x-updates-have-broken-the-super-page-cache-for-cloudflare-plugin/](https://wordpress.org/support/topic/the-recent-6-x-x-updates-have-broken-the-super-page-cache-for-cloudflare-plugin/)
 * One small feature request. WP Compress recently launched a full-page caching 
   feature and is now more than just an image optimization plugin.
 * Would love to see Super Page Cache integration with WP Compress to auto-purge
   cache and avoid overlap of common enabled options like page caching.
 * Regards,
    Ritesh Saini
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Compress - Instant Performance & Speed Optimization] The recent 6.x.x updates have broken the Super Page Cache for Cloudflare plugin](https://wordpress.org/support/topic/the-recent-6-x-x-updates-have-broken-the-super-page-cache-for-cloudflare-plugin/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-recent-6-x-x-updates-have-broken-the-super-page-cache-for-cloudflare-plugin/#post-16285093)
 * [@smartersite](https://wordpress.org/support/users/smartersite/) thanks for the
   fix. Waiting for the update now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Kadence Blocks having compatibility issues with Schema Pro plugin](https://wordpress.org/support/topic/kadence-blocks-having-compatibility-issues-with-schema-pro-plugin/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/kadence-blocks-having-compatibility-issues-with-schema-pro-plugin/#post-14594433)
 * Hello [@karlalevelup](https://wordpress.org/support/users/karlalevelup/),
 * I’ve sent a support request using the link you shared. Hoping to hear back soon.
 * Regards,
    Ritesh Saini
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] table of content doesn’t show](https://wordpress.org/support/topic/table-of-content-doesnt-show-3/)
 *  [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/table-of-content-doesnt-show-3/#post-14288479)
 * The same happens when you use **&**
 * I was having the same issue with my new article so I came here to ask for support
   and checked this topic. I gave it a try and removed & from the first heading 
   and it started to work.
 * Why does this happen?
    -  This reply was modified 5 years, 2 months ago by [Ritesh Saini](https://wordpress.org/support/users/impunk/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Notification Bars] Hide Notification Bar on specific Posts or Pages](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/#post-10798912)
 * Yes, I totally understand. It was just a basic feedback for the future feature
   suggestion. No hard feelings at all 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Notification Bars] Hide Notification Bar on specific Posts or Pages](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/#post-10798579)
 * Yes, I’ve tried the CSS method and it works perfectly. But that’s the last resort.
   I was expecting [@mythemeshop](https://wordpress.org/support/users/mythemeshop/)
   to add this functionality to the plugin only.
 * Anyway, thanks for the help and support. I really appreciate that 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Notification Bars] Hide Notification Bar on specific Posts or Pages](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/#post-10798507)
 * Hello [@mythemeshop](https://wordpress.org/support/users/mythemeshop/)
 * Yes, I’m still facing the issue. There is no option to hide the bar on a specific
   post.
 * Waiting for a solution. Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Notification Bars] Hide Notification Bar on specific Posts or Pages](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/hide-notification-bar-on-specific-posts-or-pages/#post-10798504)
 * Hey [@saschinger](https://wordpress.org/support/users/saschinger/)
 * Thanks for your response. I want to hide the bar on a specific WordPress post.
   I understand that editing the post and adding the notification bar to it specifically
   is possible. But my task is to hide it on that specific post.
 * Can’t find any way to do so.
 * Regards,
    Ritesh Saini
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OnePress Social Locker] Malware Detected In OnePress Social Locker Plugin](https://wordpress.org/support/topic/malware-detected-in-onepress-social-locker-plugin/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/malware-detected-in-onepress-social-locker-plugin/#post-10489901)
 * Hello
 * Thanks for your reply. I’ll give it a try and let you know the results soon. 
   I hope Sucuri doesn’t detect anything because social locker is highly essential
   for my site.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OnePress Social Locker] Malware Detected In OnePress Social Locker Plugin](https://wordpress.org/support/topic/malware-detected-in-onepress-social-locker-plugin/)
 *  Thread Starter [Ritesh Saini](https://wordpress.org/support/users/impunk/)
 * (@impunk)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/malware-detected-in-onepress-social-locker-plugin/#post-10481728)
 * Hello
 * I had to remove the plugin completely as per my host’s instructions. I deactivated
   it but they wanted it to be removed permanently without any temporary deactivation.
   What should we do now?
 * I totally understand that it’s not possible to get malware with a plugin that’s
   installed directly through WordPress’s plugins repository. But I can’t think 
   of anything else because social locker acts as a major traffic generator for 
   my site.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/impunk/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/impunk/replies/page/2/?output_format=md)