• Resolved webguyjon79

    (@webguyjon79)


    Everything looks and works great so far… but when you click the “VIEW” button… of a job in the listings… it goes to the page with the description and everything… but it seems to break scripts in my header code?? any thoughts how to fix this?? Thanks.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    @webguyjon79

    Hello, Because there’s so much different themes and implementations, its impossible to make full support of all possible themes out of the box. Plugin uses quite simple template for single job post, just: get_header() + job details + get_footer();
    Most probably your theme have it in some how a bit different way.
    That’s why we also implemented a way of coping “templates/single-jobs.php” from plugin folder, to your theme, into “jobs/single-jobs.php”. If plugin finds the file in the theme, it will use it. and you can edid a header area as it should be, to wotr as expected.

    Hope this helps.

    If not, we can have a look when we have a free time.

    Thread Starter webguyjon79

    (@webguyjon79)

    Oh ok, thank you for your prompt reply. I am a little confused as to how to fix this based off of your reply but I will see what i can figure out. thank you very much for your help. Do you have a paid version of this plugin by any chance? One that may integrate with job sites like CareerBeacon perhaps??

    Plugin Author BlueGlass

    (@blueglassinteractive)

    Unfortunetly not ?? But it can be deffinetly extended in this way, there’s even implemented “hooks” for such situations ?? but not yet documented well ?? and not yet tested completely make this public)

    Thread Starter webguyjon79

    (@webguyjon79)

    I’ve been successful at doing as you suggested and copying the single-jobs.php into a “jobs” folder withing my child theme… How do I just pull the job details into my theme page and not the header/footer??

    Plugin Author BlueGlass

    (@blueglassinteractive)

    @webguyjon79

    this should do the trick

    <?php if( function_exists(‘get_job_fields’) ) get_job_fields(); ?>

    But keep in mind that this will work only on job single post, function uses a global post variable for retrieving the ID of the job ??

    Thread Starter webguyjon79

    (@webguyjon79)

    Would I put that in a text block within the page builder in my theme?? Or how would I implement that so that the job id gets pushed through???? Thank you for your continued help! Love the style of the plugin.. just need to get it fully implemented.

    Plugin Author BlueGlass

    (@blueglassinteractive)

    @webguyjon79

    no no, this is not a shortcode, it’s a php function that needs to be placed on single-jobs.php file

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘JOB page breaks my header script…. but jobs listings does not… what is dif?’ is closed to new replies.