As well as showing the dialog box in the UI for the custom post type, the plugin also has to be told to query the custom post type as well as just posts when searching for valid live blogs to populate the Select Live Blog drop-down with.
I’ve got YARPP showing in my custom post type… but I don’t want it there! Can YARPP offer the ability to turn off for custom post types entirely please?
I have exactly the same problem. My theme on my dev site is moved down by 25px from the adminbar.css file, but the admin bar isn’t written by the call to the footer. It does appear in the wp-admin section.
I’ve tried adding add_action( ‘wp_footer’, ‘bp_core_admin_bar’, 1 ); to my function.php file as a first guess, but with no success. Anyone with any ideas would be helpful!