0
james2
Jun 30, 2016 05:36 PM 4 Answers General
Member Since Jun 2016
Subscribed
Subscribe
Not subscribe
Cancel subscribe
Flag(0)
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?
0 Subscribers
Submit Answer
4 Answers
Best Answer
0
That seems to have fixed it! Thank you very much for your time and patience!
Replying as
Submit
Best Answer
0
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 '<div id="content-container" class="container_24">';
}
function job_bm_action_after_single_job() {
echo '
Replying as
Submit
Best Answer
0
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 '';
}
Flag
(0)
0
Please follow my last answer. Let me know the result.
Regards
Flag
(0)
0
Hi,
I have added that, but it hasn’t changed the page (https://www.hypestar.uk/job/awesome-apply-here/)
Replying as
Submit
Best Answer
0
Welcome to our forum ,
to solved this issue please add your container by following hook, you need to change "
to solved this issue please add your container by following hook, you need to change "
" as your theme
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
Flag
(0)
0
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/)
Replying as
Submit

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