Khang Minh
Forum Replies Created
-
Just replied to your email, we shall continue our discussion there.
Forum: Reviews
In reply to: [Better WordPress Minify] Breaks linksHi,
I believe something else is tampering with your links, BWP Minify does not parse anything on your pages.
Would you mind allowing me to see a page with the above mentioned issue? I might be able to figure out what’s actually wrong.
Hopefully you can reconsider the rating. Thanks.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] javascript errorsHmm, do you see those errors when you preview the captcha in Theme Options? Also, what browser are you using?
Hello, thanks for your interest in BWP Minify.
So
sitename/files/themify-css/themify-builder-4-generated.cssis a real path right? The reasonsitenamis removed is BWP Minify thinks it is a virtual blog path (which should be removed).Perhaps there should be a way to exclude certain asset urls. Any suggestions?
Forum: Plugins
In reply to: [Better WordPress Minify] 400 Bad RequestHave you tried enabling the “debug” mode via BWP Minify >> General Options >> Minify Library Settings ?
Hello, may I have a link to your contact form with the captcha enabled?
Forum: Plugins
In reply to: [Better WordPress Minify] What is the point of Minify Url?Hi again,
What do you mean by CDN friendly? I know what a CDN is, i just don’t know why would this matter to a CDN Provider.
You can search for “cdn query string” on Google, there are some good articles to read regarding this.
Regarding options in question:
“One minify string will contain”. I have it set up at 15, I dont know why, it was at 10.
This article will help you: http://betterwp.net/wordpress-minify-javascript-css/
“For cache buster, use” There are 5 options, should I leave it no cache buster? I am using w3tc. Why does this matter? does it improve things a lot… I have no idea.
You only use this option when you want to “bust” a browser’s cache. When a browser see a different asset url, it reloads it. This is helpful when you deploy a new version of your assets. For example you can set
r123456as the buster, with123456being your revision number.“Cache age”, under minify library settings. Again, I have it set up at the default 1 day, is this the recommended time?
You can even set it to 1 year if you almost never update your assets, even when you do, you can “bust” the cache using a cache buster (as described above).
update: After double checking the files enqueued I realized that in fact all the plugins that I ever installed are still showing in here. :0
You’re correct. This feature will be added. For now you can click on “Clear file list” to refresh it.
Hope that helps.
Can you try changing the Request method back to Auto and then use it with the nocaptcha recaptcha?
Forum: Plugins
In reply to: [Better WordPress Minify] IIS Rewrite Rules (web.config)Unfortunately Windows server is not supported right now. I will consider this though.
As long as you’re using a plugin that filters the
wp_login_urlfilter hook it should work by default without any configuration.Does entering the wrong captcha show a captcha error? Everything was working correctly before?
Can you navigate to BWP recapt >> General Settings >> reCAPTCHA settings and then change “request method” to “cURL” or “file_get_contents” ?
Forum: Plugins
In reply to: [Better WordPress Minify] What is the point of Minify Url?Friendly minify url is faster to serve and is more CDN-friendly. It will be renamed to “static minify url” in upcoming releases.
The default ugly Minify url will work right away in most setups, while the friendly minify url might not work for everyone because it requires custom rewrite rules. That’s why it’s in “Advanced options”, because it can break things.
Btw, thank you for your review, much appreciated!
Look like an incompatibility issue with the Photocrati theme. Would you mind sending your
comments.phpfile to me via http://betterwp.net/contact/ ?Is your login page the standard
wp-login.phppage? How did you add the captcha to your upload page?Forum: Plugins
In reply to: [Better WordPress External Links] Image Links IgnoredAh I see, the issue is that you’re using
background-imageinstead of animgtag. I will fix this issue in the next release.