Results 1 to 9 of 9

Thread: Full page template in JR, need some help, very close!

  1. #1
    Thread Starter
    Junior Member plink's Avatar
    Join Date
    May 2011
    Location
    Australia
    Posts
    37
    Thanks
    2
    Thanked 1 Time in 1 Post

    Full page template in JR, need some help, very close!

    Hi members,

    I'm no php guru, but I have managed to get very close in creating a full-page template for jobroller. I require one for my forum. I have searched everyone on this forum, and found only one other person that got close to creating this template. I'm hoping someone could help me and the rest of the people out there looking to create a full-page template.

    PHP Code:
    <?php
    /*
    Template Name: No Sidebar
    */
    ?>

    <?php get_header(); ?>

        <div class="section">

            <div class="section_content">

                <?php if (have_posts()) : ?>

                    <?php while (have_posts()) : the_post(); ?>

                        <h1><?php the_title(); ?></h1>

                        <?php the_content(); ?>

                <?php endwhile; ?>

                <?php endif; ?>

                <div class="clear"></div>

            </div><!-- end section_content -->

        </div><!-- end section -->

        <div class="clear"></div>

    </div><!-- end main content -->

    <?php get_footer(); ?>

    The only problem is I still have a thin grey line that separates the content to the sidebar.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Junior Member plink's Avatar
    Join Date
    May 2011
    Location
    Australia
    Posts
    37
    Thanks
    2
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #5
    Thread Starter
    Junior Member plink's Avatar
    Join Date
    May 2011
    Location
    Australia
    Posts
    37
    Thanks
    2
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  7. #7
    Senior Member securityjobs's Avatar
    Join Date
    Jun 2011
    Location
    UK
    Posts
    107
    Thanks
    3
    Thanked 5 Times in 5 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Veteran luukratief's Avatar
    Join Date
    Apr 2011
    Posts
    250
    Thanks
    1
    Thanked 17 Times in 14 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Thread Starter
    Junior Member plink's Avatar
    Join Date
    May 2011
    Location
    Australia
    Posts
    37
    Thanks
    2
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] i want to change blog page to show exerpts rather than full post.
    By cyberpedz in forum Help Using ClassiPress
    Replies: 3
    Last Post: June 11th, 2011, 11:58 AM
  2. Edit Full Width Page dimensions
    By anthonyluth09 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 17th, 2010, 11:56 PM
  3. Wordpress page full layout - no sidebar
    By tbase in forum ClassiPress General Discussion
    Replies: 3
    Last Post: August 15th, 2010, 05:58 PM