How to fix Cloudflare’s Error 524 with WordPress and W3 Total Cache (W3TC)
If you see an Error 524 generated by Cloudflare on your WordPress website and you have the W3 Total Cache (W3TC) plugin try the following first. Disable the Opcode Cache…
All Posts filed under Wordpress
If you see an Error 524 generated by Cloudflare on your WordPress website and you have the W3 Total Cache (W3TC) plugin try the following first. Disable the Opcode Cache…
One of our client sites was on an old server and getting hit with a lot of traffic due to some recent publicity and marketing. The traffic was not expected…
The excellent “Better Search Replace” WordPress plugin may end up resetting your hosting environment by maxing out allocated memory usage. Low-cost hosts reset your hosting environment when memory usage is…
Access to Font at ‘http://mysite.com/somefont.woff’ from origin ‘http://www.mysite.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.mysite.com’ is therefore not allowed access….
Use this short code in your Contact Form 7 form to display the IP address of the sender. [wpcf7.remote_ip] This is very useful to identify the IP address of spammers…
WordPress creates a .maintenance file in the root folder of the WordPress installation when a website is being updated. Till the time the .maintenance file is available in the root…
Step 1: SSH or Telnet into your hosting account and enter your WordPress directory. Step 2: Change the permission of all directories below the WordPress root directory to “755” find…
To change the WordPress default password recovery email’s sender name and email address, add the following to your active theme’s functions.php file. add_filter( ‘wp_mail_from’, ‘wpse_new_mail_from’ ); function wpse_new_mail_from( $old )…
If your WordPress admin is missing the “Widgets” link in the admin, add the following code to the functions.php file in your WordPress theme folder. if (function_exists(“register_sidebar”)) { register_sidebar(); }…
If the “Editor” link inside “Appearance” in the WordPress admin is missing or you wish to hide this function, just remove/or add this line from your wp-config.php file inside your…
Big Apple Design Group
134 West 29th Street
Third Floor
New York, NY 10001