• Resolved julesjunction

    (@julesjunction)


    Hi,

    I am using pinnacle theme which looks great and very happy with it. I wonder if you can help with a header issue I have?

    The header works well and looks fine on pages, portfolios and blog posts. It doesn’t show on individual jobs.

    I have installed a plugin called ‘Simple Job Board‘ to handle job vacancies. All works well with the header showing on the top level vacancies page and also the list of the jobs page but when you drill down to the single job page the page header goes missing and the job details are bunched at the top of the page.

    Also, when editing a job the ‘Post Title and Sub-title’ section is not showing in the editor. I have clicked Screen Options but there is no ‘Post Title and Subtitle’ tick box listed there.

    I have looked at the job with the default 2016 theme and the individual job page shows fine, header in place ok. I am not sure if this is caused by the theme, the plugin or a conflict between theme and plugin or if I need to do something else???

    Help!

    Regards,
    Jules

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Jules,

    It appears that there is a conflict on that page between the theme and the plugin when trying to load the header. I’m trying to find a solution for you at the moment, but it’s possible that we will have to wait for the theme developer’s input before we get a solution.

    I’ll let you know if I find anything.

    -Kevin

    Thread Starter julesjunction

    (@julesjunction)

    Hi Kevin,

    thank you for your response.

    -Jules

    Hey so this plugin is adding it’s own template (which is fine) but because of that it doesn’t have an input or output for the theme added “page title and subtitle”. So it’s not so much a conflict as the theme doesn’t add extra options to that plugin and that plugin doens’t add extras options specific to the theme.

    So you can make a child theme and built in those options for that plugins custom post type.

    But a simple way to make the page at least work and show up like it would in any other theme is to add this css in your theme options > custom css box:

    body.single-jobpost.trans-header #kad-banner {
        position: relative;
    }

    That won’t add a page title and subtitle area but it will keep the header out of the post content.

    Hope that helps,

    Kadence Themes

    Thread Starter julesjunction

    (@julesjunction)

    Thank you Kadence Themes for a speedy response, it is much appreciated.

    I have added the suggested css along with a background and this will suffice as a workaround for now while I work out how to build in the Kadence options into the plugins custom post type.

    Thank you.
    -Jules

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