Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] Unexpected End of inputHello, thanks for trying out BWP Minify.
I suspect that the minification process either timed out, or ran out of memory. One thing to try: navigate to BWP Minify >> General Options >> Plugin Functionality and then set “One minify string will contain” option to something smaller, like 5.
Please try that and let me know if it solves your issue.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Can't LoginDo you have FTP access to the site? You can remove the plugin folder (wp-content/plugins/bwp-recaptcha) and you should be able to re-login.
Forum: Plugins
In reply to: [Better WordPress External Links] Image Links IgnoredMay I have a link to the page where you’re having this issue?
Forum: Plugins
In reply to: [Better WordPress Minify] Does this work on plugin js/css files?If you want to “pre-minify” your css/js files (i.e. before you publish your plugin), it’s best to use CLI tools such as uglifyjs, cleancss, etc. On-the-fly minification should only be used for assets you have no control over.
Comment lists are cached so make sure you flush the cache by either posting a new comment or saving settings in plugin’s admin.
Hi, thank you for using BWP recaptcha.
Right now there’s no integration with BuddyPress, but I will consider adding it. Will let you know when it’s implemented.
You can look for lines similar to this: https://github.com/OddOneOut/bwp-recent-comments/blob/master/includes/class-bwp-recent-comments.php#L1251 and then remove the check for
post_password. I will consider adding an option for this.Can you try disabling all other plugins AND switching to the default theme to see if it works?
Can you navigate to BWP Sitemaps >> XML Sitemaps >> Ping search engines and then uncheck “Enable pinging” ? That seems to be the cause.
Forum: Plugins
In reply to: [Better WordPress Minify] BWP-Minify Not Compatible with Fable Theme?Hi, thanks for using BWP Minify.
Can you describe in more details the issues you’re having? Are you having issues with JS minifcation (broken functionality), or CSS minification (broken style) ?
To debug, you can try disabling minification of Fable’s media files (such as
style.css(how-to: http://betterwp.net/wordpress-plugins/bwp-minify/#manage_enqueued_files), and see if that works.Hello,
Have you checked this out: http://betterwp.net/wordpress-plugins/bwp-recaptcha/#add-recaptcha-to-comment-form , and this: http://betterwp.net/wordpress-plugins/bwp-recaptcha/faq/ ?
Hi,
RecaptchaOptionsseems to be used in recaptcha version 1 only, not sure why it’s here. Have you just upgraded from version 1.x of the plugin?Hello, thank you for reporting.
I assume that this happens when you try to generate a sitemap? Can you post the full debug trace?
You want the link to remain an “external” link, but without the “nofollow” rel attribute right?
Forum: Plugins
In reply to: [Better WordPress Minify] 404 after friendly url setHello!
What you have removed is actually the best part of the “friendly minify url” feature, it serves the static minified contents if they exists, and only pass the request to PHP when they don’t, which means minified contents are served much faster.
Anyway, can you contact me via http://betterwp.net/contact/ ? I need more info to help you with this issue. Thank you.