BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Comment Form Not Appearing When Logged Out
Tagged: comment form, comments
- This topic has 12 replies, 5 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
October 20, 2015 at 9:23 pm #49211Answers
October 20, 2015 at 11:26 pm #49216@
AnonymousHello @caasc, Please check your Discussion Settings, You can control those options from there.
Regards
Varun DubeyOctober 21, 2015 at 1:07 am #49223@caascHey @vapvarun,
Thanks for your reply.
It’s not the discussion settings, those are correct for the main global settings and on the single posts.All plugins were disabled, except for BuddyPress plugins, on a staging site.
All plugins, and the theme, are up to date.
October 21, 2015 at 7:53 am #49256@
AnonymousHi @caasc, please test with switching theme to default WordPress theme once to confirm the issue. If it works fine with the default theme, PM your login details we will check that.
Regards
Varun DubeyOctober 21, 2015 at 9:19 am #49274@caascI switched to the default theme, and then the comment form appeared.
I sent you a PM with an admin login to our staging site.
Thanks so much for the help.
October 25, 2015 at 11:08 am #49594@
AnonymousHi @caasc, It will be fixed in future updates
Regards
Varun DubeyOctober 25, 2015 at 7:45 pm #49618@fritzIm having the same problem, any luck on fixing this?
October 25, 2015 at 7:46 pm #49619@fritzI’m having the same problem, any luck on fixing this?
October 26, 2015 at 5:23 am #49642@
AnonymousHey @fritz, Please copy comment.php from parent theme to child theme and modify following lines
replace following codes at line 59<?php if ( is_user_logged_in() ) { comment_form(array( 'title_reply' => '', 'logged_in_as' => '', 'comment_notes_after' => '', // 'comment_field' => '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="'.__('Your Comment...', 'boss').'"></textarea></p>', 'label_submit' => __('Comment', 'boss') )); } ?>
with
<?php comment_form(array( 'title_reply' => '', 'logged_in_as' => '', 'comment_notes_after' => '', // 'comment_field' => '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="'.__('Your Comment...', 'boss').'"></textarea></p>', 'label_submit' => __('Comment', 'boss') )); ?>
It is fixed and will be published shortly.
Regards
Varun DubeyFebruary 14, 2016 at 2:47 pm #59194@mb42Hi, I’m having the same problem. I thought it would have been fixed by now. My discussion settings are fine.
February 15, 2016 at 8:05 am #59290@
AnonymousHi @mb42, Please let me know which version of Boss theme you are using?
Regards
February 15, 2016 at 8:14 am #59292@mb42Hi Pallavi, many thanks for your prompt response. I only downloaded it yesterday so I assume it’s the latest one. Just checked:
Social LearnerVersion: 1.0.6
Boss.Version: 2.1.0
Hope this helps.February 15, 2016 at 8:18 am #59295@
AnonymousHi @mb42, Deactivating plugins one by one to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
Regards
- The question ‘Comment Form Not Appearing When Logged Out’ is closed to new replies.