Month: January 2025

Development Mode Cache Rule

User It means Currently Development can active for 4 hours , after created cache rule to bypass development mode can last longer time Correct above sentence Assistant Here’s a corrected version of your sentence: "Currently, Development Mode can only remain active for 4 hours. By creating a cache rule to bypass, you can extend the […]

Cache Rule Configuration Correction

User We have created the Cache rule for bypass caching for more than 3 hours and also configured it in cloudflare account Correct above sentence Assistant The sentence can be corrected as follows: "We have created a cache rule to bypass caching for more than 3 hours and have also configured it in the Cloudflare […]

Cloudflare Cache Issues WordPress

User Cloudflare cache creating problem some time in wordpress website. But when using development mode then its works fine, Current setup is Wordpess 1-Wp super cache 2-w3speedster cache 3-Divi theme Assistant User's WordPress website setup includes WP Super Cache, W3Speedster cache, and the Divi theme, and they are experiencing issues with Cloudflare cache. Development mode […]

Cloudflare Cache Bypass Rules

User create cache rules in cloudflare to bypass cache for more than 3 hours Assistant To create cache rules in Cloudflare that bypass the cache for more than 3 hours, you can follow these steps: 1. **Log into your Cloudflare Account:** Go to the Cloudflare website and log in with your credentials. 2. **Select Your […]

WooCommerce Label Generation Plugin

User <script> window.location.href='admin.php?page=generate-label&orderids=" . implode(',', $order_ids) . "' </script> "; exit; } function pmm_generate_label_style() { ?> <style> div#custom-popup { margin-top: 50px; } div#generate_label { background: #fff; } .generate_label { width: 50%; text-align: center; } .dosage_ins { margin-top: -3%; } .dosage_ins p { font-weight: 600; } .client_name-date { margin-top: -3%; } .warning.url.address td { margin-top: -15px; […]

Hide PDF Invoice Notice

User The PDF generator has been updated, this update may mean your logo is not displaying on the PDF invoice. If your logo is missing from the invoice you can set the "Set Resources Folder" option to "Yes" in the PDF Invoices Settings. More information is available in the PDF Invoices Documentation. hide above admin […]

Disable Plugin Notices WordPress

User turn off plugin notices in wordpress admin from particular plugins Assistant To disable plugin notices in the WordPress admin for specific plugins, you can use the following approaches: ### 1. **Using a Code Snippet** You can add a custom code snippet to your theme's `functions.php` file or in a custom plugin. Here's how: #### […]

Composer Phar Usage Guide

User Composer.phar Assistant `composer.phar` is the executable file for **Composer**, a dependency management tool in PHP. It is a PHP Archive (PHAR) file that allows you to install, update, and manage libraries and dependencies for your PHP projects. ### How to Use `composer.phar`: 1. **Download Composer**: If you don’t have Composer installed globally, you can […]

Suspend Cloudflare Edge Caching

User suspend edge caching and policy feature cloufglare Assistant To suspend edge caching and the policy feature in Cloudflare, you can follow these steps: 1. **Log in to Cloudflare:** – Go to the Cloudflare dashboard and log in with your account credentials. 2. **Select your domain:** – Click on the domain for which you want […]

Cache Configuration Debugging

User I think in development imode its serves latest copy of the website with only apply wp-admin cache like wp super cache/speedster/divi, There may be some links broken or cache config not setup at cloudflare thats some time breaks the site when cloudlflare cache is turned on , I'll debug this at cloudflare for cache […]