nashtu3000
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Merge CSS filesI found this great plugin: https://github.com/NateWr/asset-queue-manager
I am going to dequeue all the css and then manually queue them myself via the specific wordpress function wp_enqueue_style in the order that i wish. Let’s see if this will work..
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Rewrite URL for CDN?Wonderful, you can close this ticket now. Great support!!!
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Merge CSS filesI am using a theme i bought from themeforrest, called FlexMag and i lack the technical ability to reorder them, i only know a small bit of programming myself.
Do you have any kind of guide that explains how to do this?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Rewrite URL for CDN?It’s working, you can see it live on https://mkor.ro/
When do you plan on making a separate url feature for JS and CSS?
One more question, how can i specify the order in which the css files are loaded? I’ve excluded some css files from minification and i’m seeing a lot of css files added because of their order.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Rewrite URL for CDN?I’ll test and get back to you on this one. But can’t you make a cdn url for js and a different one for css? That should support multiple parallel downloads and speed up loading of a page.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Rewrite URL for CDN?I think that you only have to support a rewrite of the css and js files because of how most cdns work. They only pull from the original url when a request is being made.
So if you code in this functionality, 90%+ of the cdns will be supported. Do you agree?