Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] Some CSS Not WorkingHave you tried excluding your theme’s css from being minified?
Forum: Plugins
In reply to: [Better WordPress Minify] Flush cache does not flushHave you tried pressing F5 and Ctrl+F5? You don’t have to flush the cache after modifying a file.
Forum: Plugins
In reply to: [Better WordPress Minify] Images gone when using Better wp minifyPlease try changing that setting to 5.
Forum: Plugins
In reply to: [Better WordPress Minify] s3 setupThat is not directly possible but you can enable friendly minify url and then install an S3 plugin, they should work well together.
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Widget showing list buttons…..Try
list-style: none. Also you can use developer tools such as Firebug to know exactly what is causing the square bullets to appear.Forum: Plugins
In reply to: [Better WordPress Minify] How to de-enqueue renamed/removed js and css ?If I remember correctly files in admin should not be listed unless used in the front end.
You can manually refresh the list (there’s a button at the end of that setting page). The auto-refresh feature when plugins are added/removed will be added.
Have you tried visiting http://yourdomain.com/sitemapindex.xml? What do you see when doing so?
Forum: Plugins
In reply to: [Better WordPress Minify] updated from 1.2.3 to 1.3.3 – breaking my siteCan you tried version 1.3 and then send the source code of the site not working via http://betterwp.net/contact/ ?
Thanks.
You can generate the sitemaps simply by visiting http://yourdomain.com/sitemapindex.xml (there’s a link for it right inside where you configure the plugin).
Please kindly reconsider the rating, thank you.
Still working fine here for me. Have you tried flushing the cache and/or updating to WordPress 4.1?
Forum: Plugins
In reply to: [Better WordPress Minify] Disable Minify for particular PluginThere’s a filter hook that you can use
bwp_minify_is_loadable, simply return false for a plugin path (in this particular case you might need to get that info from Woocommerce devs).Added to my to-do list for 1.2.0, time to start fresh.
Forum: Plugins
In reply to: [Better WordPress Minify] Rewrite the rule manuallyIf you’re using friendly minify url you can always find the rewrite rules in the Advanced Options tab in plugin admin.
Forum: Plugins
In reply to: [Better WordPress Minify] Support for ASYNCNot yet, that’s why this topic is still not resolved 🙂
Forum: Plugins
In reply to: [Better WordPress Minify] Files not compressedAre those files printed using WordPress’s enqueueing functions and are they combined with other files?