Khang Minh
Forum Replies Created
-
Hi there,
Can you check the following with your host:
– Is cURL enabled?
– fsockopen is available?Also check your server error log right after you try logging in. There are more useful messages there.
Unfortunately this is something that should be done by the user.
Glad you got it working!
Forum: Plugins
In reply to: [Better WordPress Minify] Broken siteCan I have a link to that plugin? Thank you.
Forum: Reviews
In reply to: [Better WordPress Minify] The bestThanks for the review, Marco!
I can’t promise anything regarding HTML minification, but you can always follow the updates here: https://github.com/OddOneOut/bwp-minify/issues/25
Yes for now you have to use a custom query via a custom module, for more info: http://betterwp.net/wordpress-plugins/google-xml-sitemaps/#module_api
For an example you can take a look at
wp-content/plugins/bwp-google-xml-sitemaps/includes/modules/post.php.This feature will be added by default in version 2.x of the plugin, please follow updates here: https://github.com/OddOneOut/bwp-google-xml-sitemaps/issues/13
Forum: Plugins
In reply to: [Better WordPress Minify] Space removed in calc()On which browser did you see the issue?
This is claimed to have been fixed upstream: https://github.com/mrclay/minify/issues/465 but I believe it got lost somewhere in the process of moving.
I will notify Minify’s author and will try to fix this in the next release, thanks for reporting!
OK you can post the URL here or send it to me via http://betterwp.net/contact/ . Please let me know the exact pages on which I should look for missing images.
Also, please send a link to the Web 2.0 Directory plugin too. Thanks.
Forum: Plugins
In reply to: [Better WordPress Minify] Serving static files to new usersGlad it’s working for you 🙂
Can you check the PHP version of your live server?
Check this out too: http://betterwp.net/wordpress-plugins/bwp-recaptcha/#recaptcha-versions
What is the login url for your subsite?
You mean all images disappear? Are they still there but could not be loaded or the img tags are removed from page’s HTML ?
Anyway I don’t think BWP recaptcha has anything to do with this.
OK, just in case it still doesn’t work, drop me a message via http://betterwp.net/contact/ and I will try to help.
Forum: Plugins
In reply to: [Better WordPress Minify] WP Super CacheHello Brad,
You can just leave that field empty, or set it to:
/home/my_site_name/public_html/wp-content/cache/minifyWhat do you mean by “under another main domain”? Is your sitemap hosted somewhere else? Please make sure that:
1. Sitemaps are hosted under the same domain (same host, same port, same everything)
2. Sitemaps actually have items. Just in case, in the the admin area you check post types/taxonomies you want to EXCLUDE, not what you want to include.This was addressed a long time ago but I will take a look again. Thanks for reporting.