Support Forum
Hi there
I´m allmost done transfering all threads from PHPBB to SP, but my "test pilots" are complaining because the very narrow theme. They would love to see/use the forum in full width. I use the "Default" theme.
Will anyone please tell me exactly which file I need to edit and where?
(My WP-theme supports "No sidebar")
Many thanks in advance.
http://www.gpsforalle.dk/community
Even though you have sidebars turned off your WordPress theme is forcing the column that Simple Press is in to a width of 610px.
I am not familiar with that WP theme.
Is there a width setting in your theme for when Sidebars are turned off?
Thank you for reply. I most say... I don´t know
But my "nosidebar.php" looks like this. Is that usefull?
<?php
/*
Template Name: No Sidebar
*/
?>
<?php get_header(); ?>
<div id="columns">
<div id="centercol">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="box post full" id="post-<?php the_ID(); ?>">
<div class="post-block">
<div class="post-title">
<h1>
<?php the_title(); ?>
</problem-with-post-edit-button1>
</div>
</div>
<!--/post-title -->
<div class="content border">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
<!--/post-excerpt -->
</div>
<!--/content -->
</div>
<!--/box -->
<?php endwhile; endif; ?>
</div>
<!--/centercol -->
<div class="clr"></div>
</div>
<!--/columns -->
<?php get_footer(); ?>
iloverolling said
Have you tried going to your page "Forum" (or whatever you named it) in WP and clicking edit page, then on the RHS you should see "Page Attributes". On the Template drop down menu click Page Fullwidth
Hi
Yes "Full page" template is active, but the forum is still in only 610px 🙁
SP is set to use up 100% of the available width. Your Wp theme determines the 'container' that is made available for the page content - in this case SP - so that is the restriction and the width needs to be sorted within the theme.
If the theme does not offer a truly full width page template - as many do - then the only recourse is to create a new template that does.
This very generalised tutorial in our old V4 wiki (http://wiki.simple-press.com/f.....-template/) is getting a little old in the tooth but it still explains what is needed to do this. There are also tutorials on the WP codex. It is not that hard.
YELLOW
SWORDFISH
|
1 Guest(s)