I began using your Job Board plugin and can't get the single job screen to show up correctly... i have explored your support documentation and have tried changing the function.php as well as the css sheet to no avail...if you could help me with this i would greatly appreciate it...i would like to add your additional paid plugins but not until i can get the free stuff working first...thank you in advance for your help
Please add following Code to your theme functions.php file
add_action('job_bm_action_before_single_job', 'job_bm_action_before_single_job', 10); add_action('job_bm_action_after_single_job', 'job_bm_action_after_single_job', 10); function job_bm_action_before_single_job() { echo '<div class="gp-container">'; } function job_bm_action_after_single_job() { echo '</div>'; }
Welcome to our forum.
you will have to find your theme content wrapper class first, and then use then use the wrapper class to following code
https://pickplugins.com/documentation/job-board-manager/faq/single-job-page-style-broken/
If you please send me your job site page then i could try to fix.
Regards
Sorry to say, i was not able to open your PSD file, please send it .png or .jpg format