Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] blog posts disappearedI don’t see the plugin active on your site, however you can try disabling CSS minification to see if that was the cause.
Forum: Plugins
In reply to: [Better WordPress Minify] Suddenly start breaking my siteHello,
Have you recently installed new plugins or changed theme? Right now you can try ignoring the theme’s style.css file. Go to BWP Minify >> Manage enqueued files and then choose to “not minify”
style.css.Forum: Plugins
In reply to: [Better WordPress Minify] Compatibility Issue with Latest Version of WPML@konishkichen yes this is a known issue and will be fixed in the next version.
No, your sitemap is completely fine. If you want to add the “style” to your sitemap, navigate to BWP Sitemaps >> XML Sitemaps >> Look and Feel and enable “Make sitemaps look pretty”.
Hello,
You mean the new user registration page or the multisite blog registration page? By not working, do you mean the captcha is not showing?
Forum: Plugins
In reply to: [Better WordPress External Links] not working with embedded tags?I think it should work, however I notice an extra
</p>there, your HTML seems to be invalid.Currently language auto-detection does not support WPML. I will consider this for future releases.
Ticket: https://github.com/OddOneOut/bwp-recaptcha/issues/27
Hello, thanks for using BWP Google XML Sitemaps!
To answer your questions:
1. You should submit either
sitemap.xmlorsitemapindex.xml.
2. I’m not entirely sure what you meant, but you can customize pinging via BWP Sitemaps >> XML Sitemaps >> Pinging search engines
3. Yes, definitely.Hope that helps.
You can start with this: http://betterwp.net/wordpress-plugins/google-xml-sitemaps/#modules-api
I still recommend against removing lastmod. If you truly don’t need it, you can also remove it by setting
post_modified_gmtfield of a post in database to0000-00-00 00:00:00.Forum: Plugins
In reply to: [Better WordPress Minify] Minify wp-adminTrying to release 1.4.0 this month, you can see the status of this issue here: https://github.com/OddOneOut/bwp-minify/issues/57
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Remove api.js?@dbrabyn you can try using https://codex.wordpress.org/Plugin_API/Action_Reference/template_redirect action hook to add the needed conditional statements.
For changefreq you can filter http://api.betterwp.net/bwp-google-xml-sitemaps/master/hooks.html#filter_bwp_gxs_freq and return false.
For priority you can filter http://api.betterwp.net/bwp-google-xml-sitemaps/master/hooks.html#filter_bwp_gxs_priority_score and return false.
Removing lastmod is not possible at the moment without building a custom sitemap module. I don’t think it’s a good idea to remove lastmod btw.
Forum: Plugins
In reply to: [Better WordPress Minify] cache folder not accessibleGlad that you’ve got it working 🙂
It seems that you’re enabling ajax for your recent comment widget. Can you try clicking on “newer” or “older” links to see if they lead to 404 errors?
Forum: Plugins
In reply to: [Better WordPress Minify] cache folder not accessibleHi Alex,
Please try changing the cache directory to
/path/to/wp-content/cache/minify. If that directory does not exist, please create it first. Let me know if that helps.