• Resolved maxico2018

    (@maxico2018)


    Hi,

    I have the problem that my websites full width footer gets boxed on the single jobs page. It’s working properly on the jobs overview page and every other page. Maybe there is just a piece of code needed to add in the Additional CSS section of the template. But how hard I looked I couldn’t find anything. Unfortunately the site runs on a internal company test server and can’t be accessed from outside but maybe have a solution right away which would be great.

    Kind regards,
    Max

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @maxico2018,

    This is kind of, known issue on some templates. Our plugin uses simplified “job single page structure”. The template file located in plugin folder “templates/single-jobs.php”, copy it to yout theme like “jobs/single-jobs.php”.
    You can now modify the “single-jobs.php” file that located in your template, so it maches your theme structure.
    File can have any structure that required by your theme, just dont remove the
    <?php if( function_exists('get_job_fields') ) get_job_fields(); ?> from it, it’s the function that print the job posting details on the page.

    Best wishes.

Viewing 1 replies (of 1 total)
  • The topic ‘Full width footer gets boxed’ is closed to new replies.