Viewing 4 replies - 1 through 4 (of 4 total)
  • For me WP MInify works for 3.8 but then i am using a customized version where i personally fixed its bugs back in wordpress 2.8 and ever since its been working for every subsequent version. I finally ugpraded to v3.8 only a few days ago and was happily suprrised WP Minify is still working perfectly. Yay for me!

    I had to exclude the two CSS files that load before my child-theme css file for Minify NOT to break my theme while I was logged in.

    admin-bar.min.css
    dashicons.min.css

    This is not an issue while logged out.

    This plugin also does not play nice with some other plugins, like vSlider or Easing Slider, Last.FM and some others that use JS to load. Any advice on settings Kim?

    I’d have to play around with the plugins you’ve listed to see what wp-minify is doing to break them. From what i recall though (experience from past issues) it was usually related to this things methods to shrink. It would strip out an important white space under a certain condtion in javascript code or something. Eeeks. I remember way back there was an issue with jQuery and this thing because when we looked we noticed jQuery changed something that made the code more ambigious and hence would break a plugin like wp-minify (it wasnt minifies fault, but jQuery for not using explicit brackets) but i believe a few of us here simply added brackets in our versions and were done with it.

    I will have a look at those plugins when i have time next week and see how they behave. It will always give me time to refresh my memory on this plugin. Last time i worked on it WordPress was at v2.8…but amazingly the plugin has never had an issue since.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't play nice with WordPress 3.8’ is closed to new replies.