Khang Minh
Forum Replies Created
-
Thank you for your review.
If you have any suggestions regarding custom module, please feel free to post them here: https://github.com/OddOneOut/bwp-google-xml-sitemaps/issues
I plan to make developing custom module much easier in upcoming releases, so stay tuned!
Glad you like the plugin :-). Look like I have to add a warning about sitemap cache somewhere.
Btw, you can still force a regeneration of the sitemapindex by clicking on the “refresh” icon while having sitemap cache enabled.
Forum: Plugins
In reply to: [Better WordPress Minify] 400 Bad RequestIt’s recommended to set it to
/home/userinstead,/homeis too broad.You should see sitemapindex.php module file to know how to split your custom module. If your custom module is a child module of post it should have been split automatically unless there are less than 10000 items in your custom module’s sitemap.
You should see post_photo_details in your sitemapindex.xml file, it will not show up in config though. Perhaps you have sitemap cache enabled?
I have never used Flush Cache, but others have reported similar issues with Goddaddy Managed Hosting. You can try switching to WP Super Cache if possible.
That’s weird, do you use any cache plugin like W3TC or WP Super Cache? You might need to disable caching for XML file from those plugins.
Hi, thanks for using BWP Sitemaps.
I believe you have sitemap cache enabled. You can set the cache expiry time to the same interval you publish your posts, via BWP Sitemaps >> Advanced Options >> Sitemap Cache. Or disable sitemap cache completely if you post a lot.
Yes it does (see the last character): <sitemapindex
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd”
xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″>You seem to have a different issue: https://wordpress.org/support/topic/this-page-contains-the-following-errors-4?replies=4
Thank you 🙂
Hi Craig,
Technically yes: http://betterwp.net/wordpress-plugins/google-xml-sitemaps/#module-api
But perhaps an easier approach: https://wordpress.org/support/topic/500-timeout-on-_part-regardless-the-settings?replies=9
Forum: Plugins
In reply to: [Better WordPress Minify] How to add ingored files?Hello,
You can minify those ignored files by removing them from the corresponding box, as shown here: http://imgur.com/rPdMQI7 (same for CSS).
The
kleo-google-fontsis an external asset so BWP Minify won’t be able to minify it (for now).Oh and BWP Minify should work fine with WP Super Cache, with no additional configuration needed.
Hello, thanks for trying out BWP Minify.
For now please only use https://wordpress.org/support/plugin/bwp-minify for any support request you need. The BWP forum is now there for archive purpose only, but the documentation has not been updated to reflect such change, my apology for any confusion.
Hopefully you can reconsider the rating, thank you.
Forum: Plugins
In reply to: [Better WordPress Recent Comments] WP_Widget needs updated to __construct()Thanks for reporting. This will definitely be fixed in the next release.
I see, that’s a valid and possibly preferred use case. One thing I can adjust quickly is to hide the site key pair from a sub blog’s plugin setting page, and provide an option to disable per blog key pair, would that be enough for now?