Search Results for 'forum css'
-
Search Results
-
Hello Team bbpress
I am using the plugin bbpress. I want to customise that view of forum similar to http://www.veggieboards.com/forum/index.php this link.
I have created the child theme and add the css folder and archive-forums.php file in the child theme. I am not able to customise plugin using css only because I want to change the structure. If I change plugin core file then future update overwrite my code and when I am place the complete plugin in child then its stop working and page become blank.
Please give me the solution I am waiting your solutions.
My bbpress plugin Version: 2.5.14
Wordpress Version: 4.8.2
Thanks
Hi there,
I’m writing because I have trouble to understand how templates are managed in BBPress (and wordpress I guess :)).
I’d like to have a specific template on the main forum page (the one displaying the different forums). And another template for the page displaying the different topics.Currently in the wordpress page where I pasted the short code [bbp-forum-index], I call the template bbpress.php, which is presented in the bbpress codex (See example at the end of the topic).
But how can I create a specific template for my forum index (listing all my forums), for instance “forum-display.php”. And another template, listing my topics (for instance “topic-display.php”).
Maybe my file bbpress.php is not appropriate to do so ? or need to be customized a bit ?
NB : I’m using twenty twelve theme
I hope my question is clear,
Thank you for your help,
Pierre<?php /* Template Name: index-forum */ get_header(); ?> <div id="primary" class="site-content"> <div id="content-forum" role="main"> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); ?> <?php /* This is the start of the page and also the insertion of the post classes. Post classes are very handy to style your forums. */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php /* This is the title wrapped in a header tag and a class to better style the title for your theme */ ?> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header> <?php /* This is the content wrapped in a div and class to better style the content */ ?> <div class="entry-content"> <?php the_content(); ?> </div> <!-- .entry-content --> </article> <!-- #post --> <?php endwhile; // end of the loop. ?> </div> <!-- #content --> <div class="login-sidebar"><?php dynamic_sidebar('forum_login_zone');?></div> </div> <!-- #primary --> <?php /* This is code to display the sidebar and the footer. Remove the sidebar code to get full-width forums. This would also need CSS to make it actually full width. */ ?> <?php get_footer(); ?>Topic: bbpress mobile devices mess
Hello guys I have bbpress on my website working like charm in all devices except mobiles when i open the forum with my phone it becomes mess. I was searching a lot for hours and i found some guys gave me custom CSS and i put it also no luck the issue still the same so if anyone have faced this issue before and solved it tell me how and it would be greatly appreciated.
This is my website forum :http://www.empirearticles.com/forum/
Thanks in advance,
Hi all
I’m using the ‘Kleo’ WordPress theme on WordPress 4.7.5 and BBPress 2.5.13, and am trying to change the standard links to forums in BBPress as they are too difficult to read currently, specifically the ‘bbp-forum-link’ class.
What I’m trying to achieve is a background highlight on each link, with rounded corners, plus a little extra space between them using the following code:
color: #e4e4e4; background: #232323; padding: 1px 2px; margin: 2px 2px; line-height: 1.7; border-radius: 3px;I have also put this image together of what I’m trying – https://imgur.com/OKO9pZ8
How would I put this code into the custom style.css file of Kleo to stylise these links, please?
No link to site as it is on my local host (MAMP PRO 4 if that helps)
Many thanks
Hi, could you please help me, is there any CSS code to hide that line on the top of every forum page? It looks like this: Home > Forum > Topic…
I use bbPress 2.5.13 and wordpress 4.8.1
My forum is here: http://www.cyklokopce.sk/forums/forum/info-o-trasach-lokalitach/
And the line is Domov › Diskusné Fóra › Info o trasách, lokalitách…
Thank you!
Daniel
Hello everybody !
I’m using BBP Style Pack but there is only the option disable or enable the freshness on the overview forum.
That’s why I would like to find to way so the freshness appears but is not linked to any topic. CSS seems a good idea but I’m not good at idea.
Can anyone help me please ?
Thx
Topic: change forum header text
Hi
In the French version of bbpress (the latest version), I want to change the header “Participants” (it’s “Voices” in the English version) to “Voix”. Could someone tell me how to do that please ?
Now, I’ve spend a lot of time researching and trying different things from CSS to PHP and I’ve gone back removed all the changes because nothing has worked so far. And I wanted to get things ready for any suggestions you guys might be able to supply. I am using DIVI 3 theme and builder.
For info, I have removed the side bar from the forum, and that is the only customization of bbpress I’ve left in place. I used custom CSS i found on this forum.
I’d appreciate knowing what to change and were to change it. I’m a beginner so I’d need fairly basic instructions, but I know where to put CSS into the Divi theme, and I know how to go into the PHP and how to create a child theme.
thanks in advance
best regards
SPI’ve got bbp style pack already. Some things don’t work and it might be the fault of my host because I had another issue that was caused by my host. When entering a forum, “Create new topic” appears automatically. I would like to remove the automatic “Create new topic” message and create a “create new topic” button. bbp style pack makes the button but won’t remove the automatic message. Can anyone suggest another plugin that will let me do this?
Also, in some of my forums I would like to rename the button from “Create new topic” to something else but only in some of the forums. I’ve been told this can be done with CSS. Can anyone give me the code for this? Thanks.
Hey everyone,
I would like to remove the “Forums” tab from the profile menu, but don’t know how to do it.
I tried the css method and the PHP method.
NOTE: I’m using both BBPress and Buddypress, but the tab is generated by BBPress.Hi. I have 2 main forums both with sub-forums. If I go into any forum I see “create new topic” which is the default. That’s fine for the first main forum but I would like to change it for the 2nd main forum. I want all the sub-forums of the 2nd main forum to display something else instead of “Create new topic”. Is that possible? I’m guessing this might be possible with CSS. I’m dealing with many forums so do I have to specify every forum one by one or is there one command that can be applied to the 2nd main forum and it would impact every sub-forum? Thanks.
Hi,
I am very new to BBpress and any coding of anything. But I have edited wordpress through trial and error.
How do I start editing changing bbpress font easily? is there a plugin I can add? Please speak in simple terms – I have looked at the guides, but they are way too complex for me – and information overload.
I just want to play with the way the forum looks – and major part of it for me is font size and font type.
Please help.
Hi, I’m having an issue where post replies are going the full width of the screen. I can’t find what I should edit in which CSS file to fix this. Could anyone point me in the right direction?
Here’s an example: http://www.ourwrites.org/forums/topic/the-honest-act-2017/
Thanks!