Reply To: 2.6.1 has tiny font, is this breaking custom css?
Please refrain from bumping this quick. Check the responses in this thread.
View ArticleReply To: Theme problem
So.. again issue is back. After letest update again getting below 404 error that “bbpress.min.css?ver=2.6.2” missing. /plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.2 what to do ?
View ArticleReply To: Check if on User Profile page
I found a better way: if (bbp_is_single_user_profile()) { // do your stuff }
View ArticleReply To: Check if on User Profile page
Yes it is working – if (bbp_is_single_user_profile()) { // do your stuff }
View ArticleMaking your own template settings so that it won’t be written after the...
Hello, I would like my forum to be set up in css and some pages code by myself. https://infomiasto.eu/forum/tematy/rozmowy/ I have a question how to do it in the sense of the template folder bbpress...
View ArticleGroup website stats API on BuddyPress
WP 5.3.2 Buddypress 5.1.2 Website https://connect.commium.fr/ Theme : Woffice wordpress Hi guys, I’m beginner developper and i have a problem which i’m trying to solve on my website, i created a...
View ArticleReply To: Group website stats API on BuddyPress
maybe post on the buddypress support forum? https://buddypress.org/support/
View ArticleReply To: Edit the bbPress login widget
I have a lot of space between the fields of the login widget. Does anyone know how to reduce it. Thanks Matthias
View ArticleReply To: Edit the bbPress login widget
theme dependant – need a link to a live example
View ArticleReply To: Edit the bbPress login widget
Hi Robin, here we go: https://gtauscht.de/forums/ Thanks Matthias PS: Thanks for your plugins and your engagement for bbpress!
View ArticleReply To: Edit the bbPress login widget
Try adding this to the custom css of your theme input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select { margin-bottom: 0rem;...
View ArticleReply To: Edit the bbPress login widget
Hey Robin, works fine 🙂 Thanks for your time! Matthias
View ArticleReply To: Header Spacing
Well The top is the Home Forums Ect “header-bottom” from what i could find. If i enable Search there will be enough space between the forums and top.
View ArticleReply To: Header Spacing
try this in the custom css area of your theme #bbpress-forums { margin-top: 30px !important; } and adjust the 30px to suit
View ArticleReply To: Header Spacing
Worked, Thanks man. As for the second image is that possible? i currently have a create topic button (using plugin :BB Style Pack). But each time i open a section i see that below the topic overview.
View ArticleReply To: Header Spacing
NVm found it for anyone looking : fieldset.bbp-form { display: none; } .page-id-170 * fieldset.bbp-form { display: block !important; } this can be closed.
View ArticleReply To: Header Spacing
NVM i found the code it does work , but i cant get the page ID to work correctly
View Article