Results 1 to 6 of 6

Thread: Problem with page using template

  1. #1
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    Thanks
    2
    Thanked 1 Time in 1 Post

    Problem with page using template

    I have two sites that should be acting the same. I am using the "jobs by date" template. When I view the page source I see this:
    I have an issue with the info on a page using a template:
    when I view the source code I see this difference:
    RIGHT
    <body id="top" class="page page-id-2539 page-template page-template-tpl-jobs-by-date-php logged-in admin-bar no-customize-support style-default ">
    WRONG
    <body id="top" class="page page-id-8 page-template page-template-tpl-jobs-by-date-php logged-in admin-bar no-customize-support wider style-default ">
    I found this in the header.php and it is the same on both:

    <body id="top" <?php

    $classes = '';

    if ( get_option('jr_show_sidebar')=='no' OR is_page_template('home-page.php') OR is_page_template('wide-page.php') OR is_page(8) ) $classes .= 'wider ';

    if (get_option('jr_child_theme')) $classes .= str_replace('.css','',get_option('jr_child_theme') ).' ';

    body_class( $classes );

    ?>>

    As you can see I need the "style-default" to be on the other page. Where in the heck do I find that info to change it?????

  2. #2
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Get my German translation files for JobRoller and ClassiPress here - and for FXtender here.

  3. #3
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    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
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Get my German translation files for JobRoller and ClassiPress here - and for FXtender here.

  5. #5
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    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
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    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. How to change page template code to make a template without...
    By dking73 in forum Vantage General Discussion (Legacy)
    Replies: 9
    Last Post: July 16th, 2014, 12:42 PM
  2. Page template - where is it?
    By agenziasicilia in forum JobRoller General Discussion
    Replies: 1
    Last Post: September 10th, 2012, 03:13 AM
  3. Facebook Page Template
    By ehawkins1 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: July 15th, 2012, 10:59 PM
  4. add new template page
    By mediacake in forum Report JobRoller Bugs
    Replies: 1
    Last Post: November 14th, 2011, 07:18 AM