Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author daniluk4000

    (@daniluk4000)

    Hi Peter,

    Please give me a link on you website forum

    Plugin Author daniluk4000

    (@daniluk4000)

    I will make resolved this topic if you not answer me

    Thread Starter Peter

    (@hardpeter4u)

    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

    Plugin Author daniluk4000

    (@daniluk4000)

    I think it problem with your site. Not with my plugin

    Thread Starter Peter

    (@hardpeter4u)

    Oh ok. Thanks anyways. I’ll figure it out. Like I said without the plugin activated my site is ok.

    Plugin Author daniluk4000

    (@daniluk4000)

    Whether you are in social networks?

    Thread Starter Peter

    (@hardpeter4u)

    Didn’t matter about social networks or not. It was a css issue caused by your plugin over writing one of bbpress css values.

    I fixed the issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Empty space in topic view/reply’ is closed to new replies.