Search Results for 'forum css'
-
Search Results
-
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
Topic: Thank you bbPress <3
I just wanted to say a BIG thank you to @johnjamesjacoby and the rest of the fabulous team for creating and maintaining this excellent free forum software! My forums at https://nerdpunk.com.au/forum/cyberpunk-2077/ look and function better than I could have possibly dreamed. They are super fast and responsive and with the support of the community with the various plugins available, the customizations that you can do with bbPress is almost limitless!
Also, I wanted to shout out @robin-w, his bbp style pack plugin is fantastic. I have performed many custom css improvements with this addon, and I see him posting regularly on these forums assisting others. A big thank you to you sir!
One request, if you guys deem my forums to be on par with the other forums showcased at https://bbpress.org/about/examples I’d appreciate a link to my forums their too, so other potential users can see what this great open-source forum can do 🙂