KLEO vs. Job Board Manager

0
KLEO vs. Job Board Manager 1
PickPlugins
Jun 13, 2016 09:43 AM 1 Answers General
Member Since Aug 2015
Subscribed Subscribe Not subscribe
Flag(0)

I was searching the web thin for a job application plugin and i found your "Job Board Manager" (JBM) and i was really impressed.
However; i have some a two issues, which I sincerly hope you can help me with...
You see, i have the WP-theme KLEO on my community site SECUNITY and sadly it appears it doesn't go that well with JBM. Yes, the Company Submit page looks great alongside the theme.
But when I add a job, trouble awaits. The Single-job-side looks really weird. On all my sites i have sidebars on both sides, on the single-job side, the sidebars are gone and the job uses the entire width of the side. It looks quite horrible. How do i get the Single-job sides to look like everything else with the two sidebars?
And another issue. I use WPML which works great on the corporate side of things. It translates the company submissions form just fine. However back at the single-job side, only the "answers" are translated into my native language (danish). The headlines are still in english. Can those be translated as well? - Please say they can! 🙂
Oh, and the client side looks a bit funky as well...
I have made a user account for you with both username and password "PickPlugins" if you wanna check it out for yourself.
You can find the company submission page here and the single-job page here.
Thanks for all your trouble and thank you for a great product. I hope you can help me out.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
KLEO vs. Job Board Manager 2
PickPlugins
Jun 13, 2016
Flag(0)

Welcome to our forum
#1. you can solved the single job broken issue by adding following code, i just figured it our your main container and modified the code for you,
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 id="main-container" class="container">';
}

function job_bm_action_after_single_job() {
  echo '
'; }

 
#2. i can't see anything which come from our plugin, might be logged in only allowed
http://secunity.dk/job/
same issue here http://secunity.dk/job-opslag/
 
Let me know for more help
 
Regards
 
 

Sign in to Reply
Replying as Submit

One comment

Comments are closed.