I am so glad I found it
M Edvardsen
]]>My clients are happy, I’m happy.
After testing it for a while on two of my personal sites, I bulked installed it on all of my sites. It’s now one of my MU plugins for a WordPress site.
Amazing work Ben!
]]>I’m using the WP Retina 2x plugin for years and it’s amazingly good. I can’t imagine my life without it, seriously Such a WordPress life saver!
TL;DR: I suggest that the Bulk Delete tool would also delete retina images generated from former custom image sizes. At the moment, it does not delete them.
Long version:
Recently I’ve been playing with it a lot, because I’m developing a new blog and used different custom image sizes.
For example I created an image size which I finally didn’t need, and delete it. I then used the Force Regenerate Thumbnails plugin to delete the unused images sizes WordPress had generated.
However, the retina versions of these images are still there. I did use the Bulk Delete tool in order to check whether WP Retina 2x would remove *all* retina images, but it appears that it does not delete previous image sizes’ retina images.
Thus I’m left with a lot of 2x images which match an old image size which does not exist anymore.
Hence my suggestion: the Bulk Delete tool would be even more useful if it took into consideration the retina images which were generated long ago by former image sizes which do not exist anymore.
What do you think? Have you experienced the same? How do you deal with remaining retina images once you used the Bulk Delete tool from WP Retina 2x?
Any clue welcome Thanks for reading!
#1
The Analytics bounce rate code should be placed after the UA and pageview functions for analytics. Right before the closing script for analytics.
#2
You are missing double quotes on the timeout line. See my codeshare with 1.3 comparing what should be.
https://codeshare.io/sHBtU
#3
Can you either add option to change enqueue order or just force it?
For example, on mine I change it to 0 order so that GA is the first script that fires in the footer. I think in every scenario GA should be the first to fire, so probably just adding the enqueue order would be fine.
add_action('wp_footer', 'add_ga_header_script', 0 );
Thanks again! Loving where this is heading.
https://www.ads-software.com/plugins/host-analyticsjs-local/
]]>When using the Infinie scroll from Jetpack, there are 2 CSS and 2 JS files which are loaded in the DOM:
<link rel=’stylesheet’ id=’mediaelement-css’ href=’https://example.com/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.18.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-mediaelement-css’ href=’https://example.com/wp-includes/js/mediaelement/wp-mediaelement.css?ver=4.4′ type=’text/css’ media=’all’ />
<script type=’text/javascript’ src=’https://example.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.18.1′></script>
<script type=’text/javascript’ src=’https://example.com/wp-includes/js/mediaelement/wp-mediaelement.js?ver=4.4′></script>
Would it be possible to gather the styles in one CSS file, and the scripts in one JS file?
I noticed the same problem for the spin.js :
<script type=’text/javascript’ src=’https://example.com/wp-content/plugins/jetpack/_inc/spin.js?ver=1.3′></script>
<script type=’text/javascript’ src=’https://example.com/wp-content/plugins/jetpack/_inc/jquery.spin.js?ver=1.3′></script>
Why do we have to load 2 JS files?
It would be great to have the least files possible to improve the performances.
My config:
JETPACK_DEV_DEBUG
variable set to true
.Thanks for your help
https://www.ads-software.com/plugins/jetpack/
]]>