Khang Minh
Forum Replies Created
-
I will take a look at this and let you know the soonest.
What do you mean Editor’s Picks feature?
Hello, are you enabling contact form 7’s own recaptcha integration as well?
Forum: Plugins
In reply to: [Better WordPress Minify] Creates corrupted front pageOK, let me know if you still need help.
Can you try disabling Yoast SEO’s sitemap functionality and use BWP Sitemaps instead? Also, if you already use Yoast SEO sitemap, what do you need BWP Sitemaps for?
Hi there, thanks for using BWP Minify.
The filter hook is still there, you need to return an array of handles to ignore. For example:
add_filter('bwp_minify_script_ignore', 'bwp_minify_script_ignore'); function bwp_minify_script_ignore() { return array('handle-1', 'handle-2'); }But due to a limitation of the current version, it’s a bit tricky to get this to work. You need to put the above filter into a plugin that is loaded before BWP Minify. This limitation will be removed in the next version, and you should be able to filter from your theme.
Custom URI for admin login page should work fine. May I know your current setup for All In One Security regarding the custom login URI?
Hi there,
May I have link to the sitemap that has duplicate links to home page?
Forum: Plugins
In reply to: [Better WordPress Minify] Creates corrupted front pageHi,
Are you using friendly minify url feature?
Forum: Reviews
In reply to: [Better WordPress Minify] Not workingHello, may I have more information to assist you with the above issue?
Thank you for your kind review!
The only reason I can think of right now is invalid key. Could you please contact me via https://betterwp.net/contact/ ? I will need more details to assist you.
Forum: Plugins
In reply to: [Better WordPress Minify] Plugin break my siteSorry for my late reply.
You can navigate to BWP Minify >> Manage enqueued files and then choose to ignore the stylesheet file in which you have the “border-bottom” css rule.
Hello, sorry for my late reply.
Have you tried enabling the plugin on other pages such as login page?
Hi there, thanks for trying BWP Sitemaps.
External page feature is meant for pages on the same domain but do not belong to WordPress. For example http://yourdomain.com/my-page.html is an actual HTML page you put on your server, and is not generated by WordPress.
Forum: Plugins
In reply to: [Better WordPress Minify] Please, add compatibility with wp_add_inline_scriptI will consider adding support or
wp_add_inline_script, but just for displaying the inline scripts correctly, there will be no minification for them yet.