Support

Page Template (4 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss jayxem

    junior member


    rss Posted 4 years ago
    #

    I'm using the solitude theme. I'm wondering if there is any way to have a page template that includes everything except R_sidebar when making a page. Also it would be nice to have another template which doesn't include any of the side bars for a page. I've played with some of the page templates that are included but mainly looking for one with everything included except the right side bar
    Thanks!

  2. rss milo

    moderator


    rss Posted 4 years ago
    #

    Please provide first a link to your site.

  3. rss jayxem

    junior member


    rss Posted 4 years ago
    #

  4. rss milo

    moderator


    rss Posted 4 years ago
    #

    Open design → theme editor → page template,
    find this line and delete it:

    <?php include(TEMPLATEPATH."/l_sidebar.php");?>

    (alternatively you can delete right sidebar too)

    find this in page template:
    <div id="contentmiddle">

    cut and paste this:
    <div id="contentmiddle2">

    save it.

    open CSS stylesheet, find this:
    #contentmiddle {float: left;width: 50%;margin: 10px 10px 0 10px;padding: 10px 10px 10px 10px;border-left:1px solid #E4E4E5;}

    add this after it, but you have to style it, e.g. increase the width:

    #contentmiddle2 {float: left;width: 50%;margin: 10px 10px 0 10px;padding: 10px 10px 10px 10px;border-left:1px solid #E4E4E5;}

    when left sidebar is #l_sidebar {float: left;width: 20%;...
    then you can increase the contentmiddle2 width by 19%

    alternatively you can double the page template, download it, rename it to page2.php or similar, then upload it, add this to the new page 2 template at the very top BEFORE any
    other content:

    <?php

    /*

    Template Name: page2 Template

    */

    ?>

    this way you have a second page template, which you can style differently and asign it by manage page → page template → page2 template from the dropdown

    Download this page as a PDF.

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.