Title: Christee's Replies | WordPress.org

---

# Christee

  [  ](https://wordpress.org/support/users/cgamron/)

 *   [Profile](https://wordpress.org/support/users/cgamron/)
 *   [Topics Started](https://wordpress.org/support/users/cgamron/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cgamron/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cgamron/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cgamron/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cgamron/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cgamron/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/users/cgamron/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/cgamron/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/cgamron/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/cgamron/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Update Breaks Many plugins](https://wordpress.org/support/topic/update-breaks-many-plugins/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/update-breaks-many-plugins/#post-8398177)
 * It’s nice you’re making progress, but what about updates for those of us using
   the paid version? I have sent support requests for it, but no response and no
   fixes. (And my PHP version is *not* out of date.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Update Breaks Many plugins](https://wordpress.org/support/topic/update-breaks-many-plugins/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/update-breaks-many-plugins/#post-8355253)
 * [@drewising](https://wordpress.org/support/users/drewising/) – I feel your pain!
   IMO, the simplest solution for you is to roll back to the prior version that 
   did not have these problems. This is typically accessed from the Developers tab
   of the plugin’s page in the repository. Strangely (or sadly…or frustratingly),
   though, for some reason only the latest (problematic) version of this plugin 
   is listed – no older versions are available where they should be. Perhaps you
   can find someone who saved the older version (or access it from a backup)…?
 * To more directly answer one of your questions – there is a plugin called My WordPress
   Health Check you can use to determine the PHP version. You can then uninstall
   this plugin, once you know.
 * It’s really unfortunate we cannot get support for this popular plugin. It used
   to be well supported in the past. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Update Breaks Many plugins](https://wordpress.org/support/topic/update-breaks-many-plugins/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/update-breaks-many-plugins/#post-8350457)
 * [@blkcatgal](https://wordpress.org/support/users/blkcatgal/) – good input. The
   PHP version on the server hosting my site is 5.6.25 though, which I believe is
   current and supported.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Update Breaks Many plugins](https://wordpress.org/support/topic/update-breaks-many-plugins/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/update-breaks-many-plugins/#post-8336669)
 * I have the paid version of this plugin and have been trying to get a support 
   response for a week. I can get no response. If you turn on WP DEBUG (I did on
   my staging site), you can see it is throwing php errors. These are preventing
   scripts loaded later on the page from running. Thus, features that rely on those
   scripts break.
 * I did not know the plugin had changed hands. That seems very unfortunate. At 
   this point I am just using the older version. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[a3 Lazy Load] Skip Classes Seems To No Be Working](https://wordpress.org/support/topic/skip-classes-seems-to-no-be-working/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/skip-classes-seems-to-no-be-working/#post-8150121)
 * [@fxbpinelli](https://wordpress.org/support/users/fxbpinelli/) – I assume the
   space in ‘no lazy’ is a typo, right? You’re using ‘no-lazy’ or ‘nolazy’? 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Emojis (GDPR friendly)] Disable dns-prefetch of s.w.org](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/#post-7674937)
 * Fantastic! Yes, the new version solves it.
    Thanks for being so responsive!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Emojis (GDPR friendly)] Disable dns-prefetch of s.w.org](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/#post-7674895)
 * Replacing the if in the function recommended above with this:
 *     ```
       if ( 'dns-prefetch' === $relation_type ) {
       		$matches = preg_grep('/emoji/', $hints);
       		return array_diff( $hints, $matches );
           }
       ```
   
 * does the trick. But my php is not strong, so this may not be the best or right
   way to do this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Emojis (GDPR friendly)] Disable dns-prefetch of s.w.org](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/#post-7674894)
 * [@ramanan](https://wordpress.org/support/users/ramanan/) – thanks, but that removes
   all prefetches, not just the emoji one. $hints, in my case, looks like this when
   it is passed in:
 * `array(3) { [0]=> string(20) "fonts.googleapis.com" [1]=> string(16) "cdn.jsdelivr.
   net" [2]=> string(40) "https://s.w.org/images/core/emoji/2/svg/" }`
 * Only key 2 should be removed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Emojis (GDPR friendly)] Disable dns-prefetch of s.w.org](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disable-dns-prefetch-of-sworg/#post-7674890)
 * I just came over to this support page to request the same thing. There is more
   info on this here: [https://wordpress.org/support/topic/remove-the-new-dns-prefetch-code](https://wordpress.org/support/topic/remove-the-new-dns-prefetch-code)
 * Do you think filtering out the s.w.org prefetching is a good fit for this plugin,
   Ryan?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Focus KW randomly getting lost](https://wordpress.org/support/topic/focus-kw-randomly-getting-lost/)
 *  Thread Starter [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [10 years ago](https://wordpress.org/support/topic/focus-kw-randomly-getting-lost/#post-7517451)
 * Confirming 3.3.4 resolves the missing focus keywords. Thanks to the folks at 
   Yoast for a quick resolution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Focus KW randomly getting lost](https://wordpress.org/support/topic/focus-kw-randomly-getting-lost/)
 *  Thread Starter [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [10 years ago](https://wordpress.org/support/topic/focus-kw-randomly-getting-lost/#post-7517250)
 * [@laserjobs](https://wordpress.org/support/users/laserjobs/) – yes, agree! Thank
   you for letting me know. I added a comment to that issue in Github. Hopefully
   it gets attention soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[a3 Lazy Load] Skip Classes Seems To No Be Working](https://wordpress.org/support/topic/skip-classes-seems-to-no-be-working/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/skip-classes-seems-to-no-be-working/#post-6948932)
 * FYI – I use no-lazy as my “Skip Images Classes”, and it works correctly for me(
   i.e., always retrieves the image).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[a3 Lazy Load] Stopped working after WP 4.4](https://wordpress.org/support/topic/stopped-working-after-wp-44/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/stopped-working-after-wp-44/#post-6840680)
 * Wow! I did not expect an update until after the first of the year. 1.5.2 works
   great in conjunction with WP 4.4 srcset.
 * Thank you so much for the great plugin and excellent support. And happy holidays!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[a3 Lazy Load] Stopped working after WP 4.4](https://wordpress.org/support/topic/stopped-working-after-wp-44/)
 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/stopped-working-after-wp-44/#post-6840669)
 * Another approach to temporarily work around this is to disable the 4.4 srcset
   functionality. [http://www.zigpress.com/2015/12/11/how-to-disable-responsive-images-in-wordpress-4-4/](http://www.zigpress.com/2015/12/11/how-to-disable-responsive-images-in-wordpress-4-4/)
   describes how to do that. And [https://wordpress.org/support/topic/is-it-possible-to-disable-the-responsive-image-srcset-on-wordpress-44?replies=19](https://wordpress.org/support/topic/is-it-possible-to-disable-the-responsive-image-srcset-on-wordpress-44?replies=19)
   a plugin created for that (in case you don’t want to change your functions.php).
 * I added the code snippet described for functions.php, and now a3 works with 4.4
   as it did in 4.3. I’ll remove this code once a3 resolves the srcset issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[a3 Lazy Load] lazy-hidden not working with WP 4.4](https://wordpress.org/support/topic/lazy-hidden-not-working-with-wp-44/)
 *  Thread Starter [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/lazy-hidden-not-working-with-wp-44/#post-6862442)
 * Closing this topic as a duplicate of the one listed by XhmikosR above.

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/users/cgamron/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/cgamron/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/cgamron/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/cgamron/replies/page/2/?output_format=md)