Not signed in (Sign In)

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorjinkies
    • CommentTimeOct 4th 2006
     
    Via the options page, I have selected "Only display the sidebar on the home page" which has been a great addition to reducing the length of the page on the "about me" page. However, I'm planning on installing a gallery feature which will use pages. I'd like to take advantage of all the usable space beneath the header image (720-ish px) instead of the 500-ish px I currently have at my disposal.

    I'm sure there's a way to completely remove the sidebar space on a page, but I'm not quite savvy enough to do it. I'd appreciate any help! :) Ta!
  1.  
    Basically, you need to create a new page template, using one of ours as a starting point, and make sure that you don't use any of the divs that do positioning stuff. Here's some example code for such a page template:

    <?php
    /*
    Template Name: Links
    */
    ?>
    <?php get_header(); ?>
    <div id="gallery">
    <p>Your code and content goes here.</p>
    </div>
    <?php get_footer(); ?>

    Basically, just do whatever you want between <?php get_header(); ?> and <?php get_footer(); ?>. Those two includes will do all the rest of the work.
    • CommentAuthorjinkies
    • CommentTimeOct 4th 2006
     
    Awesome! Thanks for the help. :)
  2.  

    Do let us know if you get it working to your satisfaction, we always enjoy seeing well-done Tarski mods. :)

    • CommentAuthorjinkies
    • CommentTimeOct 4th 2006
     
    Hooray! After a break for dinner, I've got it up and running. I'll post a link when I have real content to show. :) Guess I need to start taking photos again!
    • CommentAuthorjinkies
    • CommentTimeOct 20th 2006 edited
     
    The gallery, after creating some content, is up and running. See either:
    http://www.jinkies.org/surly-girls-inc/ [creating my boss a cardboard office]
    or
    http://www.jinkies.org/nola-101906/ [typical bar photos]
  3.  

    Looking good! I mentioned the mod on the blog, hope that’s ok. :)

    • CommentAuthorjinkies
    • CommentTimeOct 20th 2006
     
    Absolutely! Thanks for all your help on the matter.