Search Results for 'forum css'
-
Search Results
-
After install I created a test post and all went well until I went to view the forums.
The new post in hiding under the admin bar at the top of the screen.
https://vapefriendly.biz/forums/forum/vape-lounge/
All the other aspects of the plugin seem to be displaying correctly, even clicking on the floating topics brings you to the post where it is in the middle of the page like it should be,
I’m guessing a css issue,
Any help would be greatly appreciated
Thank you
Hi.
I am trying to improve the look and feel of my forum but without success 🙁
Here’s what my topics currently look like:
http://www.authentic-jerusalem-tours.com/forums/topic/good-places-eat-saturday-jerusaelm/What i want to achieve is:
1. Have the title displayed within the topic frame (not just in the page title bar)
2. Align the topic text with the author box on the left so it appears next to it rather than bellow it.I’m not great at CSS/PHP so precise instructions would be very appreciated.
Thanks
Topic: css breaks the forum view

View of the forum is not normal.
Blue bubbles are li of ul in my theme. But why they fly so strange in different positions?
And table of forum is not normal…How can I fix this? How I can switch off withdrawal css of my theme?
WP 4.1.1
bbPress 2.5.6
site http://kurpyakov.ru/forum/
test
_G7ZwvYVTopic: Full width and sidebar
I have added this code to my css editor:
.bbpress .post-section { margin: 0 2% 20px; width: 96%; } .bbpress #content-main { width: 100%; margin-right: 0; }But the left sidebar still shows up below the forum.
Topic: Create new topic form width
Hi,
I would like to make the Topic Title and Topic Tags Input box, the same width as the rest of the form.
http://sincebeingsingle.com/forums/forum/forum1/
As you can see, the input boxes are at 100%, but are slightly wider than the rest of the form.
Is this a simple css change?
Thanks,
KamHello
We have two different membership groups using our website. The first group should only see certain forum topics and replies. The other group can see all. When the members use the actual forums, this works great, but if any of the members use their activity feed, they see content from forums they should not see.
As a short-term solution, I want to hide ALL topics and replies from the activity feed, but not hide the “mentions.”
I put this in my CSS editor:
.bbpress.activity-item {
display: none;
}and while it it does remove the forum topics and replies from all activity feeds, it also removes the list of mentions.
I’ve looked throughout the BuddyPress and bbPress forums and can’t find an answer. I’d much appreciate any assistance.