Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] BWM and WP Engine Compatibility@mike Is there any chance to have your nginx.conf posted somewhere for me to see? You can send it to me via http://betterwp.net/contact/ as well.
If CDN is not enabled, does the friendly minify url feature work?
Forum: Reviews
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] So far so goodThanks for the positive review (even just for now!) The plugin is under constant development so no worry.
Forum: Plugins
In reply to: [Better WordPress Minify] How to manualy minify css stylesIn that case you won’t be able to minify/combine them with other files using BWP Minify.
Although it’s technically possible to download and minify them, most of the time external scripts are already minified and put on CDN, so to download and minify them again might cause more troubles than it could solve.
Forum: Plugins
In reply to: [Better WordPress Minify] How to manualy minify css stylesThat’s on my todo list!
Please follow updates here: https://github.com/OddOneOut/bwp-minify/issues/43
Btw, are those undetected files not enqueued or are they external CSS files?
Forum: Plugins
In reply to: [Better WordPress Minify] When I Refresh a Page the CSS BreaksOK, so when you enable the plugin, can you also enable debug mode (BWP Minify > General Options > Minify Library Settings) and copy the output of the minify string of your main CSS file (e.g.
http://yourdomain.com/wp-content/plugins/bwp-minify/?f=....style.css) and paste it here so I can check? You can use PasteBin to paste the output as well.Forum: Plugins
In reply to: [Better WordPress Minify] Complete unistallCan you check the url to your asset files by viewing source code of the site? If it’s something like
wp-content/plugins/..../file.cssthen it should be working already and BWP Minify has been completely uninstalled.Forum: Plugins
In reply to: [Better WordPress Minify] BWM and WP Engine CompatibilityIt’s working fine for me using nginx, so this must be some kind of misconfiguration when going from staging to live.
@bjwilson22 I can try helping with this if you allow me. Also, since a .htaccess exist in the cache directory means that they only use nginx as a reverse proxy? Is it the same between staging and live?
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Comments with linksRight now you can post a comment with URL but it will be stripped when displayed within a recent comment widget.
Forum: Plugins
In reply to: [Better WordPress Minify] When I Refresh a Page the CSS BreaksDo you happen to enable friendly minify url? Any error saying cache directory is not writable or similar?
Forum: Plugins
In reply to: [Better WordPress Minify] Complete unistallAre you using any cache plugin?
Forum: Reviews
In reply to: [Better WordPress Minify] Literally did nothing and made no difference.Would you mind sharing your experience in more details so I might be able to help?
Forum: Plugins
In reply to: [Better WordPress Minify] BWM and WP Engine CompatibilityWhat is the current document root? You can look for its value in BWP Minify > General Options > Minify Library Settings
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Recent Comments not refreshing!@TheArchturian yeah that’s the same issue with page cache plugin. I’m already working on v2 and will try to release it as soon as I can.
1. What version of captcha are you using? Only v2 supports multiple instances.
2. What version of contact form 7 are you using? If it’s 4.3, see https://github.com/OddOneOut/bwp-recaptcha/issues/21
3. What do you mean by toggling? Using Javascript?
If two forms are rendered when the page is rendered multiple captchas should show up.
Forum: Plugins
In reply to: [Better WordPress Minify] gzip (apparently) not workingYour minified contents is compressed for sure (size is ~34kb), but I also see that you’re using Varnish? That might be the cause for the wrong reports.