Search Results for 'forum css'
-
Search Results
-
I have been working for about 5 days to get topics from a forum on one site to show on my main page, which is a separate site. I’m running current versions of wordpress multisite, bbpress, and buddypress on my main page.
I found some code via my searches and created a simple plugin. It works to display topics from a separate site on my main page. That was a victory for sure. The problem I am now having is the formatting! Arrghh! I cannot get it to format correctly.
I know that others have been wanting to do this, so perhaps someone else can get me to the final step and we can publish a good plugin. Here is the code:
<?php /* Plugin Name: Recent bbpress Topics Plugin URI: http://whosgotbooks.com/wp-content/plugins Description: A plugin to display recent bbpress topics across the network Version: 1.0.0 Author: Jerry Caldwell Author URI: http://whosgotbooks.com License: Open Source */ function recent_bbpress_topics_shortcode() { recent_bbpress_topics(); } add_shortcode( 'recent-bbpress-topics', 'recent_bbpress_topics_shortcode' ); // ! // Add Recent Topics to BBPress function recent_bbpress_topics() { if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 8 ) ) ) { //bbp_get_template_part( 'bbpress/loop', 'topics' ); bbp_get_template_part( 'loop', 'topics' ); } // Hook into action add_action('bbp_template_after_forums_loop','recent_bbpress_topics'); } ?>
I have been trying to get this to format with bbpress.css. I managed to changed the css on one of my sites to get things how I want, but I can’t with this function. Here is a link of how I want things to look: http://whosgotbooks.com/book-reviews/
And here is the link of the main page, where I can’t quite get it the way I want it: http://whosgotbooks.com/Here is the bbpress.css that worked on the review page, but doesn’t work for the main page:
li.bbp-topic-title { float: left; text-align: left; overflow: hidden; width: 75%; } #bbpress-forums li.bbp-body ul.topic { /* border-top: 1px solid #7D573A; */ border-top: transparent; overflow: hidden; display: inline-table; padding: 8px; width: 22%; }
To get the books somewhat organized on the main page, I had to change width to 20% on the bbp-topic-title class above, and the bbp-body ul.topic changes do not help on the main page.
This is the extent of my abilities. I would love to get rid of those annoying dots as well. Hopefully someone can help me get the rest of the way.
Thanks…First issue I ran into is the example at the bottom of this page is no longer valid, but I did find the correct edits.
Second issue I am currently having is I am unable to find out how to change the “New topic” and “Reply To” backgrounds that show up at the bottom forums and topics.
Lastly(for now) is that I am unable to change the reply header despite having added this to my css.
#bbpress-forums div.bbp-reply-header { background-color: #111111; }
My forums are located here: http://test.greatarchitect.us/forums/
Thanks for any help.
Hi There, Got a kind of weird thing going on. My forum is here: http://sydneymovingguide.com/forums/. I admit straight off that I did mess with the CSS to make the font larger and change colours but, as far as I can tell, the CSS file looks fine.
The forum is functional when a user is not logged in but when they do, it loses the CSS all together. I’m not sure why being logged in causes this.
The forum has been fine and functioning for about 3 months. I did update my Genesis theme today then had to go back to the older version because I was getting a 500 Error Page when loading the forum url. My host company uploaded the older version saved from 12 hours ago.
Would really appreciate it if someone can take a look. I’m pretty sure it’s an easy fix, totally user error.
Thanks in advance for any help.
Cheers.
LaurenTopic: bbPress Mods Wishlist
WordPress 3.9.1
TwentyTen with some CSS modification
bbPress 2.5.4This what my bbPress looks like now
http://hcrd.foundation/journal/forums/hcrd bbPress screen capture
This is close to what I want my bbPress installation to look like I didn’t pull the line spaces together in the image.
http://hcrd.foundation/screen-cap.journal-forum.pngI may be completely wrong and these settings may all be controlled by the TwentyTen theme and WordPress. In either case I’ll do the work if somebody can just point me to the right information so I can learn.
bbPress Wishlist
-
Make the forum’s Search window persistent, available from within all forums.
Move the Forum Title and the Search Window so they are parallel and within 20 pixels or less of main menu (white on black menu).
Make the Categories’ and Forums’ names BOLD and make them 1.00 line or less apart from their descriptions which should NOT be bold.
Instead of a specific pixel width can the area of the post to the BBS be calibrated in percent or at least be 640px or even better 800px width?
Finally, why are my category and forum names duplicated?
None of the links work I followed all of the steps indicated here http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#3-%C2%A0creating-a-forum-page
It is not a compatibility issue because even before I had someone add the DIVI theme to the CSS for me the links were not working and I thought that it was because it was not incorporated into my theme.
My website is thecatholicwoman.com
Direct link t the forum below.
http://www.thecatholicwoman.com/forum/I am using WordPress 3.9.1
and BBpress 2.5.4HELP!!!!!
Thanks so much for any help that you can provide.