Search Results for 'forum css'
-
Search Results
-
Topic: Page preview error
I seem to have an error with the page previews as you can see over here. As you can see in the first reply in this link, page preview for WP pages works fine, the problem only occurs with BBpress related urls (second post). In the image below I marked it with red:
When I disable the GP Premium plugin the preview dissapears and it only shows the title as an url inside a blockquote. BUT looking at the source code the wrong preview is still there. Changing class
wp-embedded-content
position: absolute;
toposition: relative;
makes it visable again.Disabling all plugins, switching to another theme or deleting all custom css is of no influence. WordPress and all plugins are up to date.
Topic: detail of Style.css ?
Hi ALL
In which line of style.css describ those color????f.ex: sticky color is on the line 161 of style.css
1) the color of your forums name? (the one on the right-top corner)
2) the background color of forums ?
3) the title of table ?(the gray one on the top: Topic — Add New » Posts Last Poster Freshness …)
4) the original topic color ? (there 2 colors i think)
5) those words color? (Hot tags, Latest Discussions, Forums, View..)
6) the white line under under those title: Hot tags, lastest discussions…?
7) all link words ?( add new, no-reply, untag… the original color is green)
8) all link words ?(when mose hover)
8) background color of the bottom section of forums ?(there is : xxxxxxx is proudly powered by bbPress)
9) Now, when u add a new topic, theres a table which ask u the subjet, the content, the tag and the ection. i want to change the background color of this table, which line it is?
10)Now, when u look at a topic, theres the original post and reply. the background of each one is on which line?
11)last thing..: i want to also change those word (the word, not the color) : ‘Enter a few words(call tag)separeted by spaces to help someone find your topic’ and ‘ pick a section’
Thank you a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Topic: Change user color
Hello BBPRESS community,
I really want to change color of my usergroups in my forum made by bbpress.
I have the standard role (keymaster, moderator, blocked ecc) but with names modified by editing the file functions.php in my theme folder.Now I would like to change the color in the status bar and in the topic/threads, example Administrator in the red, moderators in blue ecc.
I tried a insert this code in bbpress/templates/default/css/bbpress.css:.bbp-author-role-keymaster { background:blue; color:white; padding:0 5px; }
but it does not change anything, why?
I want to change color here
and in threads/topic discussion.
How I do?
Thank you very much.Hi there,
I just installed bbPress on my site and I created a bbpress.php template based on a full width page template from my theme (thrivethemes).
However, there is some weird CSS bugs on my forum place. How do I fix them?
Really appreciate the help from this friendly community!
Cheers.
Hi,
I’d like to remove the header from all bbPress pages on my site, but can’t quite figure it out!
I’m using the theme Total, and advice from the theme creator was to put
.ht-main-header{display:none;}
in Appearance > Customise > Additional CSS. This worked, but removed the header from all pages across the website and forum. I’d like to keep the header on all main website pages and only remove it from bbPress pages.The main forum is here: https://economy10.com/f/
I can remove the header from an individual page by adding
.postid-994 .ht-main-header{display:none;}
but this is only for a specific page. How can I do this for all forum pages?I’m relatively new to using wordpress/bbpress (and don’t really understand CSS tbh!) so any advice would be greatly appreciated.
Cheers
MarkHello everyone!
I’ve set up a bbPress forum on a clean WordPress installation and applying the simpliest boxed theme to it (twentysixteen). I tested ie and everything was working fine so I made a child theme and started styling it.
Problem is, almost at the end of the customization, I realized that when I search something in the top form, the results page is completely messed up and I can’t seem to figure out why…
I’ve done some googling and ended up on these two topics:
Search css issues…
Template in Extras Directory for Search ResultsBut they didn’t help me because as for the first one, by using What The FIle plugin, turns out the files WP pulls up in the index and search restults are the same; as for the second one, I didn’t import any custom UI and the theme I created was made a child of twentysixteen which was quite vanilla as for looks.
I admit I’m not a sharp expert on the matter, but I’m out of options…
Does anyone have an idea of why the results page breaks so badly?Thanks in advance for your replies!
Have a nice day 🙂I haven’t looked into this too deeply, but I believe the behavior is the same on this forum. Since I just started my test forum, it was easy to spot.
So say I make 3 super stickies or stickies (like, for example, in this Troubleshooting forum), and for this example, i will set my number of topics per page to 25 to match this site’s settings… on the first page, I will see something like what I see on here:
Viewing 28 topics – 1 through 25 (of 10,507 total)
If I go to page 2, i will see:
Viewing 25 topics – 26 through 50 (of 10,504 total)
So the 3 sticky topicss count towards the total only on the front page. Dpending on how many topics you have set per page – again 25 for this scenario – if someone goes to your last page by number via the pagination on the first page, they could end up at a blank page with no topics!
For example, currently on page 421 of this forum, there are 4 topics (soon to be 5 after I post this, probably). As you can see above in this post, it says there are 10,504 posts total, 10,500 is evenly divided by 25…leaving a remainder of 4…the 4 posts you see. 22 more posts and we’re onto page 422.
But On page 1, if the post count read 10,502 (currently is says 10,507 as shown above, but please induldge me on the 10,502 example), then it would show page 421 as it does now ONLY ON PAGE 1. And if i clicked on that page 421, it would be blank, because that pagination count is being created from that total count, it seems, which include the stickies, ONLY ON PAGE 1. In this imaginary scenario, if i were to go to page 2, the last page would turn into page 420, and the option to go to 421, which is actually blank, wouldn’t exist.
So including the stickies in the total topic count creates a bug on page 1 of pagination in certain scenarios.
—-
The way i came across this is that I’m starting some new forums and trying to learn the plugin…So i tested 3 stickies…and again, in this scenario, let’s just imagine that I’m allowing 25 posts per page. With the 3 stickies and 48 posts, the front page showed me having a total of 51 posts, and the 3rd page was available to the pagination. When i click on that third page, it is blank and there are only 48 posts, because the stickies are longer being counted. So again, a user can encounter this confusing behavior on page 1!
Just wanted to see if everyone else is encountering this on their own sites and on here if maybe stickies should be addressed in the function to determine pagination to help remove these exceptions that can cause navigation to a blank page with no topics.
Topic: Styling of subforums
Hello,
I’m trying to style my subforums (background, h1 entry text etc.) but unfortunately when I change the css it also affects and overwrites my other posts…
Can I assign ids or classes? When I insert the subforums with shortcodes in custom pages, how can I change the breadcrumb links in the main forum page and all subpages?
I hope somebody can help me out. Thanks in advance.
Best
Jacob
I admit I am a “newbie” and am having a bundle of problems. I am in the process of building a website which is still offline, and am very stuck. I am using ocean wp and I don’t know how to find out the version, but everything is new in the last 2 weeks.. sorry I really am a newbie…
I am making “TheAmericanQuarterHorse.com” and wanted to make a small forum page alongside of information pages, I had to do a whole pile of deleting and rebuilding on the forum site, but now I have the basic structure!! So that is a plus, but am stuck on the login–register-lost password widget. The first time I made it, it put the menu all over the place and the login was on every page. Iwas using bbpress tweaks, so uninstalled the bbpress tweaks, and ended up re-installing. I watched a whole pile of youtube on how to do it, and went back at it. I did all the “making the page” and putting the permalinks in the widget slot in the bbpress side bar. This time I had logins on every page BUT THE FORUM PAGE!!! This is the 3rd time I have deleted everything and started over.. I am about to forget the whole thing or use a different forum widget. I am STUCK. Any ideas??
The other thing is the text is sooo thin and tiny on the forum page it is hard to see. I have heard something about css, but have no clue about what that is or how to use it..
Would really appreciate any ideas..
thanks