Search Results for 'forum css'
-
Search Results
-
Greetings,
I’ve been trying a lot of solutions that I’ve found around the forum but none seem to work (or are too complicated for someone of my level). I’ve even tried editing the bbpress-functions.php code and it all crashed down.
I will be hosting 3 different kind of users, they all have the same access and privileges, but I want to differenciate them between “bronze, silver and gold”. So I want that to display somewhere on the screen when they post.
I though about adding new roles and just setting the role name… but I can’t do it, I tried almost everything and nothing worked.
Any step by step guide on how to add new roles? I’ve found this https://codex.bbpress.org/custom-capabilities/ but I don’t know what files to edit nor where to find them.
Also, if there’s any way to add these custom ranks some html ID so I can target them via CSS and give them a different look & feel, that’d be great.
Thanks in advance,
For some reason the author image of each message on the forum doesn’t appear on the left of the message, but above the message. This uses up space!
I know I have to edit my CSS for this issue to be resolved, but I’ve spent hours looking for the right line and I can’t find it anywhere!Here’s an example of a post in my forum: http://vacatureluurs.com/forum/onderwerp/hoe-lang-moet-een-cv-zijn/
I’d like to show the author’s name and image left of the message, preferably with a different colour background for the author info.I am looking for a way to update my functions.php file to add a dynamic additional class to the bbPress Forums List Widget. Basically I would like the current code of:
<li><a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"><?php bbp_forum_title( $widget_query->post->ID ); ?></a></li>I would like to add an additional dynamic class or ID to the link. I want to do this so I can add different background images to each forum if I choose through CSS.
Thanks!
Hello,
thanks all for the great help.
Ive been playing around with the avatar size to change it and finally got help and figured out. However, i notice that the same forum seen from a mobile phone or if i resize my browser to smaller width, the avatar picture would overlapp the sender name and part of the content, i am not sure what css i should further add,
please assist
http://asiahairtalk.com/forums/topic/anyone-here-has-started-any-new-treatment/
thanks all.
Hello,
I’m pretty new to wordpress+bbpress (been working with it for a few days now). In the past I have used other forum boards, but since I’m using wordpress now I figured while the hell not try out bbpress ?
So far I like it, I’m still working things out but I managed to do what i wanted using google when I was hitting a wall.Now, what i’d like to do is change bbpress layout from this :

to something like this :

Even with some research I don’t know what/how to modify this. I have read the “Layout and functionality – Examples you can use” in the codex (and actually used one to get the forum list to be block instead of inline) but it doesn’t mention this kind of modification.
My html/css/php knowledge is really basic, and obviously not enough to do this on my own.
If someone could point me in the right direction I’d gladly appreciate it. Thanks !
Wordpress version : 4.4
bbpress version : 2.5.8-5815
theme used : vantageTopic: How to change the font size?
My forum is this
http://asiahairtalk.com/forums/topic/anyone-here-has-started-any-new-treatment/
And i have tried to edit the font size at /plugins/bbpress/templates/default/css/bbpress.css
but i dont see the font changes at all.
I am trying very hard to edit:
1) reply font size
2) Author name’s font size
3) Avatar size
4) alternate post background colourThanks guys for helping.
Topic: Forum list as phpbb – Design
Dear all,
I am trying to achive similar look at forum listing as they are on phpbb forums:

I found plugin that add a line at forum tittle which are unread by the user,and they are marked with one blue vertical stripe. But that isn’t what I was looking for. I would be very happy if some one will help my problem.
1.I would like to add an icon beside the name of subforum and the forum name must me like on the picture like just a tittle and look seperated from subforms.
2.Secondly after the 1. point I would like to create a unread/read diffrent icon like if the subform is unread the icon would be green if it is read the icon would be green.
I know the whole point is in style.css but any help or basics steps will be helpfull.
Thanks for any link, code, plugin, style.css, etc.Br Nejc
I’ve added BBPress to my site and for the most part it is fine. I’m using a genesis theme and I’ve got the bbPress Genesis Extend plugin too. One problem though – when looking at the forums main page and an individual forum (eg. ‘General Discussion’) some of the text gets squished up too soon when resizing the window. The text ‘Topics’ ‘Posts’ and ‘Freshness’ start overlapping because the content of bbpress gets too small too fast – leaves a big gap on the right too, between bbpress and the right column. If I make the window even smaller, the right column moves below which is fine. And of course if I make the window even larger its fine. But there is a range where it shouldn’t be so squished.
On an individual forum page, the text voices, posts and freshness get squished. On individual posts pages, the responsiveness works as expected.
The site is password protected so I don’t know how to post a url here, I have a screenshot, but don’t see a way to upload it.
I’m using the latest versions of WP and bbpress.
Any idea how to fix this? Do I need to edit something in the bbpress css file? If so, what do I need to edit? If not, how else could it be fixed?
Thanks!
TrishaHi,
I am having an issue with the style of bbPress Forum. I did the plugin process (active/desactive) but nothing. So, I switched the theme to “Twenty Fifteen” and the forum appears perfect. I suppose is a css error maybe?
How my website looks:
(It happens only with “Video” forum)
http://www.imagebam.com/image/b3c5fb448858725
Please, could anybody advice about it?
Thanks
Topic: create menu style forums?
i can create forums as a drop-down menu? I would like to create forums as if they were a drop-down menu, but I can not with css code…
Topic: Add forum title to my page
I am currently using the Avada theme which as default displays a forum title at the very top of the page as an awful looking banner. I have turned this off and want to add the forum title in a custom position of my choosing.
You can see my forum below:
http://www.complete-models.com/forum/overview/aircraft/The forum is called Aircraft and i want the title to show to the left side of “Viewing topic 1 (of 1 total)”.
I know HTML and CSS and have no issues adding the configurations myself however i just need to know which files i need to edit and then copy across into my Child theme directory.
Can anyone assist me here ?