edwardnh
Forum Replies Created
-
I will install on a secondary site and show you.
Here’s the code I ended up using:
remove_action( ‘genesis_after_entry’, ‘genesis_do_author_box_single’, 8 );
if ( is_single() && function_exists( ‘wpsabox_author_box’ ) )
echo wpsabox_author_box();I will try that now. Cheers.
No, it wasn’t twice as far as I know. That was an error.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Posts without og:description contentMatt, the issue seems to have been largely resolved.
However, my og:description explicitly tries to use an excerpt that I set up for each post. The Facebook plugin bypasses this and uses the first characters of the post instead. I don’t think there’s anything wrong with that implementation but if I check the metadata or run the Facebook debugger (https://developers.facebook.com/tools/debug), I see the correct data for the og:description.
What I would like to see is the correct og:description data in the excerpt below the title on the Facebook page instead of the beginning characters.
Also, there are a number of members-only pages on the site I post to. is there a way to feed Facebook the right og information despite the membership-only state of those pages?
Many thanks for your help here.
Forum: Fixing WordPress
In reply to: Cannot get into backend after 3.4 updateBingo, now I am back to 3.3.2 where I am staying.
Cheers.
Forum: Fixing WordPress
In reply to: Cannot get into backend after 3.4 updateI will just overwrite the files back to the previous WP version via FTP. It’s truly amazing that a simple upgrade process breaks the site this way.
Forum: Fixing WordPress
In reply to: Cannot get into backend after 3.4 updateI cannot de-activate all plugins as I have member-only content that i cannot reveal to non-members. Renaming the theme didn’t help
I didn’t file a bug report because I am now using Quick Cache, which does a great job for what I am looking for.
Marcel,
I remember the question now: how do you allow other users of your blog to post to your Fan page as well?
Cheers
Edward
Thanks Marcel,
I was probably playing around with the backend too much and unchecked it. My bad entirely. I had one more question for you on features but it slipped my mind. Anyway, great plugin. I’ll come back at you when I figure out what that question was.
Cheers.
Edward
I think I’ve got it with the see all pages checkbox. Perhaps you could make the title more intuitive like “Post as page owner”.
All the best.
Edward
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Conflict with WordTwit ProSteve,
The WordTwit problem has returned. I am getting multiple custom Tweets on my Facebook page again. Has something changed to delete this code?
Edward
Andrew and cube, works for me too. Good stuff!
Right Andrew, I had the same problem with emptying trash as well. Uninstalling the plugin and reinstalling 2.20 and the problem goes away.
I am pretty sure the problem is the nonce feature now because the 2.20 of Regenerate Thumbnails outputs an id and wpnonce code at the end of the URL string for the hidden WordPress security form input after regenerating a thumbnail.
I noticed that my Featured thumbnail image was missing in the Post edit menu as well after I posted a post while Regenerate Thumbnails 2.21 was active. When I went back to 2.20 and regenerated the thumbnails for that featured thumbnail using version 2.20, the thumbnail reappeared.
So I think these are two interrelated problems with the latest version.