Search Results for 'forum css'
-
Search Results
-
Hi there,
I’m using: wordpress version 3.9.2βde_DE
bbpress version 2.5.4The site I need help with is: http://darjinan.com/forum/
I deleted the sidebar by copying page.php and renaming it to bbpress.php. But I can’t figure out how to center my forum. Here’s the code:
<?php /** * Theme Page Section for our theme. * * @package ThemeGrill * @subpackage Accelerate * @since Accelerate 1.0 */ ?> <?php get_header(); ?> <?php do_action( 'accelerate_before_body_content' ); ?> <div id="primary"> <div id="content" class="clearfix"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php do_action( 'accelerate_before_comments_template' ); // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template(); do_action ( 'accelerate_after_comments_template' ); ?> <?php endwhile; ?> </div><!-- #content --> </div><!-- #primary --> <?php /*accelerate_sidebar_select();*/ ?> <?php do_action( 'accelerate_after_body_content' ); ?> <?php get_footer(); ?>
Can someone please help me? I’m a complete newbie to html and css.
Thank you.Topic: Topic page width
Hi there,
I have bbPress but the thing is I can’t fix the page width,
I did it successfuly with the home page of the forum but now
I want to do the same with the topic page, I still see widgets on the left which is annoying.
I don’t know why bbPress guys can’t fix that, it’s been a problem for many people, so please can you help me make the topic page large (full-width)..
I’m good with HTML and CSS, so if you can just tell me which file I should edit…
(I’m not talking about the forum main page I already fixed the width for it, I’m talking about the topic pages.)
Thanks alot!Topic: Question & Course of Action?
This is the HiddenCity website that I want to rebuild completely in WordPress/bbPress.
http://ecopsi.org/This is plain a vanilla copy of Twenty Ten theme modified with the bbPress forum plugin.
http://ecopsi.org/journal/I started out with html/css/javascript to skin the domain it’s loaded on. With WordPress added on a few years later and the bbPress added last year. To say the least I am not happy with the result. My work is conceptually flawed and poorly executed. The only good thing is that I learned a lot about WordPress and bbPress.
With the 2015 presentation of a rebuilt HiddenCity website I intend to adopt the style of Montezuma theme while keeping the data and livery (colors and logo). The following link is an example of how I want the prototype bbPress forums on my personal site to look except with the Montezuma theme. After I’ve got it worked out on my personal site I’ll use what I’ve learned to upgrade the HiddenCity site.
http://cultivators-forum.com/forum/growers-forums/This is the only part that I’m not sure is possible. I want to make the following modifications.
- forum topic to be the posts
- categories to be forums
- comments are replace by replies to the post
In this case the the beginning of the last three or four replies showing with the topic again which appears as a post. The unregistered User can only see a static page and a forum for newcomers. I shouldn’t have to do anything to the Montezuma theme aside from the mods needed to make WordPress/bbPress execute the list above and tweak its colors to match the corporate livery of The HiddenCity Foundation.
Thank you.
PS — I don’t mind compensating someone for their time and attention in order to get this done.
Hi, How do I make my forum fill the entire page? Right now it only covers around 50%. I have used widget logic to hide all the widgets and I have also done some research on this and tried editing the bbpress.css file but nothing works. Any help is much appreciated.
Heres a link to the page with the problem
WordPress 3.9.2
bbPress 2.5.4Topic: Hide author/admin
On this page, and every other sub-forum page,
http://www.astronomertalk.com/forums/forum/welcome-to-astronomertalk-com/
in the top left, it says “admin,” then a timestamp next to it. How can I delete this, because the link goes to a page that does not exist.
Maybe just add some code to my custom CSS.
Best,
JBHi all,
I am looking to move the search from on top of the forum to the right of my menu items. No matter if I add more or delete them. I recently hid it by adding a quick line to my css, but deleated it.
Where I want it vvvv
I would also like to know what to add to my child theme custom css to edit the look of it.
I am new to WordPress so I am still pretty new.
I have a number of other topics open too, click my name to see them, would love the help.
BEST,
JBTopic: Help with styling css
So, my forum is at http://mmo4teen.com/forums/
and I wan it to look similar to a vbulletin forum, table like, especially the inside post and topic. Like avatar and info on the left with post on the right ( currently, it’s one on top of another ).
I tried a lot of css but it did’t work very well.
Anyone have some experience with this >Topic: 20-14 and full width :-(
Hi there,
I have been wandering around for a few days on the internet, spending most of the time as a guest on this bbPress forum.
I am trying to find out a way to expand the very small column containing the bbPress forum in the middle of my website http://2islands.nl/forums/forum/forum-2islands/. To be honest I am a little frustrated to find out kinds of different ways with small pieces of code added here and there in .css and .php files that don’t work for me.
Viewing from what I find in this and other fora, I am not the only one having this problem.
I am not a html programmer, but I can copy and paste very well. π
Can anyone help me get my bbPress on full with (keeping my left sidebar) in a neat way, for instance by editing a bbpress.php file of something like that.
Believe me; i tried at least twenty of the tricks found in this and other fora. Nothing works. Let’s get this over with once and for all :-).
THANKS for any help!
Topic: Profile page doesn't show
Hi guys, I’m pretty new(bie) on WordPress, hope some1 could help me.
I’ve created a little test site here: http://www.elite-force.it/test
Then, I’ve installed bbpress and I’ve created menu entries with those magical-fantastic short codes.
Everything seems going fine, of course it will need some CSS adjustment but I don’t panic on that… else way I panic because I can’t reach profile page…
My forum is: http://www.elite-force.it/test/forum/
And profile for my user should be: http://www.elite-force.it/test/forums/user/goose/When I go to my profile page, something strange happen… It seems that bbpress use my homepage php to build the page.. of course result in a home-similar, with a “THESE POSTS ARE BY: ” on top and any other infos…
I read that bbpress look for page.php if there is no bbpress.php on theme root folder, but if I also create a copy of my page.php or post.php doesn’t fix the problem.
Is because that template uses dynamic pages? there is no solution? I mean, There is no way to override bbpress page settings and make a different view for the profile page?
Please… help those noob