Quantcast
Channel: bbPress.org » All Posts
Browsing all 3638 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Problem with post edit bar

I’m newbie with wordpress, where can fix this? I search in all code, but I find no way to edit size of this bar

View Article


Image may be NSFW.
Clik here to view.

Bullets n Numbers?

WordPress 4.0 running Montezuma theme. bbPress 2.5.4 http://ecopsi.org/forums/ As you should be able to see, the bullets in the theme are overlaying the numbers that are being generated by bbPress....

View Article


Reply To: Forums index in the same layout as other bb software

Hi @stigolsen What you should try : (- read http://codex.bbpress.org/amending-bbpress-templates/ ) – create a folder named “bbpress” in your theme’s folder – create a loop-forums.php file in it –...

View Article

Reply To: Please give me list of bbpress style codes

You can right click the element and then click on “inspect element” in google chrome and firefox like that you can find the element’s name and which id/class it has to alter the css for it.

View Article

Reply To: How to reset loop? 2 loops on 1 page

It’s if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'paged' => 1, 'posts_per_page' => $number_of_topics ) ) ) :...

View Article


Reply To: How to reset loop? 2 loops on 1 page

without seeing the detail, not sure what you are trying to achieve. I don’t think this has anything to do with resetting, rather that both queries are doing the same thing. post_parent deafulats to...

View Article

Reply To: How to reset loop? 2 loops on 1 page

On the main content (url: forums/topic-tag/android/) is loaded content-archive-topic.php template with following code: <?php bbp_get_template_part( 'loop', 'topics' ); ?> loop-topics.php...

View Article

Reply To: How to reset loop? 2 loops on 1 page

Interesting… WP_query has a tag parameter, lets try resetting that Try if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any',...

View Article


Reply To: Bullets n Numbers?

The numbers represent the topic/post counts of each individual forum. For instance “Cognition (0, 0)” is equivalent to “Cognition (0 topics, 0 posts).” In your theme’s functions.php file you can add...

View Article


Reply To: Bullets n Numbers?

Dude you are awesome. Thank you so much. A couple of things: The counts are gone but now the bullets are layered over the names of the forums. Is there a way to leave the main theme’s bullets alone...

View Article

Reply To: How to reset loop? 2 loops on 1 page

I added ‘tag’ => ” and it doesn’t help.

View Article

Image may be NSFW.
Clik here to view.

Reply To: How to reset loop? 2 loops on 1 page

ok, sorry you’ve exhausted my knowledge

View Article

Reply To: Bullets n Numbers?

The code I provided doesn’t mess with the bullets. That’s handled by your theme. You could try something like below, but it hides the arrow bullets for those forum listings. .hentry ul...

View Article


Title font styling

I recently changed theme and seems that this impacts bbpress also. If I have a long title, it splits on two lines and the one bellow has not enough space:...

View Article

Reply To: Title font styling

fixing the line height made it look better. .title { margin-bottom: 5px; line-height: normal; } you can also just make the line-hieght above 21px or just remove line height from the code.

View Article


Reply To: Title font styling

Shloud I put this in themes CSS or in bbpress style css?

View Article

Reply To: Title font styling

Hey, i tested with the code in the theme CSS and it works. Thank you!

View Article


Reply To: Title font styling

@dandr69 the weird title look isnt because of bbpress, its how your theme reacts to long titles. and you can put that code i gave you anywhere where you can put custom css, a child themes css...

View Article

Reply To: Title font styling

no problem

View Article

Image may be NSFW.
Clik here to view.

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...

View Article
Browsing all 3638 articles
Browse latest View live