douglaskarr
Forum Replies Created
-
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.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.
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!
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
In reply to: [AMP] Shortcodes are not being executed in AMP pagesUgh, 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.
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
In reply to: [Podcast Feed Player Widget and Shortcode] ErrorsCan you provide your Podcast Feed URL?
Forum: Reviews
In reply to: [Podcast Feed Player Widget and Shortcode] ErrorsCan 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?
Can you provide your podcast feed URL?
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.
What’s your podcast feed @gabrieldamazio?
Hi Katherine, what’s the podcast Feed URL?
Yes, if you view the change log, it shows the update:
2.2.0: Fixed a bug where no image was still outputting an image tag.
Hi @dougjoseph,
My apologies for the late response.
- https://images.weserv.nl is an image caching and resizing service that’s free to use. My concern here was that I didn’t want to slow down someone’s site with the large image that podcasts typically require. I’d love to get your recommendation on this. I could make it default enabled and have a shortcode variable to disable it like cacheimage=”false”.
- I’m fixing the issue with whether or not the image exists.
Doug
Forum: Plugins
In reply to: [AMP] AMP HTML Tag has an invalid layout specified by its attributes.I’ve not added the code manually nor made any adjustment. I am using the plugin but haven’t dug into the code to see where the issue may be.