vernon108
Forum Replies Created
-
Hi @erania-pinnera,
I’ve been quite busy at work and didn’t have time to finish investigating this yet. If you don’t mind leaving the thread open for another week, that would be great. Thanks!
Hi @lastsplash,
Thanks for looking into this! I tried creating a new post in the Classic Editor using the same code that was used to embed Flickr images in an old post, and I was able to reproduce the issue. Here is an example of the image code:
<a title="Spago Las Vegas" data-flickr-embed="true"><img src="https://live.staticflickr.com/65535/48926046752_e45997bda0_b.jpg" alt="Spago Las Vegas" width="682" height="1024" /></a><script async src="https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
Is there something in there that is different from what you tried?
Forum: Fixing WordPress
In reply to: Content vanishes due to wp_posts table being “in use”Thanks for the solution! I had a similar problem, caused by making changes to the W3 Total Cache plugin (I believe turning on database caching was what did it–possibly because of an unforeseen interaction with another plugin). All of the comments on my site had disappeared, and I was freaking out, but running the table repair in phpMyAdmin fixed it.