Forum Replies Created
-
In reply to: bbPress with the Twenty Fourteen theme
First thing: Check that are you using any cache plugin, if yes purge all cache.
I have checked your forum and found the some css that you should see:
site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
margin: 0 auto;
/* max-width: 474px; */
}.hentry {
margin: 0 auto 48px;
/* max-width: 672px; */
}So check that..
In reply to: How to change font size?I know this is old thread. But my reply can be useful for the others.
You can change the font-size in your bbpress forum through editing your bbpress.css like as :
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: 14px;
overflow: hidden;
border: 1px solid #eee;
margin-bottom: 20px;
clear: both;
}In this article writer is explaining step by step. See this:
How to increase the font-size of the content in bbpress forums
thanks
yes you can completely remove Avatars from your bbpress forum.
You can try :
open the file bbp-reply-template.php (/wp-content/plugins/bbpress/bbp-includes/
and comment these lines:
if ( ‘avatar’ == $type || ‘both’ == $type )
$author_links = bbp_get_reply_author_avatar( $reply_id, $size );
try this and let me know if you want anything.
you can get more information from this page:
http://www.authorcode.com/forums/topic/remove-avatar-from-bbpress-2-0-forum/
In reply to: BBPress 2.0: How to use shortcodes?In reply to: I'm just in love with BBpressyou are saying right… it has great customization capability.i have also customized bbpress 2.0 in my site and now it is looking good.You should see my forum.
forum Home page:
http://www.authorcode.com/forums/
topic page:
http://www.authorcode.com/forums/topic/save-listview-data-to-same-excel-file-but-different-sheet/
In reply to: Displaying a single forum on a pagecheck this link if you want to get forum_id:
http://www.authorcode.com/forums/topic/how-to-get-forum-id-in-bbpress/
In reply to: How to get the forum on blog front pageIn reply to: bbPress 2.0 – Shortcodesif you want to know that how to use bbpress shortcodes, check this link :
http://www.authorcode.com/forums/topic/how-to-use-bbpress-shortcodes-in-wordpress-site/