petermc5
Forum Replies Created
-
I was caching the feed with wp rocket – I disabled that and it did solve the problem for me on the freemium, but not on the premium – not sure why, but I prettied it up and will live with it for now until I can figure it out.
I am using cURL and Simple XML to retrieve the feed – I don’t think that is the issue – I think your right and it relates to caching somehow. Thanks for your help!
- This reply was modified 9 years, 5 months ago by petermc5.
Thanks – did that – still shows thumbnail only. Funny thing is that after de-install it still showed the thumbnail. Then I re-installed the freemium version and it still shows thumbnail only. My theme does not output images in rss normally. I did check functions.php to see is something got inserted, but nothing there. I assume that my one-click de-install of the premium would remove everything – do I need to go into c-panel to manually remove the files?
Thanks again.
Forum: Plugins
In reply to: [AMP] Missing URL for attribute 'src' in tag 'amp-img'.Sorry, I just saw your post.
My hack worked for me for about 73% of my posts (364 posts indexed properly for AMP, but 138 did not). And because I’m still evaluating AMP from both an end-user’s perspective, and a company perspective, I have not dug into what the culprit is. When I do, I will update this.- This reply was modified 9 years, 9 months ago by petermc5.
Forum: Plugins
In reply to: [AMP] Missing URL for attribute 'src' in tag 'amp-img'.I created a work around for this and solved the problem for me (for now).
I ended up removing “case ‘src’:” in the for each statement in the class-amp-img-sanitizer.php and now all of my posts validate. I know this is not the proper solution, but works for me right now with the plugin.
I am running this plugin on several sites with the same theme and this is the only site I had the issue with, so I’m guessing some other plugin is creating the issue, or maybe it is some of the customization that I did. In any event, I am sharing this workaround.
Thanks for making a great plugin – I wish I could have figured out what was causing the issue, but share my hack for now.
Forum: Plugins
In reply to: [AMP] Missing URL for attribute 'src' in tag 'amp-img'.I have encountered the same problem, and I am sharing a live page link before I try to fix it. If I solve it before you get to reply, I will share what was causing the problem – to me it looks like another plugin is the likely culprit.
Missing URL for attribute ‘src’ in tag ‘amp-img’. Around line 281.
Thanks!