badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: bbPress 'edit topic comment' form not displaying in Attitude

#26383

Hi Tony,

We have checked the theme and found that there is an issue.
We will fix it in our upcoming version for now you just add this code in your theme and it will works.
Go to theme folder -> library -> structure -> content-extension.php on line no 137 can you see this code?
<?php if (get_the_author() !=''){?>

Replace this above code with below
<?php if (get_the_author() !='' && !is_bbpress() ){?>

Thank You for your bug reporting.
Your help is really appreciated.