Khang Minh
Forum Replies Created
-
Unfortunately I don’t have any experience with User Ultra Pro, I figure it has some kind of custom forms you want to add the captcha to?
By buddy theme did you mean buddy press?
Hi Alkesh,
Thank you for the heads up! I will include this change into the next release.
Hello there,
All the sitemap files are generated on the fly, there should not be any physical files under your server root. If you see one, please remove it (you should back it up first).
Forum: Reviews
In reply to: [Better WordPress Minify] it broken my entire site (wordpress 4.7.3)I’m sorry that it did not work for you. May I have the chance to see the error and then possibly assist to fix it?
Thanks.
Instead of disabling caching, how about moving the cache directory to a different location where you know fore sure it exists and is writable? Kindly see: http://betterwp.net/wordpress-plugins/google-xml-sitemaps/#sitemap-cache
Forum: Plugins
In reply to: [Better WordPress Minify] BWP Minify file Takes Maximum time to openHi there,
Is is for the first time only, or all subsequent visit? Highly recommend that you read this article: http://betterwp.net/wordpress-minify-javascript-css/
Hi there, thank you for using BWP XML Sitemaps.
Could you please let me know one specific sitemap that you cannot exclude items for?
By the way, there should be no pages in
sitemap.xmlas it is a sitemap index, did you meanpage.xml?Forum: Plugins
In reply to: [Better WordPress Minify] friendly URLs problemI’ve replied to the other thread of sajjad_fx: https://wordpress.org/support/topic/why-friendly-minify-urls-break-my-theme/
Since both issues are similar, I will close this one.
Forum: Plugins
In reply to: [Better WordPress Minify] IIS Rewrite RulesHi there,
Have you taken a look at https://wordpress.org/support/topic/iis-rewrite-rules-webconfig/ ?
This plugin supports multi-site by default. You can take a look at http://betterwp.net/wordpress-plugins/google-xml-sitemaps/#multi-site-compatible for more info
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Hide Plugin NewsHow are you currently calling those
add_filterfunctions? Are they called during theinitprocess? Please keep in mind that BWP plugins also use theinitaction hook (default priority of 10) so you can either try:– Calling those
add_filterfunctions directly when your plugin file is included (it is safe as you basicallyreturn false).
– Use a higher priority for the function that calls the aboveadd_filter. For example:add_action(‘init’, ‘call_my_filters’, 9);
function call_my_filters()
{
/// your two add_filter functions here
}- This reply was modified 8 years, 11 months ago by Khang Minh.
Forum: Plugins
In reply to: [Better WordPress Minify] Last update more than a year agoHi guys,
Just to inform that this plugin will not be abandoned.
Thank you for your patience.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Hide Plugin NewsHi Alex,
Sorry for my extremely late reply.
You can remove the sidebar by filtering
bwp_sidebar_showableto false. For the social buttons, pleas filterbwp_donation_showableto false (the name is misleading, I know).Forum: Plugins
In reply to: [Better WordPress Minify] Plugin Causes Divi’s Visual Builder ProblemsThank you for reporting. I currently do not have the Divi theme here to check but will let you know if I can find out something.
Hello, have you tried taking a look here: http://api.betterwp.net/bwp-google-xml-sitemaps/master/hooks.html ?