Kimberly
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Minify] WP Minify stopped workingWhen i updated to WP3.4.1 today i too noticed it stopped working but upon further inspection and checking the error logs i noticed that it was having problems retrieving the l10n.js file which no longer exists. But it wasnt its fault since i had manually included the .js file via the wp_enqueue script and so when it couldnt find it the plugin broke. All i had to do was remove my enqueue function.
ALSO, there is an ongoing issue which i PRAY the developer fixes where this plugin seems to have issues when you have you .js files (or css files) located in the footer region. And that inlcudes using enqueue_script/css and attaching it into the footer. When you do i notice wp-minify just ignores them and when you check your source code you see they are just sitting around not combined. The way i’ve solved it is to move it into other wp files higher up in the chain (e.g. header.php) and this plugin works again.
So with some minor tweaks i am good to go again with this great plugin.
If the dev reads this ALSO is there a way to do a bit more tidy compression on css and js. I find when i use YUI Compressor i can get even better compression than this plugin.
I’m back. Ok after using this plugin more and adding my above “patch” i like the plugin. So i hope the author doesnt think i am bashing his work. He did a great job. It was just the out of place addition in a plugin that is all about minifying.
There are also a few other bugs like Cache time cant be changed to anything but 900.
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Files not combinedIf it helps guys i notice WP-Minify doesnt combine js files that are added manually in the footer.php file (and possibly other areas). I did notice that if you manually add js files in the header.php file then WP-Minify does pick it up and combine them.
But i can confirm that this plugin does indeed combine js files.
So check to see if you are adding js files manually in areas that arent the header.php
Just to clarify…it seems to have this problem when it is a “Post” that is scheduled to be published. When the publish date/time comes and goes the post is indeed published but this plugin doesnt get activated to rebuild the sitemap.