Chuck Reynolds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to check for custom post type and if it's hierarchical@norcross yeah. I explained this to you on twitter but just for everybody else in this thread…
Basically the plugin has one required item and one option – that’s it. I like that… less options = more seamless and less obtrusive for users and less explanation. Just install it and it works kind of mentality. IF I could do this all programmatically I’d much rather it be that way.
As Andrew and I talked on twitter it may have to come down to me displaying any/all CPT’s in the plugin admin and next to each have a dropdown list allowing the user to select the og:type individually. Not really what I want but I suppose if they’re doing CPT’s they should have an idea of what each CPT should relay to Facebook/Google+1@j3 to me an article is just that lol… a website is a static page or a root/index type thing.
Hey guys.. I don’t get notifications when ppl add support requests on here… :/ lame.
Anyways – I never put a priority on that functionality initially as most people that beta tested for me were cool with customizing it, however I understand the desire for said functionality. Therefore this is scheduled for final testing currently in the beta I have and will very likely be included with the next update.
So standby – and thanks for the support req.probably because that plugin is putting its own ogp tags in. The plugin was built to run with a custom install of the fb:like button.
I’ll check it out but that’s probably the issue you experienced.Forum: Themes and Templates
In reply to: Use oEmbed custom fields inside loop archive ?use a custom field with wp_oembed_get function maybe?
Forum: Fixing WordPress
In reply to: Can't get into dashboard: "You do not have sufficient permissions …"what did you change? lol… either you have a role management plugin working to lock you out or you were editing the database or something.
it’ll take sql code and a little bit of mysql knowledge to fix it or try this plugin from markForum: Fixing WordPress
In reply to: how-to move wp and change domain name?THis plugin can do it: http://wordpress.org/extend/plugins/wp-migrate-db/
If you want to do the SQL I have the sql statements right here: http://forr.st/~DLR
Forum: Fixing WordPress
In reply to: Valid Callback Errors on comment-template.phpif you’re doing this with custom theme based off of twentyten or a child theme of twentyten you need to then include the twentyten_comments() function from twentyten/functions.php into your functions file. It’s erroring because that function isn’t there
did this to everybody… minify to manual mode then flush and it worked on some sites but still had issues on other sites. After a bunch of flushes it seems to shake loose. I don’t think the flush always works.
Forum: Plugins
In reply to: [W3 Total Cache] To those who had problems with W3 Total Cache 0.9.2it just seems to be something with minify… i disable that and it works fine… if I enable or modify any minify settings I get a page without imgs/css/js… just text
Forum: Fixing WordPress
In reply to: Removing 'Continue Reading' from Excerptsedit: maybe this doesn’t… worked then throwing 500
function twentyten_custom_excerpt_more( $output ) { if ( has_excerpt() ) { $output .= ''; } return $output; } add_filter( 'get_the_excerpt', 'twentyten_custom_excerpt_more' );Seems like Yoast fixed this in 0.2.5? No credit but says “Snippet preview quicker than ever and it no longer blows up some browsers”…
SO I think I figured out the bug… need Yoast and others to test.
My girlfriend had been putting in more than a few keywords into the “Focus Keyword” field… when you then click into the title field or desc field BOOM… all blows up…
If you remove all the stuff from the Focus Keywords input box and then click into one of the other fields… POOF… back to normal.
I think that’s your bug!! Please confirm.
For what it’s worth, the plugin doesn’t show itself in the plugins list either.
It only seems to be when the snippet is auto-updated that it causes errors. If you paste in the title it displays fine, until you edit the desc then both go wonky.
On the front-end the meta data is displayed fine even tho the snippet preview is borked… something to do with the javascript in the backend or something.Theme is running latest version of Genesis v1.5.
Same problem on my girlfriends site. 3.1 stable multisite (was happening before 3.1 also)
http://i.imgur.com/cAZMp.pngForum: Plugins
In reply to: [Bit.ly Shortlinks] [Plugin: Bit.ly Shortlinks] Error in header