0
PickPlugins
How do i fix the size of the menus? Look here: http://myhorsejob.com/job-submit-page/
0 Subscribers
Submit Answer
How do i fix the size of the menus? Look here: http://myhorsejob.com/job-submit-page/
I also noticed you single job page is broken
http://myhorsejob.com/job/sample/
you can solved the issue by adding following code to your theme functions.hp 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 id="content">';
}
function job_bm_action_after_single_job() {
echo '
Regards
its CSS conflict with your them CSS
Please add following CSS to fix the issue
.frontend-forms ul.box {
float: none;
height: auto !important;
opacity: 1;
width: 100%;
}
Let me know the result.
Regards
Welcome to our forum,
Sorry can't see the submission form "Please login to submit job"
Please solve the issue first.
Regards