My elementor is not opening in WordPress because of “cloudflare-static/rocket-loader.min.js” [closed]
This helps me to solve the problem: https://snifflevalve.com/elementor-tutorials/elementor-cloudflares-rocket-loader-not-play-well-together/
This helps me to solve the problem: https://snifflevalve.com/elementor-tutorials/elementor-cloudflares-rocket-loader-not-play-well-together/
Instead of using XMLRPC which isn’t available on some hosts, use the REST API instead. Send a HTTP POST request to the posts endpoint containing a JSON object with your desired post, with an authentication header. To do this, we’re going to need an authentication plugin ( standard WP only supports nonce + cookie which … Read more
I have resovled it myself. I have enabled sunrise in wp-config. Then add a script to sunrise.php to override HTTP_HOST. I made it dynamic since we have many websites. When you visit api.domainxy.com it automatically shows you domainxy.com. <?php $re=”/(?:api\.)(.*)/m”; $str = $_SERVER[‘HTTP_HOST’]; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); if ($matches && $matches[0][1] != “”) { … Read more
Woocommerce – Want to block a user agent from accessing specific product pages
create link/button to purge cloudflare cache on post
Finding which plugin uses cloudflare (due to GDPR)
WP-Stateless: Multi Regional Vs Regional Storage
I have found the answer there: http://jhewitt.net/2018/12/improving-wordpress-speed-with-cloudflare-workers/ Using Workers you can examine a request for WP cookies and exclude it from the cache. This solution works well as I have implemented it.
As I’m running my WordPress on Nginx, so I can’t help on the .htaccess one. But I can comment on the padlock issues. There are a few things need to be done at WordPress: Login into WordPress Admin Dashboard, and go to WordPress Settings and change the WordPress Address (URL) and the Site Address (URL) … Read more
You need to install these two plugins. CloudFlare Flexible SSL – https://wordpress.org/plugins/cloudflare-flexible-ssl/ Really Simple SSL- https://wordpress.org/plugins/really-simple-ssl/ After both the plugins are installed and activated, you will get a message at the top of your dashboard to activate SSL. Click on activate and you are done. You will be logged out. Because your domain has changed … Read more