Search Results for 'forum css'
-
Search Results
-
Quick question regarding styling the pages made by bbpress. Inside the forum I’m using the bbpress breadcrumbs and they work wonderfully. My theme uses breadcrumbs, and I use them for the rest of my site, (non-forum pages)… but they don’t work properly within the forum. I have the option of disabling my theme’s breadcrumbs on a page by page basis, but it only disables them on the page I inserted the breadcrumbs in. I’m assuming this is because the rest of the forum pages are generated by bbpress.
So basically, I want to disable my themes breadcrumbs on all forum pages and let bbpress handle breadcrumbs there. My theme’s developer shared this with me…
“I think the easiest way to do this would be to hide the breadcrumbs on the required pages. I believe all bbpress pages have a body with the class “bbpress” so this should be doable with some simple CSS (you can add this to your child theme’s style.css file):
body.bbpress .memberoni_breadcrumbs {
display: none;
}”But this doesn’t work for me. I’ve tried to inspect the page using chrome to see what I’m doing wrong, but can’t seem to figure it out.
Any help would be appreciated!
In the main forum/topic view the css is updated with status-closed.
However the Forum and Topic widgets do not update the status.
I would like to change this.Where does the existing code set status-closed for both Forums and Topics.
Hopefully you can see what I’m wanting to show here
Topic: How to hide forum topic?
I am trying to remove the name of the forum on the index page that lists all the topics. I used CSS to remove it but it’s not working right.
#bbpress-forums h2 {
display: none;
}This removes the title as I want but when I click on any topic it also removes the posters question 🙁
Does anybody know how to remove just the forum name?
Topic: where can i put the css?
HI
I got a code that i would like to hide thee username. For e.g when someone click on the profile member from the post in forum, it will bring to the profile page#bbpress-forums #bbp-user-wrapper h2.entry-title {display: none;}
I have got the bbstyle pack and i entered the code above in the css customization but its not working. Is there a place I can insert the code above?
thanksHi,
I am having issues overriding the css in bbpress.min.css using my child theme style.css
I have also tried the method of creating a bbpress.css in the wp-content\themes\<child-theme>\css\ folder, but that hasnt worked.Using a parent theme and making changes in that style.css seems to work (albeit my dev server has on an older version of wordpress).
Specifically, I am trying to change the sizes of “topic type” and “topic status” dropdowns (or the font) as the text is cut off.
I’m targeting the ID #bbp_topic_status_select directly with !important and still not working.
WP version: 5.6.1
bbpress version: 2.6.6
URL: tinymatch.com.au/forums/forum/general/Hi there,
I’m having an issue where user avatars are sometimes showing as off-center with a dark background. An example would be https://crispygeek.com/forums/topic/youtube-volume/
I kinda suspect the CSS in the theme is somehow mangling it, which I would like to try and fix – my brain doesn’t seem to want to work out which CSS it is without hurting.
Any ideas?
Topic: Main forum page 100% width
Hi,
I have bbpress with elementor and I inserted forum link in main menu.
When I open forum page I see a 100% width page without any margin between text and border.
If I enter in a topic content in centred and all is ok.
Is there a way to resolve the issue?
If i try this following custom css main page is ok while topic page is resized.#bbpress-forums.bbpress-wrapper {
max-width: 70% !important;
margin-left: 150px
}I want to make all uploaded pictures open as …a class=”my-class” rel=”prettyPhoto” href=”pic_address”…
I found how to filter all the necessary pictures through css. It’s like this:
# bbpress-forums div.bbp-reply-content img, # bbpress-forums div.bbp-topic-content img
{
display: block;
max-width: 100%;
height: auto;}Question. What to add to the css or functions so that the picture gets a link like rel = “prettyPhoto”. Once I met a solution specifically for WordPress, but now I can’t remember…
That can I do for this (through a css, filter or declarations provided by the loader for the class?)Thanks for a possible answer.
Topic: Remove underline from Topics
I am running a little custom CSS custom code to underline all my Hyperlinks on my BBPRESS forum, which work well, but I now wish to not underline Topics – can anybody advise addition code needed ?
Thanks:
main a {
text-decoration: underline !important;
}Site: uktechhub.com