launchinteractive
Forum Replies Created
-
Thats a very good question. I’ve never tried MMR with nginx. Did you manage to get it working?
Do the logs say that your using closure or PHP minify? PHP minify sometimes has trouble minifying already minified files (jquery). In this case you could load jQuery from a CDN or provide WordPress with a local version unminified.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Revolution sliderHi,
Any chance you can send me the url and possibly some access so I can have a look?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Revolution sliderHi frankytank, Thats an odd error.. do you enqueue jQuery manually or let WordPress do it for you?
I’ve used Revolution slider in the past and MMR worked fine. I haven’t tested the latest version however.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Unable to override MMR_CACHE_DIR and MMR_CACHE_URLHi virgodesign,
I’ve been thinking about this and I think this is acceptable to have to set the complete path manually rather than using the WP_CONTENT_… constants. We could possibly hook in later for our defines but its a bit of work that I don’t think is necessary and not many people will use.
I’ll mark this as resolved but reply if you think otherwise.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Doesn’t work with HTTPSHi tdewolff. MMR currently sets the protocol based on the settings of the site URL in WordPress general settings. Have you set yours to https?
This seems to be a regular issue so we might do what you suggest.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Unable to override MMR_CACHE_DIR and MMR_CACHE_URLOk, I see what you mean.
Just out of curiosity.. if you manually type the full path in wp-config does MMR work correctly?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Missing files flexvideo.css + fix-bootstrap.cssHi Faustino. That is really odd. the files in the mmr directory should have this format: /wp-content/mmr/0bcd236e-1471997418.min.js
Are flexvideo.css and fix-bootstrap.css are included with @imports? If so I suggest you change the code to not use imports. Its better for performance and will allow us to merge the files.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] compress_js & compress_css cron eventsI’m glad you managed to sort this. We will update the purge function to clear all scheduled crons. Hopefully this will fix this ever happening again.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Unable to override MMR_CACHE_DIR and MMR_CACHE_URLHi Virgodesign,
I never tested this. What exactly are you trying to achieve? Do you want to specify the CACHE_DIR/URL separately or the same for both sites?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] This Plugin breaks my websiteIf the CDN is helping your speed then I would leave it on. Also using multiple caching / minification plugins can actually slow your site down because they can conflict with each other. I suggest choosing one you like and sticking with it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] This Plugin breaks my websiteOk, it sounds like you have a CDN or something caching your site. Would that be right?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] This Plugin breaks my websiteHi. If you disable the MMR plugin then it will restore your site to normal.
It may be failing because of your theme or it might be conflicting with other plugins. Are you able to provide your website address and list of installed plugins?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Does this plugin support Multisites?Hi Edward,
Version 1.8.6 now supports Multisite Networks. Let us know if you have any issues.
You will need both URLs. We were planning on making it work with regular expressions but haven’t got around to it yet.
I think we changed the way we did this at one point and didn’t update the placeholder text for the ingore scripts. Please try using the full paths:
https://staging.xxxx.com/wp-content/plugins/woocommerce-gateway-authorize-net-aim/lib/skyverge/woocommerce/payment-gateway/assets/js/frontend/sv-wc-payment-gateway-payment-form.min.js https://staging.xxxx.com/wp-content/plugins/woocommerce-gateway-authorize-net-aim/assets/js/frontend/wc-authorize-net-aim.min.js