• Resolved sfaught

    (@sfaught)


    WP Install (4.3.1)
    Job Manager Installed (0.7.25)
    Website URL https://vvdisposal.org

    Yes I have successfully removed the header and footer on the Job page, but when an applicant presses the “more-info” it takes them to the Job description, which I believe is a post of some kind, it shows the header, footer and I would prefer it to not do this. I was able to remove the header, footer from the job page because I new the page ID but with the jobs description I have not been able to figure them out.

    Any help would be most appreciated, thanks!!!

    https://www.ads-software.com/plugins/job-manager/

Viewing 9 replies - 1 through 9 (of 9 total)
  • ritgo

    (@ritgo)

    Hi sfaught,

    Do you mean your site template’s header and footer?

    If so that is a change you must make with the theme you’re using, there’s nothing you can do within the Job Manager plugin unfortunately.

    Plugin Author Thomas Townsend

    (@smb-dev)

    I concur what you are looking for is Page Template. Specifically for your case
    where no header or footer info is display this is usually a Landing Page template you would select as your default page template for JM. However if your theme does not come with this template you will have to create one.

    This is not a function of Job Manager.

    Thread Starter sfaught

    (@sfaught)

    Sorry guys been busy… I realize that to remove the header and footer I need to do this in the template. I have done this successfully with my site, my problem is with Job Manager is that I have removed the header and footer on the main page that list all of the jobs, it’s exactly what I want. When someone wants to view one of the individual jobs and selects to view the individual job information, the header and footer comes back. So my thoughts are that the job details are like post in some form and I have to remove the header and footer in the post. With Job Manager I am not able to figure out the post or job details page name so I can remove the footer and header on those pages.

    I hope this makes sense, any help would be appreciated, thanks!!!

    Plugin Author Thomas Townsend

    (@smb-dev)

    As was specified previously, what you need to do is within your theme (if it’s not provided) is to set up a landing page template. This is NOT within the scope of this plugin. Here is a reference link that might help.

    https://www.codeinwp.com/blog/how-to-create-a-landing-page-in-wordpress/

    Consider this Resolved as this is NOT a support question.

    Hi sfaught,

    I have exactly the same issue. Have removed the header from the main jobs page template but can’t found how to manage the single jobs page template to do the same.

    have you found a solution ?

    Regards

    Thread Starter sfaught

    (@sfaught)

    Hello maniLons,

    No I have not figured it out, I have put it on the back burner for now because I am trying move everything over to a multisite so I may not need it anymore.

    If you come up with a fix please remember me, thanks!!!

    Hi sfaught,

    I needed a popup form so I did like this :

    Custom CSS for the application form page to make it cover the page (works on any support), for my template :

    .content-box {
    width: 100%;
    margin-top: -450px !important;
    position: absolute !important;
    z-index: 1000 !important;
    left: 0px !important;
    right: 0px !important;
    padding: 0% !important;
    min-width: 400px !important;
    }

    Instal Iframe popup plugin ( https://www.ads-software.com/plugins/iframe-popup/ )

    Adding the application form page to the Iframe plugin.

    Creating a new page with the Iframe plugin shortcode to auto open the frame when loading. And adding a Button to this page with a button link to reload this page, which re-open the form into the iframe.

    It works very well, looks like a simple pop up.

    Regards

    Plugin Author Thomas Townsend

    (@smb-dev)

    manilLons -can you share a link where you are using this ? If this is is helpful and works I would add the plugin to our recommended plugin page. Also anyone that wants to write tutorials for integrating, I will post them on the Support Site after review and approval and you will get credit and attribution. Thanks

    You can have a look here :

    https://eliodata.com/contact/test-iframe/

    But it just some testing pages which I will remove once everything is ok. And the domain will change too. If you think It could be interesting for your users just tell me and I’ll try to write a tutorial when it’s finished.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to remove the Header, Footer on jobs’ is closed to new replies.