Dave
Forum Replies Created
-
Well since submitting
/category-sitemap.xml
/post-sitemap.xml
/post_tag-sitemap.xmlSeparately I’ve had no issues if that’s any help.
I wouldn’t have two sitemaps that are the same submitted to Google. Joost might have a different take, but I’d keep it as simple as possible with no duplication.
Strangely I didn’t have the same issue with Bing webmaster.
Okay there’s a fix for this that seems to be working.
Full credit to misthero who posted it for another plugin on https://www.ads-software.com/support/topic/plugin-auto-post-thumbnail-wordpress-34-previously-generated-thumbnails-missing-wont-generate-new-ones
Also thanks to DanStudio for pointing out the thread.
On line 258 (thumbnailforexcertps.php), the result should be like this:
wp_update_attachment_metadata( $idimg, wp_generate_attachment_metadata( $idimg, $fullsizepath));Add update_attached_file( $idimg, $fullsizepath );
So it’s like this:
wp_update_attachment_metadata( $idimg, wp_generate_attachment_metadata( $idimg, $fullsizepath)); update_attached_file( $idimg, $fullsizepath );
As always backup your DB / plugins etc before trying these fixes.
So far it’s working well on test sites.
@misthero Just tried out your code and so far so good on thumbnails for excerpts too!
Excellent stuff, and many thanks for putting in the time to look.
I’m putting the whole thing through some tests to make sure there’s nothing else being effected. But it all looks good so far.
I’ll post on the excerpts plugin forum too with full credit to you.
Many thanks again.
https://www.ads-software.com/support/plugin/thumbnail-for-excerpts
Is having similar problems. All thumbs gone.
I imagine there might be a few more thumbnail plugins having issues too.
update_attached_file( $thumb_id, $new_file );
from misthero seemed to work for Auto Post Thumbnail on new thumbnails.
Anyone want to expand on if there is a key code that’s changed in the WP update that might lead to some fixes on other plugins?
Thanks for the link. A comprehensive thread.
I don’t think Thumbnail For Excerpts is as popular and looks unsupported.
Might have to change things up a bit in relation to using it now.
Hello Flavio,
While not having both plugins running is not ideal in terms of resources the reason I wanted both to run was to vary tweets by category.
Example: Standard tweetily settings tweet out an old post based on some settings.
What I wanted was the ability to tweet out old posts based on categories and hashtags.
In otherwords if I have a category about TV shows. I’d like to use the hash tag #tvshows. But if I also have a category called blockbustermovies then the hashtag #tvshows makes no sense.
Essentially I’d like old post categories to have the option of adding additional #tags or text based on the category. At the moment you can only add one default setting.
Hence having both plugins active would mean I could do that for at least two categories.
Hope that made sense!
No, not quite. Tried that plugin but never had much luck.
With GASP simply looking for a cookie to have it’s tick box filled by regular commentators.
Thanks for that Joost. I’ll dive into the abyss of Google forums.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pintrest not workingSimilar issue. Clicking the Pinterest button brings up the popup. But no thumbnails to choose and just a brown square.
It’s registering the pins though, as I used Pinterests own Pin it button toolbar and it works fine. See the following url as an example
Digg Digg is horizontal at the bottom
That was fast.
Just installed the 2.1 Alpha version on a test site and it works very well.
I need to play around will the CSS to get the images centered on the widget. But after that it’s looking very good!
One quick question. Have you any data/feedback on the amount of resources / queries this plugin uses? It seems very light weight which is good.
Any update on this. Having just an image and title would be great!
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] How to add shortcode to a widgetThanks for that. Hmmm I only need the shortcode for one entry in a sidebar so I’ll have to see about the amount of work need to implement it. (it’s wrapped in other code)
As a sub note Subscribers Text Counter https://www.ads-software.com/extend/plugins/subscribers-text-counter/ Has short codes that allows for social numbers to appear in side bars. The only problem with this plugin is that it’s not been updated in a while, doesn’t have some of the options yours has, and causes some conflicts if there’s a break in the API.
It would be very good is you plugin widget would allow for some additional text as well. As it choose the social next works to add, then a field under it allowing you to add addition text/code. This is where on could put in that short code.
Anyway, those are just ideas. It’s still a good plugin and more importantly, stable!!
Forum: Plugins
In reply to: [AdSense Manager] [Plugin: AdSense Manager] Broken on WP 3.3.2Update. On a test site I deactivated the plugin and then reactivated. Error went away. For now. But I am concerned about the drop down update that’s not happened and this recent one.
It’s a great “free” plugin, and I don’t think any other plugin works as well. In this regard you can’t ask for much, but I do hope it continues to be developed.
Forum: Plugins
In reply to: WP Super Cache vs W3 Total CacheSure thing Frederick
Forum: Plugins
In reply to: WP Super Cache vs W3 Total CacheSorry for the delay Frederick
PHP 5.2 for the working well on WT3C
And PHP 5.3.10 for the install that works better on SuperCache