Search Results for 'bbpress'
-
Search Results
-
Topic: Widget display problems
wordpress 5.3
bbpress 2.6.1Hello,
I am noticing in the last few days and that is even prior to upgrading to wordpress 5.3 the bbpreply widget which lists the recent replies does not list the replies CLEARLY as it used to.After the listing there is line now added next to all new replies that says”<span class=”dashicons dashicons-visibility wvrbbp-fav-sub” style=”font-size:80%;vertical-align:middle;”></span>”.
This added line obviously is taking away the clean clear quality of the webpage making it look ugly like a coded page. Please advise. Any help is appreciated. Thank you.
Hi,
I’m using wordpress version 5.3–pt_PT and BBPress 2.6.1.
When i create a new topic, in a mobile, the text appears only on the right side of the creator identity. That makes that each line is very short and the text is extended in a lot of lines. The text does not occupy the area below. Please see in this link:
I would be really grateful for some help to solve this as mobile users are each time more.
Thanks!!
Hello. My site has been working fine with MemberPress and bbPress for over a year. When a user goes to the forums page and are not logged in, they get a message stating they must log in to view the content. Just recently, when I go to the forums page, I get the message “Oh, bother! No forums were found here.” and no login form. Rule is correct in MemberPress, that if a user is not logged in, a login form should appear. When I deactivate bbPress, the form shows correctly. Please help!
Hi guys,
We seem to have an issue when nested/threaded replies are allowed. Instead of having the replies neatly appearing one under another, they seem to be squished all together. Please take a peek at the screenshot in hopes of it better explaining the issue at hand:
When threaded replies aren’t allowed, everything looks peachy fine (of course!) and the comments just fall neatly in line.We have heavily modified the CSS so that we could get the visuals as our client requested, however we have only noticed this issue after updating WordPress, the theme and bbPress (we’re not sure which one of the three, if any, could have been the source of the issue at hand).
If anything has any suggestions or if you need any additional info to offer any insight, please let us know!
Thank you in advance. 🙂
I noticed once I got my 2.6.1 working that all the font size is tiny, when I made my theme I used some custom css to re-size the font way before I moved to 2.6.1, I also found this thread
But no replies, did custom css/themes change?
The default font size if for ants.
Hi Guys
I tried updating from 2.5.14 to 2.6.1 and after the update my forum was no longer loading my custom css file that lives in /wp-content/themes/theme_child/css/bbpress.css and the forum lost all my custom styling.
Any idea why it appears to be ignoring that css file now?
Hi,
im building a new WordPress political website using the “Candidate” theme. Also, Im considering adding Buddypress too. What we are trying to figure out is how to add a full forum to a page, listed in the navigation list using this theme. Will we need to have a theme package or some kind of template? I would prefer the page to match the others. Im trying to at least duplicate the forum i have already at http://www.fedupwithliberals.com, which is currently a Simple Machines forum. I have seen Buddypress using the Boss theme, it seems pretty complex, but would make a nice stand-alone site. The link to the ‘Candidate” theme demo is http://velikorodnov.com/dev/candidate/home-v1/ . I would be happy with a nice full-featured forum on that site, but am wondering if i can add buddypress too? Would there be a bbpress template that can be added to the page made for the forum so the page will match the rest of the site?
Thanks,
delta5Topic: Can’t find settings
Wanted to check my bbPress settings and looked under Settings for Forums but there was no entry for Forums under Settings. This on a pretty generic site (Twenty Sixteen Child) with all updates (including bbPress 2.6.1). I’m running PHP 7.3, and note that the compatibility scanner says compatibility of bbPress with this version of PHP is “unknown.”
I am sorry to ask this now as I know you are busy with a great update but I do have a bit of a problem.
I managed to sort most of it out with the old version but am struggling with the new update.
What I did was remove from the header on the replies page all the headings except “author” and change the “posts” to text I want with some formatting.
in my childtheme style.css
I included this to remove most of the headings from everywhere.#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
border-top: 3px solid #0a9ed3;
overflow: hidden;
padding: 8px;
}li.bbp-forum-freshness, li.bbp-forum-freshness {
display: none;
}li.bbp-forum-freshness, li.bbp-topic-freshness {
display: none;
}li.bbp-forum-info, li.bbp-topic-title { width:100%; }
li.bbp-forum-topic-count, li.bbp-forum-topic-count {
display: none;
}
li.bbp-forum-reply-count, li.bbp-forum-reply-count {
display: none;
}
li.bbp-topic-title { width:100%; }li.bbp-topic-voice-count, li.bbp-topic-voice-count {
display: none;
}li.bbp-topic-reply-count, li.bbp-topic-reply-count {
display: none;
}
I know this next bit was a dirty way to do it but…
in wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php
I changed line 24 from
<?php _e( ‘Posts’, ‘bbpress’ ); ?>
to
<?php _e( ‘<div align=”center” style =”color:#ff0000″>Please check out all the replies below,<br> if you find a post helpful please vote using the arrows</div>’, ‘bbpress’ ); ?>which put in my text in red centered with a carriage return in the middle.
If I do the same now, I cannot put formatting in. But also I realized that the “author” label is not needed, in fact it looks totally wrong with a mobile.
You can see what I mean if you look at this page https://wateratairports.com/topic/london-gatwick-lgw/ with both a large screen and a mobile
Could someone help please ?