Khang Minh
Forum Replies Created
-
Still working fine here with 4.3 ð
You mean the default search form provided by WordPress? What do you see when you submit a search?
When enabling/disabling a sitemap it’s best to flush the cache after that. If you don’t flush the cache, you will see cached result, hence the excluded sitemaps still show.
I suggest you add your rewrite rules above this line:
# BEGIN WordPress
instead of modifying WordPress’s default rules. Not just my plugin, any plugin that flushes the rewrite rules might cause this issue.
Note that you might have to duplicate the whole rewrite rule block to overwrite WordPress’s.
Forum: Plugins
In reply to: [Better WordPress Minify] Google page speed messageIt is not a priority at the moment. You can follow updates here:
https://github.com/OddOneOut/bwp-minify/issues/39@pmelick can you try this version out?
Forum: Plugins
In reply to: [Better WordPress Minify] First time use and Multisite questionHello, thanks for using BWP Minify.
Regarding your questions:
1. It should work out of the box. Are you using subdomain multisite installation?
2. You should only need this:
RewriteRule ^wp-content/plugins/wordpress-social-stream/inc/(.*\.js) wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/wordpress-social-stream/inc/$1 [NC,L,QSA]
wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1is excluded by default but you can add it back by going to BWP Minify > Manage Enqueued Files and removejquery-coreandjquery-migratefrom “Scripts to NOT minify”.What is the output of http://www.happydance.international/wp-content/plugins/wordpress-social-stream/inc/…js after you add the rewrite rules?
I’m planning to improve this, follow updates here: https://github.com/OddOneOut/bwp-minify/issues/43
Forum: Plugins
In reply to: [Better WordPress Minify] Google page speed messageVersion 2.x (in development) will allow you to use the
deferattribute, which should fix the above mentioned warning.@pmelick I’m pretty certain that you’re not running PHP 5.4.43, as you can see in the log
__DIR__is not parsed by PHP at all. I will upload 2.0.2 somewhere for you guys to test, but in the meantime can you check with your host why you got 5.4.43?Forum: Plugins
In reply to: [Better WordPress Minify] cache files are not being createdIs there a .htaccess file in the cache folder? Do you see any warning stating that the cache folder is not writable?
Forum: Plugins
In reply to: [Better WordPress Minify] Feature Request: gzip minified filesAll minified contents are gzipped by default, where do you see that they’re not gzipped?
OK this will be fixed in 2.0.2, however it’s still recommended to update to at least PHP 5.3 to benefit from the new recaptcha.
Oh and btw, by “blank admin page” do you mean the menu is still visible but when you click on it there’s nothing shown?
It should have shown an error message in dashboard rather than a fatal error, I’m checking this issue.
@sppadbase recaptcha version 2 requires at least PHP 5.3.2, is it possible for you to update to that version? It might be pretty easy, just contact your host. PHP 5.2 is way too old now.
Forum: Plugins
In reply to: [Better WordPress Minify] cache files are not being createdCan you try going to BWP Minify > Advanced Settings and press Save changes?
Need to figure out why the cache folder disappeared though, it’s best to rename that folder to
/wp-content/cache/minifyor even more verbose/wp-content/cache/bwp-minifyif you’re using other cache plugins.Forum: Plugins
In reply to: [Better WordPress Minify] Danish translation?@thomasdk81 yes please create one, tutorial here just in case: http://betterwp.net/wordpress-tips/create-pot-file-using-poedit/
I will ping you once v2.0-beta is ready, there would be a lot of new strings to translate.