Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, sorry for late reply

    i can see your theme not well structured

    anyway you can use fixed width for single job page.

    .job-single {
    margin: 0 auto;
    width: 1170px;
    }

    in latest version we use single_template() hook to render single job page
    so your should contain header.php and footer.php

    otherwise you need some work themes.

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Never too late for some help…
    The css you are suggesting is something useful for later in case my job detail doesn’t align well. The problem I’m having now is the rendering, as you can see it has broken the theme’s layout for that page (which I agree it’s not well structured). What file exactly renders the single job? templates/job-single.php maybe?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I have tried to add header/footer to job-single.php, obviously with no success because they are already there, only they are messed up.

    [ Access offer redacted ]

    I understand it might be beyond your support but I have no one who can help me.

    [ No bumping please. ]

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I have been asking for support also with an email, but I’m not getting a reply. Would you at least tell me if I’m on the right track?
    I was hoping this new update helped me solve the single-job page issue. It improved a little, the layout is better and the footer is pulled. However, the header still it isn’t.

    1) I have added the code to assets>fron>css: .job-single {margin: 0 auto;width: 1170px;} (it was empty)
    2) in templates>jop-single.php I have tried to include the content in a container

    <div class="container">
    <div itemscope itemtype="https://schema.org/JobPosting" id="job-<?php the_ID(); ?>" <?php post_class('job-single entry-content'); ?>>
    <?php do_action('job_bm_action_single_job_main'); ?>
    <div class="clear"></div>
    </div>
    </div>

    I also noticed that there’s a ?> missing at the end, but adding it has no effect.

    I’m no PHP developer, can you help me out? It’s a very small template and I don’t understan why it doesn’t pull header and container as all other pages do

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘single job page broken’ is closed to new replies.