Search Results for 'code'
-
Search Results
-
Topic: cannot get styling to stick
specifically the closed topic styles, it shows in my chrome web inspector but it’s crossed out to be replaced with the exact code from the default theme that I copied down exactly.
Even weirder is that all the other css that I’ve added to my theme’s css file work just fine, just not the closed topic styles.
Any clue what’s causing it?
I’ve already tried coping the folder/file structure down exactly in my theme folder to the css but still no
See forum here:
http://www.beecavenews.com/bee-cave-forum/
1) How do I remove “Started By”?
2) Why is “Voices” and “Posts” not aligned?
3) Why is there so much vertical space?
I used the bbp-single-forum id=$forum_id] code. This also looks the same when I use the standard [bbp-topic-index]. And it looks this way with and without my custom css to change look and feel.
Thanks,
Cory
Hello,
I am having trouble trying to resize my forums table cells widths.
The “topics” and “posts” cells that only contain a number don’t need to be the same width as the “forum” and “freshness” cells that contain words and wrap to the next line.
When I look at the table through firebug I just see “.article th, .article td” which is part of my sytle.css and not bbpress.
Any ideas how I can make the cells widths change?
Here is an example of 1 forum I am talking about http://lifeafterlondon.com/forums-2/
Many thanks
I’ve installed bbpress from the dashboard, created forums and topics.
I am now trying to use the shortcodes to display the forum in a page
these work for showing the forum
[bbp-forum-index]
[bbp-topic-index]
[bbp-topic-form]
but any shortcodes I use to add login,
[bbp-login]
[bbp-register]
[bbp-lost-pass],
makes my top menu and footer loose all their formatting and makes them become lists. Using the login widget on a sidebar does the same thing. Here’s a screencap: http://i.imgur.com/wmDNx.png
I don’t know if it matters or could be the souce of this issue, but I am using a theme (dagda from wptitans…).
Does anybody have any clue on how to fix that? I really would like bbpress to work!
..and sorry to ask a question that might already have been answered somewhere, I’ve been looking for a solution for a few hours now, any pointer would be greatly appreciated.
Thks!
Is there a way to add a latest posts list to the forum root level in bbPress 2, just the way I had it in the standalone 1.1 forum (example http://www.stazeibogaze.info/bbpress/)?
Question two – what php line of code should I use when I want to include the bbPress Reply List widget content into a page (not as a widget, but into the main body)?
class foomanchu {
function __construct() {
add_action( ‘bb_hook’, array( $this, ‘callback_function’ ) );
}
function callback_function() {
$result = ‘foomanchu’;
return $result;
}
}
The bbPress Docs state that bbPress uses the exact same Plugin API as WordPress, yet the above would work in WordPress, but silently fail in bbPress.
any light in this would be much appreciated.