JohnRI
Forum Replies Created
-
Forum: Reviews
In reply to: [NextScripts: Social Networks Auto-Poster] Broke Posting for ContributorsOkay, what time estimate do you have for that fix?
Forum: Fixing WordPress
In reply to: Or Logic in Querying Posts by Custom FieldI think to exactly specify what I’m looking here is an option to set the relation of a main WP Query object like you can in a WP Meta Query. Does anything exist that fits that need? Below is an example of the syntax I’d expect.
$curauth = get_user_by('slug', $query->query_vars['author_name']); $query->query_vars['relation'] = 'OR'; $query->query_vars['meta_query'] = array( 'key' => 'photo_credit', 'value' => $curauth->first_name.' '.$curauth->last_name );Okay, I reset all SNAP data, and then was able to post to twitter from WP successfully.
So I suspect that the original twitter upload may have failed due to being over character limit. However, I changed the msg format, updated the post, and attempted a repost to Twitter and still get the same response.
Forum: Fixing WordPress
In reply to: Unable to Insert Media into PostResolved. The issue was with Chrome addon “Better Popup Blocker”
http://ww.wp.xz.cn/support/topic/unable-to-insert-media-from-new-media-uploader
Forum: Localhost Installs
In reply to: Set Featured Image Fails on WAMP, WP 3.7.1This error also extends to inserting media in posts and pages as well.
Forum: Localhost Installs
In reply to: Set Featured Image Fails on WAMP, WP 3.7.1I’m setting it in the right sidebar of add or edit post, unsuccessfully
I’m not sure if I need that plugin, this issue happens regardless of whether or not the image is new.
Still no luck, I’m pretty sure file permissions are set right, although the /uploads folder displays read only, it also lists all user levels as having write access. I have to assume this isn’t the issue, as the images I upload are getting through there, they just don’t stick to a post.