Forum plugin for WordPress
Questions tagged [bbpress]
169 questions
-1
votes
2 answers
Setting hyperlink as underline on hover (with no shadow effect)
I have this styling:
#bbpress-forums li.bbp-forum-freshness a:hover, #bbpress-forums li.bbp-topic-freshness a:hover {
text-decoration: underline;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none…

Andrew Truckle
- 17,769
- 16
- 66
- 164
-1
votes
4 answers
Customize WordPress CSS on top of an existing Theme
I have installed a theme in my WordPress website.
On top of the theme, I have added bbPress (forum)... unfortunately the CSS render very badly the forum features...
for example, the picture below show how the search button overlap with the search…

FiNaR
- 67
- 9
-1
votes
1 answer
bbpress query topics with specific reply meta
I want to get topics using wp_query but filter only the topics results that have replies with a specific meta.
To better understand I have a "Mark as a solution" functionality implemented for each reply and I want to search only the topics that…

Gabriel F
- 11
- 2
-11
votes
1 answer
Checking if current site is forum
I'm using wordpress and bbPress to write a forum. I have to display an element on this site before header, but only when current site is forum. How can I check if this site is forum ?

user3061714
- 99
- 1
- 9