chimerical
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] 4.4 https rewritte aint working with imagesI don’t mean to bump this old thread, but I’m seeing this same problem with the latest version of WordPress and the latest version of the CloudFlare WordPress plugin. The “srcset” values for responsive images are still in http, thereby causing image loading issues.
Is there still a solution for this?
What are the changes I’m making to my database? And where in my WordPress file structure do files relating to the database live?
Wouldn’t making a rewrite change in my .htaccess file just prevent me from viewing my admin page again?
Forum: Plugins
In reply to: [Better WordPress Minify] BWP Minify breaks upon using CloudFlare CDNOkay, user error. It was caused by the plugin: https://ww.wp.xz.cn/plugins/wp-hide-security-enhancer/
It was probably because in “hiding” wp-content and other WordPress names from URLs, it was likely breaking the expected locations of the files Better WordPress Minify was trying to locate.
The CDN part was a red herring because it was probably showing cached content from before the plugin conflicts began.
Forum: Plugins
In reply to: W3 Total Cache minify and combine no longer working when CloudFlare activatedThat is pretty cool – I wasn’t aware HTTP/2 addressed some of these issues.
Would we still identify concatenating as bad practice altogether, or just less impactful now that we have HTTP/2 available? I just ask since I’m seeing differing takes on that part:
http://stackoverflow.com/a/28631462/255196
Thanks again for the tip!