Hi,
Sorry was busy with work. I can’t give you a link as this is on my local server. Testing before going live so it’s not live.
I think from the screenshot I supplied you can see the space I’m talking about. It’s in the file “loop-single-reply.php” in the bbpress folder and it only happens when using the plugin here.
Specifically it’s this area:
<div class="bbp-reply-content"><strong>This is a test</strong>
<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header clearfix">
<div class="bbp-meta">
<?php if ( bbp_is_single_user_replies() ) : ?>
<span class="bbp-header">
<?php _e( 'in reply to: ', 'bbpress' ); ?>
<a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a>
</span>
<?php endif; ?>
I’ve put in bold in the code above “This is a test” as that is where the space is so big in the screenshot.
Thanks,
Pete