launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] file in the mmr folder is breaking the cssHi Richardo,
The latest version of MMR should solve your issue. Are you able to try it again?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Inline CSS is being overriddenhaha no. That would be crazy. It was a bug with MMR.
It wasn’t respecting inline styles correctly. Infact, MMR hasn’t respected inline styles correctly since it was released. Thanks for reporting this. It should make it much more reliable.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Inline CSS is being overriddenAhh ha. Thanks. I was sure you were using Twenty Twenty-One.
I’ve uploaded a new version that will now fix this issue. Thanks for your patience.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Inline CSS is being overriddenI must be missing something. I don’t have a colours option. When I go to the customiser there is a “colours & dark mode” setting but it only has a background colour. Any idea?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Inline CSS is being overriddenOh ok. I’ve been trying to replicate your issue and I can’t. What plugins do you have enabled? How are you setting the colour of the anchor links?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Inline CSS is being overriddenHi Oliver, I’ve just pushed out a new version that should solve this. Can you please give it a go?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Inline CSS is being overriddenInteresting. What happens if you turn off css merging?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin is Caching WooCommerce NonceCould you please try removing that file from the ignore list and doing a purge? I think that might solve it in this case.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin is Caching WooCommerce NonceHi Oliver, I’ve just pushed out a new version of MMR that should fix your issue. Can you please try it and let me know how it goes?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin is Caching WooCommerce NonceHi Oliver,
Thanks for reporting this. We have identified the issue causing this and will roll an update to fix this soon.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Filter minified/merged scripts fileThanks Dennis,
I have released the new version of MMR with your filter. I made a small change which allowed css to be filtered as well and moved the filter just before the check if MMR should minify the file. This will allow your filter to run even if MMR minification is turned off.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Filter minified/merged scripts fileHi Dennis,
We don’t currently have a way for you to hook in and do this but it wouldn’t be too hard to add. Have a look at the compress_css and compress_js functions. If you manage to get it working send through your changes.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] jQuery Core and MigrateHi Oliver. MMR always prefers unminified files even if minification has been turned off. We should probably change this.
The main reason files aren’t minified before being merged is speed. Minification can take a lot of time and minifying them after merging allows us to do it on a wp cron.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] file in the mmr folder is breaking the cssHi Ricardo,
I believe this was due to other plugins. Are you able to list the other plugins you have enabled?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] jQuery Core and MigrateI’m afraid we can’t disable the minification of scripts ending with .min.js. The reason is that the first thing that MMR does is merge all the files together. Once they are all merged it then runs the minifier over the entire file.