• sueheap

    (@sueheap)


    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 ">

    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?????

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sueheap

    (@sueheap)

    and I have already copied and pasted the right on on the wrong ones template. I also deleted the page and recreated..not a plug in issue either. I am beating my head against the wall..UGH

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like those classes are generated using the body_class function.

    Sorry, why do you need to add a new class in?

    Thread Starter sueheap

    (@sueheap)

    well they are using the exact same template so I dont know where the “wider style-default” is coming from. I need them to be the same because with the wider page it is throwing the sidebar to the bottom.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In which theme?

    Thread Starter sueheap

    (@sueheap)

    Its jobroller and it is a nightmare! I found this in the header.php and both read exactly the same:

    <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 ); 
    
    	?>>

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t find that theme http://wordpress.org/extend/themes/search.php?q=jobroller

    Can you point out where you got it so we can take a look at the files?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘pages’ is closed to new replies.