Title: douglaskarr's Replies | WordPress.org

---

# douglaskarr

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/douglaskarr/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/douglaskarr/replies/page/3/?output_format=md)…
[14](https://wordpress.org/support/users/douglaskarr/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/douglaskarr/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/douglaskarr/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/douglaskarr/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] swg-basic.js loaded twice in home page](https://wordpress.org/support/topic/swg-basic-js-loaded-twice-in-home-page/)
 *  Thread Starter [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [1 year ago](https://wordpress.org/support/topic/swg-basic-js-loaded-twice-in-home-page/#post-18522622)
 * In order to correct this, I had to add to functions.php:
   `add_action( 'wp_head',
   function() {ob_start( function( $buffer ) { // If not singular OR is front page,
   remove all swg-basic.js scripts if ( ! is_singular() || is_front_page() ) { $
   buffer = preg_replace( '#<script[^>]+src=["\']https://news\.google\.com/swg/js/
   v1/swg-basic\.js["\'][^>]*></script>#i', '', $buffer ); return $buffer; } // 
   If singular and NOT front page — allow only one instance $matches = []; preg_match_all('#
   <script[^>]+src=["\']https://news\.google\.com/swg/js/v1/swg-basic\.js["\'][^
   >]*></script>#i', $buffer, $matches ); if ( count( $matches[0] ) > 1 ) { // Keep
   only the first instance $first_instance = $matches[0][0]; $buffer = preg_replace('#
   <script[^>]+src=["\']https://news\.google\.com/swg/js/v1/swg-basic\.js["\'][^
   >]*></script>#i', '', $buffer ); $buffer = $first_instance . $buffer; } return
   $buffer;});}, 0 );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Reader Revenue Manager](https://wordpress.org/support/topic/reader-revenue-manager/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/reader-revenue-manager/#post-18457216)
 * Thanks, James… that did the trick. I updated my publication URL with https://
   and then it connected fine. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Google Reader Revenue Manager Active But Not In Site Kit](https://wordpress.org/support/topic/google-reader-revenue-manager-active-but-not-in-site-kit/)
 *  Thread Starter [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/google-reader-revenue-manager-active-but-not-in-site-kit/#post-18455411)
 * Uploaded. I accidentally submitted without my loom video first, then included
   it on an additional submission.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Reader Revenue Manager](https://wordpress.org/support/topic/reader-revenue-manager/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/reader-revenue-manager/#post-18453121)
 * I have this same issue. Reader Revenue is fully integrated, working, and the 
   CTAs are loading; however, Google Site Kit says that it still needs set pup.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Blank screen in Site Kit](https://wordpress.org/support/topic/blank-screen-in-site-kit/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/blank-screen-in-site-kit/page/2/#post-18052608)
 * I just had this issue in my own site today and was able to troubleshoot it through
   Console as an issue with the cached version of the js file. If you view the source
   of the page, you’ll see your sitekit js file. Mine is:
   `<script src="https://
   martech.zone/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-
   vendor-xxxxxxxxxxxxx.js" id="googlesitekit-vendor-js"></script>`I refreshed this
   in a new window to clear the cache and then the plugin loaded fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy WP SMTP – WordPress SMTP and Email Logs: Gmail SMTP, Office 365, Outlook, Custom SMTP, and more] Emails are sended but not to Gmail](https://wordpress.org/support/topic/emails-are-sended-but-not-to-gmail/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [4 years ago](https://wordpress.org/support/topic/emails-are-sended-but-not-to-gmail/#post-15805985)
 * I ran into a similar issue, the Googlemail system responded to every outgoing
   email with delivery incomplete for a TLS Negotiation error:
 * TLS Negotiation failed: FAILED_PRECONDITION: starttls error (71): 23111072217672:
   error:10000417:SSL routines:OPENSSL_internal:SSLV3_ALERT_ILLEGAL_PARAMETER:third_party/
   openssl/boringssl/src/ssl/tls_record.cc:594:SSL alert number 47
 * I tested with YaySMTP and it worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] How to enable access per user role](https://wordpress.org/support/topic/how-to-enable-access-per-user-role/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [5 years ago](https://wordpress.org/support/topic/how-to-enable-access-per-user-role/#post-14612613)
 * Thanks so much! I’m subscribed to the issue and look forward to seeing the solution!
   I’ll be sure to upgrade my rating then, too!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] How to enable access per user role](https://wordpress.org/support/topic/how-to-enable-access-per-user-role/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [5 years ago](https://wordpress.org/support/topic/how-to-enable-access-per-user-role/#post-14612521)
 * This is definitely a must. I’m installing and configuring for my clients but 
   I would like authors and editors to be able to view the reports (without being
   able to change the setup).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] Shortcodes are not being executed in AMP pages](https://wordpress.org/support/topic/shortcodes-are-not-being-executed-in-amp-pages/)
 *  [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/shortcodes-are-not-being-executed-in-amp-pages/#post-14204531)
 * Ugh, this is terrible. I have a ton of features that I’ve built into my child
   theme specific for displaying integrated information and custom styling. There
   should be an alternative here – like having a function to enable the same function
   in AMP from functions.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Podcast Feed Player Widget and Shortcode] Mysterious “image caching” reference causing issue](https://wordpress.org/support/topic/mysterious-image-caching-reference-causing-issue/)
 *  Plugin Author [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/mysterious-image-caching-reference-causing-issue/#post-12876053)
 * Thank you for that information! I was trying to use a free image resizer so that
   very large podcast images weren’t displayed, slowing down people’s sites. I’m
   going to look for an alternative on this!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Podcast Feed Player Widget and Shortcode] Errors](https://wordpress.org/support/topic/errors-218/)
 *  Plugin Author [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/errors-218/#post-12765736)
 * Can you provide your Podcast Feed URL?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Podcast Feed Player Widget and Shortcode] Errors](https://wordpress.org/support/topic/errors-218/)
 *  Plugin Author [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/errors-218/#post-12591800)
 * Can you provide any additional detail? I have the shortcode currently active 
   on multiple sites of my own and it’s working well. Perhaps you have a conflicting
   shortcode in use somewhere?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Podcast Feed Player Widget and Shortcode] Mysterious “image caching” reference causing issue](https://wordpress.org/support/topic/mysterious-image-caching-reference-causing-issue/)
 *  Plugin Author [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/mysterious-image-caching-reference-causing-issue/#post-12427551)
 * Can you provide your podcast feed URL?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Podcast Feed Player Widget and Shortcode] Instructions on how to modify style?](https://wordpress.org/support/topic/instructions-on-how-to-modify-style/)
 *  Plugin Author [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/instructions-on-how-to-modify-style/#post-12427543)
 * I’m afraid educating someone how to do CSS would be outside the scope of this
   plugin. If you view the source of the page, you can see the class names so that
   you can make the necessary edits to your styling.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Podcast Feed Player Widget and Shortcode] Undefined property: SimplePie::$channel](https://wordpress.org/support/topic/undefined-property-simplepiechannel/)
 *  Plugin Author [douglaskarr](https://wordpress.org/support/users/douglaskarr/)
 * (@douglaskarr)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/undefined-property-simplepiechannel/#post-12427538)
 * What’s your podcast feed [@gabrieldamazio](https://wordpress.org/support/users/gabrieldamazio/)?

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

1 [2](https://wordpress.org/support/users/douglaskarr/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/douglaskarr/replies/page/3/?output_format=md)…
[14](https://wordpress.org/support/users/douglaskarr/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/douglaskarr/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/douglaskarr/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/douglaskarr/replies/page/2/?output_format=md)