Search Results for 'forum css'
-
Search Results
-
Topic: Full Width Forum Pages
Good day, I am running the latest versions of WordPress and bbPress and would appreciate some assistance with getting my forum’s sub pages full width. I am using Elegant Themes’s Divi theme.
So I can choose to have the main Forum page full with by checking that in the page settins – http://secularsociety.co.za/forum/ but as soon as you go to one of the forum’s sub pages it resizes it back to a page that has a sidebar – http://secularsociety.co.za/forum/topic/ask-an-atheist/. I’ve read and tried a bunch of things without any luck. I am also not a css master, but I am willing to try anything.
Thank you for your time.
Bertus@lynq I hope you can help me.
As you see here, in the general section it shows the topic and posts count nicely on the correct place.
However on the sub-forums u can see the counts are just ext to the name. how can i position these so they get on the same position like the ones above?I tried to add a class here
// Parse arguments against default values $r = bbp_parse_args( $args, array( 'before' => '<ul class="bbp-forums-list">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum">', 'link_after' => '</li>', 'count_before' => '(', 'count_after' => ' )', 'count_sep' => ', ', 'separator' => ', ', 'forum_id' => '', 'show_topic_count' => true, 'show_reply_count' => true, ), 'list_forums' );
Like this:
// Parse arguments against default values $r = bbp_parse_args( $args, array( 'before' => '<ul class="bbp-forums-list">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum">', 'link_after' => '</li>', 'count_before' => '<div class="counts">', 'count_after' => '</div>', //'count_sep' => ', ', //'separator' => ', ', 'forum_id' => '', 'show_topic_count' => true, 'show_reply_count' => true, ), 'list_forums' );
to then style it in css, but when i try this it doesnt show the count anymore and i cANT EDIT IT IN CSS.
Topic: CSS questions
Hi there,
I use the Genesis framework. In the Genesis theme there is a CSS part that sets the global margins..entry { margin-bottom: 40px; padding: 50px 60px; }
I managed to change a lot of the CSS by learning trial and error. I managed to change lot of the CSS of bbPress, but I don’t now how to change specific global things only affecting the bbPress forum.
How can I change only the margings and the font type of the forum, without affecting the rest of the site (Genesis CSS).
Your help is highly appreciated 🙂
Topic: Duplicate Breadcrumbs
WordPress 4.0 running Montezuma theme.
bbPress Version 2.5.4
Site location: http://ecopsi.org/forums/Breadcrumbs
Including the theme I have three sets of breadcrumbs with the WP theme breadcrumbs at the top and which follow the forums well enough. Below are of course the two bbPress breadcrumbs. I want to hide both the bbPress breadcrumbs. The one immediately above the forums and the partial one on the right next to the search box.I found some helpful things here
and hereUnfortunately the directions assume expertise beyond mine. I was able to do things like float [subscribe] to the right of the console but hiding the breadcrumbs per the directions didn’t work for some reason. My php kung fu isn’t much to brag about.
Forums Name
A more experienced person helped me change the name [Forums] to [The EcoPsi Forums] but it only partially worked and didn’t change the name in the primary breadcrumbs at the top. It also didn’t change the name of the root of the forums which is still [Forums]. I want make the [Home] link at the root of the forums go away. It annoyingly tempts me to click thinking I’ll return to the root of the forums but instead takes me to root of the website.Finally, how do I make the posts and the editor wider. Is that CSS controlled by my theme or bbPress? Any idea how long it’s going to be before Live Preview is ready for prime time?
https://github.com/r-a-y/bbp-live-preview/Hello,
I’ve got a simple forum set up using the shortcode. I used the same shortcode on the translated page (French). When bbPress is activated, I have noticed the following issues:
– The top right language switcher re-directs me to the french homepage instead of the community forums page. If bbpress is de-activated, the language switcher works as advertised. All other pages are fine.
– The shortcoded forum on the French page does not carry over custom css styles I input with the Simple Custom CSS plugin. Seems like it has to do with the page template I am using. For some reason, the English side automatically uses my theme’s ‘Upcoming Events’ template. I have the option to choose on the French side, but if I pick that same ‘Upcoming Events’ one, the custom css colours do not carry over.
And lastly, and I believe this is a concern of many. A moderator to the site can not create or modify forums – which I find ridiculous. Any work around to this?
Any help would be appreciated
Topic: Font Color
Hello –
Can anyone help me understand how to change the font color in bb? I want to change the color which looks to be white. Please take a look here:
http://prospectsites.com/forums
If you look above Prospectsites.com Forums, the text should be visible but isn’t until you click in the box and then drag to reveal the text. I can’t figure out which .css to modify if that is what needs to be done.
Help appreciated!
Topic: WordPress 4.0 Broke BBpress
Hey there everyone,
I’ve just registered to post this problem I’m currently experiencing which happens with the latest update of WordPress.
The boards all work however the threads and the post in the frontend are all gone, they’re actually still present in the backend of the wp-admin but on the actual site they can’t be seen anymore.
This only happened after the latest wordpress 4.0 update so I’m sure it has something to do with that.
Here is a link to my website: http://sg-carterpack.com/forum/
Thanks in advance for anyone who can assist me with fixing this as I sadly did not make a backup and the forum is our sites main focus so it’s really important for me to get this fixed asap!
MODERATOR EDIT: Here is a copy of your content from your other post below
I’ve already seen a couple threads but without much avail, I’m not running any plugins mentioned in that thread yet I still experience the problem after updating to WordPress 4.0
I’ve already reverted my wordpress installation as I can’t really put the forum out for more than a day, I’m running the following plugins on my site:
Adminimize
AdSense Click-Fraud Monitoring Plugin
amr shortcode any widget
BAW Login/Logout menu
bbPress
bbPress Custom CSS File
BulletProof Security
GD bbPress Tools
Google Adsense Dashboard
Google Analytics Dashboard for WP
Inactive User Deleter
Limit Login Attempts
Theme My Login
WP User AvatarDoes anyone know what plugin could be causing the problem if this isn’t a problem with BBpress?
Topic: login button size
Can anyone help me in changing the size of the login button on the bbpress login widget. I must of tried over 20-30 different css codes, clearing cache and logging in and out and no matter what I do I cannot change the size of the login button.
I applied this code to change the size of the submit button
#bbpress-forums .submit {
background-color: ##a0668d;
color: #000000;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}but I cannot locate the login button that is coming through the widget, even after inspecting with firebug and trying for the past 2 days.
Topic: Theme Problems
Versions: WordPress 3.9.2, bbpress 2.5.4, bbpress WP Tweaks 1.3.1
Site: http://www.obatron.com/forums
Theme: TwentyElevenI have a child theme: twentyeleven-child with a style.css file in it, no customizations to it. I added a folder under it called css and copied the bbpress.css from the plugins tree to it to change the colors only (still working on colors so pardon if there are issues). I copied the sidebar-page.php file to bbpress into this folder.
My Forum page is blank, just titled Forums with a Permalink named http://www.obatron.com/forums/ and a template set as Default.
The problem: Forum index works fine, but when you go to a forum, the sidebar and the forum display overlap. I’ve tried various combinations of removing/moving the bbpress.php file to no avail. I also tried without the tweaks plugin, without the child template, and so on…
I tried going with just a full page and just use pages with the proper tags for login, etc, but then the forum index looks odd because it continues to use the sidebar template no matter what.
If I change the theme options to put the sidebar on the right, the forum index continues to work, but the forum page sidebar now appears below the forum…
Now, I’ve searched for this and see others occasionally complaining about similar, but have not seen an answer that works…