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 ArticleBullets 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleTitle 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 ArticleReply 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 ArticleReply To: Title font styling
Hey, i tested with the code in the theme CSS and it works. Thank you!
View ArticleReply 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 ArticleDuplicate 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