christianoliff
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Updater] Feature request: CDN optionThe best solution would be to load from CDN with a local fallback like HTML5Boilerplate and Bootstrap does – something like this:
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script>window.jQuery || document.write('<script src="js/jquery-3.3.1.min.js"><\/script>')</script>Hi nosilver4u – FYI, It’s working now -I think the latest update you released fixed it. Thanks! 🙂
Forum: Plugins
In reply to: [Use Google Libraries] 4.2 beta 1 conflictJust a quick note to say UGL is causing problems for me with two WordPress sites running 4.2 beta 1.
I guess it shouldn’t really make a difference, but WordPress 4.2 now uses jQuery 1.11.2 (WordPress 4.1 used jQuery 1.11.1).
Forum: Plugins
In reply to: [Use Google Libraries] New WP 4.0 Media Library Doesn't LoadJust wanted to chime in and mention that this bug has just hit 2x of my WordPress blogs. It caused the ‘Add Media’ button to stop functioning. The issues only seemed to start with the WordPress 4.1.1 update. In the Console it showed the error with ‘postbox.min.js’ as mentioned by other users above. Disabling UGL fixed the issue.
1) it’s not possible to minify code that isn’t on your own server, and besides – the Google hosted jQuery is already minified and compressed (gZipped).
2) sounds normal
3) sounds normal