Search Results for 'bbpress'
-
Search Results
-
Hello, i am running bbpress and i used the forums widget on my front page, but i can’t control the number of forums to be displayed. I don’t want it to display all of them, it made the front page look too crowded. And there is no option to moderate the number of forums to display.
Is there a way to reduce the number of forums being displayed from the widget? if yes, how? if else, comment either ways. Thanks
Hey guys,
I’ve been slowly configuring css on bbpress (amazing btw) but having some issues with odd and even replies. I added code to add a border for each reply and spaced out the bottom by about 10px.
All works fine for the first reply (initial topic).
But for next consecutive ones – the “right” border is missing.you can find my site forums at weareoblivion.com/forums
-> Navigate to General Discussions > Test Topic
and you’ll see what I mean.I added in these to create the borders:
#bbpress-forums div.odd, #bbpress-forums div.even { border: 1px solid rgba(44,130,201,.22) !important; border-bottom: none !important; margin-bottom: 10px; } div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header { border-top: 1px solid rgba(44,130,201,.22) !important; border-left: 1px solid rgba(44,130,201,.22) !important; border-right: 1px solid rgba(44,130,201,.22) !important; }I have tried different browsers and same issue occurred.
Tried changing it to add individual borders (like i did for the header)
– Still the same issue
Even removed alot css
– still same issueAny help is appreciated please ! ๐
Topic: Meny Only For BBPress?
Topic: bbpress and RTL languages
i am trying to manage a bbpress forum in Persian (it is an RTL language) and i am facing some troubles.
apparently bbpress does not support RTL languages in URL so whenever i have anything Persian in my URL i get a 404 error on the page and as you know bbpress by default takes forum/topic name to URL (i can not tell everybody on the forum to write topic names in English) what i want to ask is one of these two:
* is there anyway to make bbpress support RTL language in URL?
* if not, how can i change Forum and Topic permalink from “topic/forum name” to “topic/forum ID” (so i don’t have anything Persian in URL)thanks in advance for answers
Topic: there is no bbPress sidebar
Topic: add Welcome User to menu?
Topic: Defer Font Awesome CSS file
I think BBPress is loading a fontawesome CSS file in my header. Is there any way to defer it so it’s not render blocking?