uvavu
Forum Replies Created
-
Forum: Plugins
In reply to: [Rackspace CDN] Blank screenSame here with WP 4.1.1 and latest version of the plugin
Forum: Plugins
In reply to: Images being served from Photon, despite it being disabledOK it looks like it’s being caused by the Mosaic plugin, bizarrely. For whatever reason, it seems to use Photon to handle its images.
Forum: Fixing WordPress
In reply to: Some Youtube videos don't embedChristiNi,
Yes, I have made sure the lines aren’t hyperlinked. I’ve known about that issue for a while now.
What baffles me is that some videos work with short URLs, some work with standard URLs and some just don’t work at all.
I’m having issues too
https://kyrill-poole.com/blog/ – the DIV shows up for individual posts but it’s contents are empty – even though there’s stuff inside, nothing renders.
Any ideas?
Forum: Fixing WordPress
In reply to: WP not saving posts containing Flickr imagesRight, time to go and indiscriminately strip out all but the most essential plugins and see what happens…
If anyone has any other ideas, please please let me know because being a photographer and my blog being largely ABOUT my photography, it’d be nice to have my flickr images work ??
Forum: Fixing WordPress
In reply to: WP not saving posts containing Flickr imagesIvovic, thanks for the reply.
I have tried to do as hakre suggests – post both a text hyperlink
<a href="https://www.flickr.com/photos/poolski/2390386472/" title="Headless Horseman by poolski, on Flickr">Link to larger Image on Flickr</a>
and an image without a hyperlink
<img src="https://farm3.static.flickr.com/2249/2390386472_38b6489383_m.jpg" width="240" height="180" alt="Headless Horseman" />
The text link worked fine and the post saved.
When I inserted the image, WP would not save the post.Also, the image was visible in the WYSIWYG editor and I can confirm it exists on flickr, so it is not a case of a malformed URL.
I hope this helps!
Forum: Fixing WordPress
In reply to: WP not saving posts containing Flickr imagesThe link works fine, but if I try to post the image, the process grinds to a halt.
The save times out and that’s it!
Forum: Fixing WordPress
In reply to: WP not saving posts containing Flickr imagesHTML (code view) to insert the image, hence the HTML code ??
Forum: Fixing WordPress
In reply to: WP not saving posts containing Flickr imagesNo, I’m just using the raw HTML generated on flickr for adding images into your posts, like I said in my OP.
<a href="https://www.flickr.com/photos/poolski/2390386472/" title="Headless Horseman by poolski, on Flickr"><img src="https://farm3.static.flickr.com/2249/2390386472_38b6489383_m.jpg" width="240" height="180" alt="Headless Horseman" /></a>
That is an example of the code that I insert into my HTML to add the image. It doens’t save the post or publish it. It simply times out.
I’ve tried to use flickr plugins to insert the images but they don’t work either.