Search Results for 'forum css'
-
Search Results
-
I have this theme from ThemeFuse called GameZone, and every changes i have made since the original i usually have fix by my self somehow, but the other day i was tired of PHPBB and converted and move it over completly to BBPress, and it work as is should i got some of the css fix so its almost as ret of the page, the only problem is i found out even i use the themes own “widget” deattachtment for pages i need to be with out side bars Like Guides etc.
Then the BBPress have put my finish touch on hold for the last 36 hrs and i am really irritated over it , because why should a thing i literally find 100 of topics about this problem. Reeally think it is weird there isnt being any solution implented as part of bbpress.
Anyway my forum here is correct size in the “front-page”
1. Frontpage : http://www.playstationforum.dk/debat-forum/
2. Sub-page : http://www.playstationforum.dk/debat/kategori/playstationforum-dk/As yoy see the sub-page dont have full width even i have remove made a page.php and copy it over to my child theme and rename it to bbpress.php and remmove
<?php get_sidebar();?>
This is mention alot of places and everything there is sidebar related, but i can really not figure out what because no matter what i remove it either remove background completly or remove the sites build up. And i have made a Page for it and use the shortcode. – Still nothing – Hope someone can help. I actually change to bbpress because i though the hardest part would actually import everything from PHPBB
here is my code as it is now
<?php global $is_tf_blog_page,$post; $id_post = $post->ID; if(tfuse_options('blog_page') != 0 && $id_post == tfuse_options('blog_page')) $is_tf_blog_page = true; get_header(); if ($is_tf_blog_page) die(); ?> <?php $sidebar_position = tfuse_sidebar_position(); ?> <?php tfuse_shortcode_content('before');?> <div class="main-row content-row"> <div class="container"> <?php if ($sidebar_position == 'left') : ?> <div class="middle-main sidebar-left"> <?php endif;?> <?php if ($sidebar_position == 'right') : ?> <div class="middle-main content-cols2"> <?php endif;?> <?php if ($sidebar_position == 'full') : ?> <div class="middle-main content-full"> <?php endif; ?> <div id="primary" class="content-area"> <div class="inner"> <article class="post post-details"> <?php if(!tfuse_page_options('hide_title')):?> <header class="entry-header"> <h1 class="entry-title"><?php echo get_the_title();?></h1> </header> <?php endif;?> <div class="entry-content"> <?php while ( have_posts() ) : the_post();?> <?php the_content(); ?> <?php break; endwhile; // end of the loop. ?> </div> </article> <?php if ( comments_open() ) : ?> <?php tfuse_comments(); ?> <?php endif;?> </div> </div> <?php if (($sidebar_position == 'right') || ($sidebar_position == 'left')) : ?> <div id="secondary" class="sidebar widget-area"> <div class="inner"> </div> </div> <?php endif; ?> </div> </div> </div> <?php tfuse_shortcode_content('after'); ?> <?php get_footer();?>
I want to fully remove it, I am integrating breadcrumbs myself in a completely different place. I have found no template I can add to my theme which will allow me to control the breadcrumb on the forum root page.
Any replies with silly css hacks will be ignored, if I want to remove it I don’t want dormant elements hidden on the page, I want it gone!
Can anyone assist with this please?
Hello everyone,
i am very new to CSS & HTMl, i tried to solve my problem by my own, but i didn’t get it.
Maybe someone has a idea how i can fix my new bbpressforum.Only half of the site is used by BBpress. BBpress should use all the remaining free space.
Thats why i tried yet.
The widget area dissapeard and bbpress should fill out the empty space.
But yeah, how you can see its not working. (http://www.forest-game.de)My Code:
#bbpress-forums .article, div#content_box.sidebar_layout { width: 100%; } #bbpress-forums .article, .sidebar.c-4-12 { display: none; }
Edit:, oh i did something wrong. The widgets areas on the other sites dissapeared too ^-^
Kindly regards
Topic: unique forum topic icons
Topic: Misalignment/Margin Problem
Hey everyone. I’m not the most css savvy yet, but I can usually chase down a problem after a while… not this one, it seems. Why is my text outside of the margins on the left side? I’ve already had to add a snippet of code to my theme’s style.css to take care of some strange bullets, but the text was misaligned before doing that as well I think. Thanks for your advice.
Topic: Style Keeps Reverting
Finally after the second time of spending hours styling the forums on my site, I saved a copy of the CSS but I don’t have access as I write this. I replace the CSS and everything is good and then in a couple of weeks, the CSS is overwritten to defaults.
What can I do to keep from having this happen over and over again?
I have upgraded bbPress from 2.5.4 to 2.5.6.
All went ok, there was a core .css file directly edited that broke the sidebars, so have put the old one back in and site looks ok. Other than that, everything appears to be in order except for the topics Now not appearing.You can see that is says 500+ topics, etc. but blank under the heading. The data is in the database. I am tempted to upgrade the WP version and then some miracle it’s fixed… but in the real world, I think I really want to fix this first.
Any ideas? I am hoping it will be a simple fix.
bbPress v 2.5.6
WP v 3.9.3Thank you in advance for your assistance!!