launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] 1.8.2 broke both of my sitesOk, I think I know what the issue is but I’ll need a minute to fix. Please add the page-scroll-to-id-plugin-script script to your ignore list until I solve the main issue.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] 1.8.2 broke both of my sitesI’m sorry to hear that. Are you able to provide the error message that your getting?
Hi luitpold82,
I discovered that Visual Composer Frontend includes jQuery Waypoints that has a return statement in it. When MMR was concatenating the files all the code added after jQuery Waypoints was being ignored.
One solution I thought of was to hard code a check for jQuery Waypoints but I have decided to just turn off MMR when in edit mode of Visual Composer. That should prevent any other issues.
Please install the latest version of MMR (1.8.2) to fix this.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Stripping inline css attributesHi springthistle,
I don’t think MMR is causing the style tag to be stripped. MMR doesn’t edit any inline css. It looks like your style attributes are being adding with javascript.
What I think is happening is your javascript compilation is failing and then the script is never running to add the attributes.
When you enable MMR do you have any Javascript errors in the logs? Perhaps try turning off minify js and combine js to determine the bad script.
Hi luitpold82, what version of visual composer do you have?
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Just Awesome!Thanks carasmo, Much appreciated!
Forum: Plugins
In reply to: [Merge + Minify + Refresh] strange this happening to cssThanks for pointing me in the right direction. I have tested NEX-Forms and for some reason they are calling wp_print_styles() when they process their shortcode. This was messing with the enqueue handles that MMR generates. I’ve just pushed version 1.8.1 of MMR that should fix this issue.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] @font-face {Are you able to provide a URL to your site?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] strange this happening to cssThanks for that. What version of the MailerLite widget/plugin are you using? I’ve installed “Official MailerLite Sign Up Forms” onto a testing site and it seems to be generating different code and is working fine.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] @font-face {Hi djmfxp,
Are you able to try it with a root relative path to the font files? eg.
@font-face { font-family: ‘iswfn’; Src: url(‘/wp-content/themes/mytheme/fonts/iswfn.eot?#’) format(‘eot’), url(‘/wp-content/themes/mytheme/fonts/iswfn.woff’) format(‘woff’), url(‘/wp-content/themes/mytheme/fonts/iswfn.ttf’) format(‘truetype’); }Forum: Reviews
In reply to: [Merge + Minify + Refresh] Sadly – it didn’t work for meHi talgalili,
That could be your plugins or theme. If you can provide a list of your plugins and theme we can try and work it out if you want.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Disable when users logged inHi @bfsworks & @motopress,
We’ve just released version 1.8 of MMR that should now fix this issue. We discovered that MotoPress was enqueuing php files and we now check for this. No need to use the motopress-ce parameter.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Ignore admin-ajax.php?script=XXX¶meter=YYHi @pascalroget,
We’ve just released version 1.8 of MMR that should now fix your issue. Let me know how you go.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] strange this happening to cssHi,
Do you have a staging site for this? If not, are you able to provide a before and after to show the issue?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Ignore admin-ajax.php?script=XXX¶meter=YYGood idea. I’ll make sure this gets added in the next update.