Job listing at https://www.hypestar.uk/job/awesome-apply-here/ is spread across the page, but I can't find any styling option to change it - can you guide me?
That seems to have fixed it! Thank you very much for your time and patience!
Please try this one. replace previous code.
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 'id="content-container" class="container_24">';
}
function job_bm_action_after_single_job() {
echo '';
}
Please add following code on your themes functions.php file. i was looking for your site main container id “content-container”
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 '';
}
function job_bm_action_after_single_job() {
echo '';
}
Please follow my last answer. Let me know the result.
Regards
Hi,
I have added that, but it hasn’t changed the page (https://www.hypestar.uk/job/awesome-apply-here/)
Welcome to our forum ,
to solved this issue please add your container by following hook, you need to change "
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 '';
}
function job_bm_action_after_single_job() {
echo '';
}
If you send me your url then can help you better way.
Regards
Hi hasanrang05,
I’m not sure what you mean about sending you the url, the url is in the OP (https://www.hypestar.uk/job/awesome-apply-here/)
WOW, great to know that solved the issue,
if you love the plugin and support please submit us five star ratting at wordpress.org plugin page
https://wordpress.org/support/view/plugin-reviews/job-board-manager
If you need more help please let me know.
Regards