Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Sign in errors!I can not reproduce the error, I see only a captcha error in all cases. Is your login form available publicly somewhere?
They should work well together 🙂
So you’re having the issue in your local dev only? You said it was not working on both sites, but now it’s ok on the live site ? Did you change anything to make it work on the live site?
Please update to 2.0.2, thanks.
Please update to 2.0.2, thanks.
You can use this contact form: http://betterwp.net/contact/
Forum: Plugins
In reply to: [Better WordPress Minify] URLs with parent directory references breakHey,
This issue has been reported here: https://github.com/OddOneOut/bwp-minify/issues/50
It will be fixed in the next version.
Forum: Plugins
In reply to: [Better WordPress Minify] Minify Files Wait 15 Seconds at RandomIt could be the initial minification process that was slow. Take a look at this article for more info: http://betterwp.net/wordpress-minify-javascript-css/
You can try lowering the number of files per string, or increasing the cache age. Turning on “friendly minify url” helps too.
@sarah Haruel will consider it.
To be honest, I have always questioned the usefulness of the tag sitemap, tags tend to grow pretty quickly and have plenty of duplicate contents.
Anyway, you can follow this topic, please don’t spam other topics, thanks 🙂
HTML minification is not currently supported. As for javascript files, can you link/post your Google PageSpeed results here so I may have a look ?
Forum: Plugins
In reply to: [Better WordPress Minify] refresh page- broken page cssAre you still experiencing this issue ? Do you happen to enable “friendly minify url” feature ?
For the Clean theme: maybe your theme has something like
table { width: 100%; }(twenty fourteen has this). Try adding this to your css:.recaptchatable { width: auto; }I can’t reproduce the issue with the White theme.
As far as I know it’s not possible to remove that border. Hopefully Google will allow more customization in future versions.
Hello,
Can you try this version out: https://downloads.wordpress.org/plugin/bwp-recaptcha.zip ?
Forum: Plugins
In reply to: [Better WordPress Minify] BWP Minify creates unefficient url for refreshingHmm I think something on the server is dropping the Last-Modified and/or ETag headers. Can you post your
.htaccessfile’s contents here ?