launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Disable .js Merge / MinifyHi Oliver,
What if you add the full path of the script to the ignore list?
Marc
Ahh.. naah. I didn’t inherit it.. That’s just how I set it up years and years ago ??
There isn’t any reason why. That’s how it was originally set up and I never bothered to change it. I might change it next release.
Oh yes, sorry I misread that. I’ve pushed out a new version that adds your fix.
Thanks.
Hi Oliver. This error would show up if the WordPress date format isn’t set correctly. You can fix it by going to Settings > General > Date Format in WordPress admin.
I have also rolled out a release so it shouldn’t be an issue anymore.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Script Duplication BugHi Oliver. I haven’t been able to replicate this. Do you have other plugins enabled that could be causing this?
Thanks Frederic. This has been fixed with version 2.9.
I will mark this as resolved.Hi Frederic,
Are you able to provide the url you are using and the wp_enqueue code you are using enqueue it? I will then test it at my end.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Gzip setup results in 500 Internal Server ErrorNice. I’ve added that in.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Gzip setup results in 500 Internal Server ErrorGreat. I will update the readme.
Those rewrites are meant to serve the gzipped version of the css or js and the url stays the same so it should be working. If you need to double check you can modify the generated css but not the gz version.. then you should be able to determine that the correct files is being served.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Gzip setup results in 500 Internal Server Errorok, I’m not exactly sure. I don’t get any errors when I use it. I’m testing it on a standard WHM/cPanel setup.
Are there any more details in the apache logs?
You could try css or js on its own and see if either work. That might help identify the problem.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] PHP v7.4 SupportSure. I’ve pushed this up now.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Gzip setup results in 500 Internal Server ErrorHi Oliver, Do you have mod_deflate and mod_rewrite enabled?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] PHP v7.4 SupportHi Oliver.
We decided not to support 7.4 because it has been out of support for over a year and all our development is with PHP 8+. MMR should still work with 7.4 and we won’t intentionally make changes to break it but we won’t be testing it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Breaks datepicker.jsAre you able to try turning off merging and seeing if there are any errors in the console? Also, try excluding the datepicker.js file and see if that helps?
Also, are you including datepicker.js yourself? something that might help is making the filename datepicker.min.js
Lastly, are there any specific errors in your console?