How would I accomplish this?
Hello Everyone WP Version: 4.1.1 BBP Version: 2.5.4 Theme: Enigma Pro Site Link: http://forgingfriendships.com/community I have bbpress setup and forums made with descriptions. And here is what I...
View ArticleReply To: disabling breadcrumbs
I would like to remove the breadcrumbs only on the forum root. Which file would that be ?
View ArticleReply To: disabling breadcrumbs
@sunflyer .forum-archive div.bbp-breadcrumb { display: none; }
View ArticleReply To: Custom CSS – new answer-topic
you can see if any of the unread posts plugin add a body class to the replies to use. https://codex.bbpress.org/feature-plugins-tracking/ other than that i suggest maybe...
View ArticleReply To: Where can I find good themes for bbPress
MODS please remove/edit @nr1dave‘s affiliate link
View ArticleReply To: Edit the bbPress login widget
@supremor sorry i almost forgot about this topic i dont know why it would have issues with firefox/ie its some basic CSS that should work on all platforms. maybe your theme doesnt have normalizer...
View ArticleReply To: bbPress customization: Can't integrate into existing template...
@cebutours usually creating a bbpress.php file would fix this issue. https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
View ArticleReply To: How would I accomplish this?
i think this is some custom development go post a job at http://jobs.wordpress.net/
View ArticleReply To: How would I accomplish this?
Or try playing around with his #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border-top: 1px solid #eee; overflow: hidden; padding: 8px; float: left; width: 20%; } This...
View ArticleReply To: remove anonymous website field
jakerobbins and Robkk, thanks for the reply. I understand it can be hidden with template customize or css customize. however for maintenance reason (bbpress update etc.) I would like to know the way...
View ArticleSimplify Options theme trouble
I am having difficulty with my theme Simplify Options by D5 Creations. I have written to the theme developer, but they are not “getting it”. So the theme gives me the option to change my main blog...
View ArticleReply To: Simplify Options theme trouble
use FTP and copy page.php and rename it to bbpress.php , then remove all the unwanted code like the read more buttn . This usually fixes most theme problems....
View ArticleReply To: Want to modify column in forum post view
voice count shows how many users are in a particular topic. for topics you can edit the loop-single-topic.php file by copying it into your child theme and changing the voice count number code to...
View ArticleReply To: changing the message on bbp_topic_pagination_count
you probably can replace it with a post count tag that outputs the number of replies in a topic for example. i think this is it. <?php bbp_topic_post_count ?> then output some text after that.
View ArticleFirst topic text color
Good morning, I’m tring to use BBPress with my website, but somehow the first topic always have a different color, making it difficult to read. Here is the link:...
View ArticleChange Profile Avatar Page
Hello, I would like to know which file I’d need to edit the text on the /profile/change-avatar/ page. For example, on this page there is the text…. “Your profile photo will be used on your profile and...
View ArticleReply To: Change Profile Avatar Page
thats part of the extended profile feature in BuddyPress. go to buddypress.org/support/
View ArticleReply To: First topic text color
i thought it was because you closed the topic but no your theme is adding some weird CSS to the first topic. see if this CSS fixes your issue, #bbpress-forums #top ul:first-child > li > a {...
View Article