Search Results for 'forum css'
-
Search Results
-
Hi,
I found that the bbpress index is not shown in a Divi page made with the theme builder. While the forums work fine, the index is not. I can insert the shortcode [bbp-forum-index] into the page, but then only the index is shown and nothing else.
After some writing back and forth with ET, I found that a not-given design shows the forum and the index as it should (besides a sidebar that CSS could delete), but the page – of course – is not in the design of the other pages.
Is there another way to implement the forum into a page design? Any ideas?
Every response is highly appreciated!
Best regardsHello,
I am having problem with search results page, it looks like this, it overlaps with my theme header: https://gyazo.com/ac8e4ee8ca7d772124fac635e9342ea4
Where can I modify the search results page?
Also, the forum style looks super dated, how can I make it o look like this: https://gyazo.com/1a26b445dd8db18ac64b0ad793602b4b
Does it have to be done through custom css only, are there any templates or ready to use css somewhere?
Thank you in advance!
Topic: Make Author section wider
The Author section seems to have a width of 115px and I’d like to widen that. I’ve tried using the below code which I pulled from a the inspect bar in Chrome and pasted into my child themes styles.css but it doesn’t work.
Can anybody help?
/* Make Forums author section wider */ #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author { width: 140px !important; }
Topic: bbpress 2.6.7 body class
I use the bbpress body class to design the forum (especially the background).
With the last update, however, the error may have slipped in that the “bbpress” body class is also included on other pages even if it is not a bbpress page! They are now also styled with CSS although they should not!I also use the bbpress style pack and the private groups plugin. But the error occurs even if these two plugins are disabled.
Topic: Display Full Page
Please share CSS to display full page
Hi Folks,
Our BBpress forum author page (example) is not set within a container, it is 100% width.
Additionally, it is not using the Divi Theme builder global header and global footer, nor is it responding to Divi Theme Options > Custom CSS.
Help appreciated.
SteveHow can I edit the background color of sticky threads in a forum? I cannot find the current/default color in my style.css file or anywhere else so far.
Thanks!
I’ve been searching for a way to return the titles and links of every topic on my forum. I’m familiar with HTML and CSS, but a PHP novice, which I think is my downfall here.
I found a call to
<?php the_content();?>
which seems to be generating the big grey box with a list of all the topics (image link: https://imgur.com/a/fKamtGH)
However, I just want to return the topic titles and links to each topic, not the entire box. I can’t seem to find / write a PHP method that does this, does anyone have any advice?
Topic: breadcrumb style with css
I want to style the breadcrumbs because the forum page has a darker blue color. But the breadcrumbs have a very limited possibility to design them with CSS.
Only the bbp-breadcrumb-root and bbp-breadcrumb-forum link is addressable with css, the current menu item is no link and has no css class to address at all. This would be only possible with the parrent container, but then you style the forum content also!
It would already help if the breadcrumb would be in its own div container!