July 13, 2015 at 11:54 am
#26383
Theme Horse Support Team
Keymaster
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.