hodgan1
Forum Replies Created
-
Thanks for you help – as a compromise I have narrowed the sidebar width and the single job page looks acceptable.
Regards.
Hi BlueGlass,
Thanks that seems to have worked – now I just need to remove the sidebar and make the single job post full width. http://chqsurv.users63.interdns.co.uk/job/grounds-maintenance-operatives/
kind Regards
Hi BlueGlass,
I have checked the single-jobs.php file and it is pasted correctly so no sure why it appears like that in page source. Can I send access to server privately please?
kind regards
Hi BlueGlass,
I have updated single-jobs.php as suggested and I get a blank area with the theme sidebar and footer displayed (see example: http://chqsurv.users63.interdns.co.uk/job/grounds-maintenance-operatives/). Ideally I would like to see the single job post full screen width (no sidebar) and the footer. All help much appreciated.kind regards
Hi, I have posted “single.php” and “single-job.php” files above as requested – any suggestions to resolve? Thanks.
single.php:
<?php
/**
* The template for displaying all single posts.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package BigVenture
*/while ( have_posts() ) : the_post();
get_template_part( ‘template-parts/content-single’, get_post_format() );
bigventure_post_author_bio();
the_post_navigation();
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;endwhile; // End of the loop.
single-job.php:
<?php get_header(); ?>
<div class=”wrap”>
<?php if( function_exists(‘get_job_fields’) ) get_job_fields(); ?>
</div>
<?php get_footer(); ?>
Forum: Plugins
In reply to: [Simple Job Board] Single Job Post Page LayoutThanks for the reply. Is this something my theme developer needs to do or could I resolve this myself using the templating feature?