I think that this one could help a lot of people out there. With the new version of php, currently running on more and more servers, wp-post-thumbnail generates a warning looking a bit like this:
Warning: get_class() expects parameter 1 to be object, string given in ..[some url].. /wp-content/plugins/wp-post-thumbnail/wppt.php on line 70
You can solve this by changing the content of line 70 in wppt.php into the following:
if (strtolower(get_class($xml)) == ‘SimpleXMLElement’) {
Just copy this instead of everything else in this line and you’re good to go. No more warnings ??
]]>Help! The thumbnail plugin is no longer working on my site. It refuses to size the thumbnails, saying that the images are too small to work. (Although they are the same size I have used for years.)
Will this be updated at all? Thank you!!
]]>i have Upload the imegse to it and where i see it??
]]>i cant seem to get past the “loading original image for cropping” even with the image at 1024×685. Dont know what i can do about it.
]]>My client’s site went down today, the homepage just shows a Fatal Error:
Fatal error: Call to undefined function: simplexml_load_file() in (site link removed)/wp-content/plugins/wp-post-thumbnail/wppt.php on line 137
]]>Thumbnail does not upload, or upload does not complete.
]]>It’s impossbile to upload pictures.
When i upload picture nothing is created in wp-content/uploads/wp-post-thumbnail.
I made a chmod 777 on all of these folders, but it didn’t help me.
I have WP Post Thumbnail working perfectly for excerpts of posts on pages. However, it won’t actually show the thumbnails within the posts themselves. I was wondering what I am doing wrong?
]]>Stuck in “Loading original image for cropping … ” Never finishes…
Anybody know of another that works? Non-webbies will be updating site and I need a way for them to add thumbnails without HTML location links.
Also need to be able to set crop. Thanks!
]]>I was looking for this functionality for a while.
To be able to do custom thumbnail cropping on images instead of the automatic featured image cropping (which are sometimes far from desired).
It is possible with this plugin: WP Post Thumbnail
newest version here: https://www.seoadsensethemes.com/wordpress-wp-post-thumbnail-plugin/ (not on www.remarpro.com)