IMG_6248-1.jpg Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.
This is a 86KB file that previously loaded when it was 961KB. I reduced it’s size to see if it was a size issue. I can, however, load quite substantial PDF files.
I am not an expert but have used WordPress successfully for a couple of years to keep a large number of photographs in the form of a blog. Not being able to load them, therefore, is a huge problem. I hope someone can help!
Many thanks, Mike
]]>I love wp-appbox and I use it a lot, but since the last few days I’ve noticed that the Google Play Store App images don’t load. The problem is that some actually load and a lot of others simply don’t. I’ve tried adjusting the cache of wp-appbox, clearing it and everything I can think of with no success.
Also I’ve deactivated my website’s plugins to be sure it’s not because of any other plugin’s interference.
Also, some apps send error message even if the ID of the app is correct.
Any help? I’ve been trying to solve this problem and I think I can’t go further by myself. Thank you very much in advance:)
https://stargazerrock.com/wp-content/uploads/2017/11/telescope-lassel-picture-published-in-la-nature-1873-262×300.png
and loads the first 32Kb of the file (partial load, I can see the 206 return code in my logs).
Then your plugin fails silently in some way and breaks the whole processing. Needless to say, not what you’d expect.
For now, I have a “temporary” fix which is to skip on the partial download. that works just fine. Slower, but much better than a WSOD. Now what I don’t understand is why you wouldn’t just check the local file, but anyway… that’s probably a different problem.
$headers = null;
//array(
// "Range: bytes=0-32768"
//);
This goes in:
wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/public/class-webdados-fb-open-graph-public.php
at line 885 in version 2.1.5 of Wonderm00ns simple Facebook Open Graph.
I am thinking that the load of the PNG works but then you try to get the width and height and that fails because that info was not loaded (i.e. found at the end of the file, probably.) So your loading process is not currently correct. That being said, the width/height gathering should be failsafe too.
I’m on Ubuntu 16.04 with the latest of everything. No special version of PHP/Apache/MySQL.
]]>About a month ago, I was unable to load an image into my blog post. This issue still remains. When I asked for support, I was told to deactivate the widgets. While this worked, it is not a long term solution.
Every time I write a blog post I have to deactivate the widgets, add the image, and then re-activate the widgets again.
What is a long term solution to this problem???
Thanks!
Rebekah
]]>I wonder if it is possible to preload the next slide in a slideshow that I put in the background of my site while the before on is displayed. My customer uses pretty large file sizes so that the first time a visitor skips through the site he sees a lot of the loading button in front of the black background color.
Alternatively is it possible to switch the background color or even replace it with a static image so that at least I don’t get the black background while the next slide is loading?
My link: https://www.pele-mele-berlin.de/
Thank you!
Arne, Berlin/Germany
https://www.ads-software.com/extend/plugins/wp-supersized/
]]>We have created a small PHP script which will load a particular image dependent on which category the blog is posted in.
On our website index (index.php) we have the following codes:
Header:
<?php
require('blog/wp-blog-header.php');
?>
Body:
<?php
if(get_the_category_list(', ')=="john-virgo")
{
?>
<img src="images/top5.jpg" width="100" height="100" alt="" />
<?php
}
elseif(get_the_category_list(', ')=="something")
{
?>
<img src="image2.jpg" width="100" height="100" alt="" />
<?php
}
?>
But this is not working correctly.
If I set the criteria to be ‘uncategorized’ then it will load the image, but any other category title and it won’t.
Any ideas?
]]>