PressTigers

How can Simple Job Board Settings help you

Simple Job Board is a flexible and powerful plugin for creating job board on your WordPress website. By installing this plugin, you can plug and play with shortcodes to post jobs on your website. Simple Job Board 2.1.3 introduced an awesome feature of “Settings”. You can control front-end and back-end functionalities for your job board from Settings.

Following are the functionalities that you can control under the Settings menu:

  1. General
  2. Job Features
  3. Job Application Form Fields
  4. Filters
  5. Email Notifications
  6. Upload File Extensions

General:

You can change the front-end job listing under this tab. Job listing is available in three different formats:

  • Job listing with company logo and details
  • Job listing without company logo and details
  • Job listing without company logo
settings-1

Job Features:

You can add generic job features that will be displayed on every job. If you don’t need these features on single job, you can also delete them.

settings-2

Application Form Fields:

You can add default as well as custom form fields in job application form that will be available on every newly created job.

settings-3

Filters:

You can also enable/disable job filters on job listings page. You also have an option to enable/disable the Search bar.

settings-4

Email Notifications:

You can set HR email address and enable/disable email notifications from settings panel. You can send email notifications to Applicant and Admin as well.

settings-5-1

Upload File Extensions:

You can set the uploaded resumes extensions from here. It protects your job board from hacker or spammer to upload malicious code. You can also set anti-hotlinking of uploaded resumes so that the general public cannot access it on your website via links.

settings-6

To get comfort and ease for your job board, install Simple Job Board today with stunning features from Here.

User Comments

140 thoughts on “How can Simple Job Board Settings help you

    Liz says:

    I created a job post using this plugin but the when I click to open each job post, it leads me to error 404 or file not found.
    Can you please tell me how to resolve this? Thanks.

    http://carrhure.com/newsite/career-opportunities/

      admin says:

      It seems like permalink issue. Please reset.

      For reset, go to
      Setting > Permalinks
      [NOTE: Be remembered your selected option]
      Select Default option, hit save.
      Select Your previously selected option, hit save again.

      Check If the detail page is working & if not do let us know.

    Tom Franklin says:

    Is there a way to make resume upload “not required”?

      Hi, Tom Franklin

      Currently, resume attachment is a required feature. To make it as an optional feature, you have to customize your Job Board. Also, we are planning for its premium add-on. We will let you when it will be available on our marketplace.

      Thank you for using SJB! Let us know if we can help you further.

      Thanks,

      Yours truly,
      Sehrish Iftikhar
      Level lll Support

    Pete says:

    I’ve used the shortcode on my page (within a raw content element – cornerstone) and it look s great except when I click on the job, it opens into a full screen and is jammed hard up against the left side. Is there a way to have the content sitting correctly on the page? Thank you

      @Pete,

      It’s container class naming issue. We can’t set all website container classes because every website having its own CSS and naming conventions. So, we are giving the facility to Job Board users for adding container class or Id from Job Board settings.

      Please add your website container class in “Job Board Container Class:” under Settings> Appearance tab.

      Thank you for writing to us. Let us know if we can help you further.

      Thanks,

      Yours truly,
      Sehrish Iftikhar
      Level lll Support

    Megha says:

    Hi,

    How can i send attached resume to my registered email id.
    So that, i can view candidate resume on my email.

    Please reply ASAP.

    Thanks

      Hello Megha,

      For adding resume attachment feature, you need to customize your Job Board.

      Also, we have a premium add-on named as Simple Job Board Email Attachment. You can purchase it from our marketplace.

      Thank you for using SJB! Let us know if you need our further assistance.

      Thanks & Regards,
      Abdullah Ramzan | WP Plugin Developer
      Email: support@presstigers.com

        Megha says:

        Hi Abdullah Ramzan,

        Thanks for your reply.
        I am using free plugin simple job board. Please send me the code for resume attachment that sends to emailid & where it suppose to place. I do not want to add premium add-on.

        I have added following code in functions.php

        /**
        * Job Board stuffs
        *
        * */

        // Filter to Attach HR Resume
        add_filter(‘sjb_hr_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);
        add_filter(‘sjb_admin_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);

        function custom_code_for_hr_resume_attachment( $resume_path, $post_id ){

        $fileAttachment = get_post_meta($post_id, ‘resume’, TRUE);
        $filePath = parse_url($fileAttachment, PHP_URL_PATH);
        return array(get_home_path() . $filePath);
        }

        It attaches resume in emailid, but getting blank attachment

        Please reply soon.

        Thanks

    Megha says:

    Hello Abdullah Ramzan,

    Sorry to say, but as you told to put second last thread from @hhetpanchal link-

    https://wordpress.org/support/topic/send-the-uploaded-cv-to-hr/page/2/

    is not working for me.

    I have added following code in functions.php

    /**
    * Job Board stuffs
    *
    * */

    // Filter to Attach HR Resume
    add_filter(‘sjb_hr_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);
    add_filter(‘sjb_admin_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);

    function custom_code_for_hr_resume_attachment( $resume_path, $post_id ){

    $fileAttachment = get_post_meta($post_id, ‘resume’, TRUE);
    $filePath = parse_url($fileAttachment, PHP_URL_PATH);
    return array(get_home_path() . $filePath);
    }

    This works, but attachment getting blank, it shows 0 bytes.

    Please give me the proper code so that i can see full attachment.

    waiting for reply.

    Thanks & Regards,
    Megha

      Hello Megha,

      This is not working because you are not following the instructions. You need to debug this code as you are getting an attachment which is blank. If you see the last comment this code is working for others.

      Also, we are providing correction for above mentioned code.

      Thanks & Regards,
      Sehrish Iftikhar | WP Plugin Developer
      Email: support@presstigers.com

    Megha says:

    Hello Sehrish Iftikhar,

    Thank you very much for your reply. I have tried your code and it worked perfectly.
    I don’t have technical knowledge.

    And also thanks to Abdullah Ramzan to helpling me.

    Thanks & Regards,
    Megha

    Megha says:

    Hello,

    Is there any free plugin for adding employer and jobseeker menu for following requirements:

    1. employer login, view, add, edit job post.

    2. jobseeker login, edit profile, apply job, search job.

    Please give me free plugin for this.

    Thanks & Regards
    Megha

    Valdecir Saraiva says:

    Good afternoon,
    I installed the Plugin Simple Board in wordpress, but the page that lists the work lists the articles and not the jobs registered. Can someone help me where is this search error? The job category, location, and job type options appear the correct options appear. In a normal template worked,

    Thank you very much in advance

    Lawrence says:

    How can I change the Admin Email that it gets sent to? I don’t want my personal email to be the reply for emails that get sent out. I’ve already changed the email for my admin account, as well.

    Wayne Hunt says:

    I’ve installed this plugin, but when I go to a list of the jobs via http://www.mydomain.com/jobs I get a list of my WordPress posts, not the job posts.

    Please advise.

      Hello Wayne,

      Sorry for the inconvenience.

      It might be possible that your website plugins are conflicting with SJB. Kindly deactivate your website all plugins expect SJB, switch your theme to any WP Twenty theme and then see this issue.

      Let us know if the problem still persists.

      Thanks & Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    gaurav ahlawat says:

    I have installed the theme and it is working fine , except when I am opening it in mobile the job board page elements are overlapping.
    Logo and heading is overlapping the content.please help what to do

    Tina says:

    Hi,

    I am unable to attach resumes on “apply online” feature in Job board. I am not tech savy. Everytime I try to attach a resume through my website job page, it gives me a “502 bad gateway error” due to which I have to log off my wordpress account and re-login for the website start working again.

    http://infinitymanpowersolutions.com/jobs/telecallers-needed/

    Please help me on this ASAP.

    Regards,
    Tina

      Hello Tina,

      We have reviewed your site, we are unable to find Job page. Please install the Job Board and then share job page URL with us so we can further assist you.

      Please make sure you are using the latest version of the Simple Job Board.

      Thanks for reaching us.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Param says:

    Hi,

    I need to upload photo option while apply for the job, but currently their is no option for file type. Can anyone tell me how this would be done?

    Thanks.

      Hello,

      Currently, we are not providing this feature in our plugin but you can add this feature by writing custom code. For this you have to understand the code structure of the SJB.

      Thanks for reaching us out.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Christian Sanders says:

    Hello,

    I am setting up Simple Job Board on my website, http://callahan-enterprises.com/careers/. I have put my email address into the HR email field and enabled all the options on the setting page (HR email, Admin email, and applicant email). When I test the functionality of the site by submitting as a dummy applicant I do not get any notification on my email or to my email as an applicant. Any ideas why this would be the case? Thanks,

    Christian

      Hello Christian,

      It seems any of the plugin or your activated theme conflicting with our Job Board that’s why it breaks the core functionality of the plugin. For testing purpose, please deactivate all plugins except Simple Job Board and activate any default WP Twenty Theme and then take a try to submit the Job.

      Let us know after taking this attempt.

      Thanks for reaching us out.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Shannon says:

    Hi there,

    How do you edit the “text” of the email that is sent out to HR, Admin & The applicant

      Hello Shannon,

      For this you have to understand the Job Board structure and then customize it as per your requirements.

      As a glimpse you can customize class-simple-job-board-notifications.php file placed in Job Board includes directory(simple-job-board/includes).

      Note: Don’t make any change in Simple Job Board core files. Hooks available for email templating, use these hooks to customize email notification template.

      Let us know if you need our further assistance.

      Thanks for reaching us out.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Javier says:

    I’m having problems saving all kind of changes that are made through the “settings” feature. If I make any kind of changes in the General, Appearance or any other other Settings tab, the changes are never fully applied and are reset to default, can you please help me?

      Hello Javier,

      It seems our job board is conflicting with theme’s script or plugins you have installed in your site. For testing purpose, please deactivate all the plugins except Simple Job Board and activate the default WP Twenty theme so we can find out the conflict.

      This practice is just for testing purpose as a temporary to find out the reason behind this conflict.

      Let us know if your issue still persists.

      Thanks for reaching us out.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

        Javier says:

        Thanks a lot, and sorry to bother but I’m having another issue, currently I deactivated all other plugins and I’m still not able to get email notifications when applications happen, what could be the reason for that?

          Hello Javier,

          Make sure you have enabled all the settings for notifications from the Job Board settings page. Also, if you did any custom changes in your plugin then review these changes then take a try again and deactivate the theme and activated the default WP Twenty theme.

          Please also make sure you are using the latest version of the Job Board.

          Note: Please follow up form one source either support email or PressTigers Blog forum so we can guide you properly.

          Thanks & Regards,
          Abdullah | WP Plugin Developer
          Email: support@presstigers.com

    santhi lakshmi says:

    Hi, I have a question regarding this simple job board. It was very easy to understand but there is an email alert for the applicant who applied for a job position. But instead of these alert simple emails, why we are not having those emails with applicant attached a resume ? Why because we every time log on to the dashboard, its time taking process. Can you kindly come up with an email with attached resume of the applicant.

    santhi lakshmi says:

    I installed simple job board. Why the mail notifications are not working for my company mail id? What will I do for this? Can I know the solution for this.

    Gerard says:

    Hi, when I try to add a company logo to a job from my media library nothing happens when I hit the submit button. Only the cancellation button works. Can you please let me know what I’m doing wrong?
    Many thanks in advance.
    Gerard

      Hello Gerard,

      It seems some of your installed plugin or theme’s script conflicting with the WordPress media uploader. Please deactivate all the plugins except Simple Job Board and activated any WP Twenty default theme. This practice is only to locate the issue.

      Thanks for reaching us out. Let us know if your issue still persists.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Robert says:

    i Abdullah, I had installed the Simple Job Board on my WP Hemingway Theme-its a modified Personnel site. there had been a page called “jobs”. After having activate the job plug in, it seemed to use the page “jobs” for some reason or the other. Since this seemed to be some type of “overwrite”, that wensite page “jobs”. I deaktivated and deleted the plug in, however, klicking on the jobs page, it then switched directly onto the main page, – the page as such still exists with the original text, but would not open as it, but the klicking on “jobs” switches to first page of the site. What might have happened and what could be a handling. Erasing the jobs page and putting it up newly did not handle it. Best Robert

      Hello Robert,

      Sorry for the inconvenience.

      For Jobs page, this is the default archive page created when you install the Job Board. You can change the slug of the archive page from the Job Board Settings > General > Jobpost Custom Post Type Slug.

      You can also create your own page, simply drop [jobpost] shortcode to display the jobs listing.

      Thanks for reaching us out. Let us know if you need our further assistance.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

        jaymin says:

        Hello,

        i have some different issue. I have create career page and add [jobpost] shortcode to display the jobs listing. The issue is when i open job detail page and click on breadcrumb it’s redirect on job Archive page insted of career page.

        http://bbnisysweb.azurewebsites.net/career/

          Hello Jaymin,

          This is not the issue as we have added the job archive page with the plugin by default that lists all the jobs. You can customize your breadcrumb trail accordingly that display career page on the job detail page trail instead of the archive page.

          Thanks for reaching us out. Let us know if you need any other assistance from us.

          Regards,

          Abdullah | WP Plugin Developer
          Email: support@presstigers.com

    santhi lakshmi says:

    Hi, This is a very nice plugin. But I have a solution for apply online form. How can I place the fields side by side I mean horizontally? At present they are in vertically, It’s very ugly to see it. So, I want to change it side by side. Can you please tell me the solution for the fields placed side by side.

    manjusri says:

    Hi Press Tigers, I have installed the plugin on my site, But after posting the job in the plugin. The Job post is displaying to edge of my screen, How to change the width or padding.

    satchi says:

    HY I have made Career Page everything is working but in career page heading its showing the first Job post name in banner. I want to give career as a heading. please help me.

    https://massadr.boxondemo.net/jobs/

    satchi says:

    can any one please tell me i have installed Simple Job Board plugins when i saw in browser the heading taken from first job post. How can i change in to banner specific heading in wordpress.

    https://massadr.boxondemo.net/jobs/

    Erwin Koning says:

    Hee,

    I’m having the same problem at http://www.bijlesmatch.nl/vacatures/vacature-algemeen-manager-bijlesmatch/.

    It’s not possible to read it on a mobile phone.

    Thanks and regards!

    Erwin

      Hello Erwin,

      We have visited your site URL. Your theme’s style is conflicting with the Simple Job Board that’s why your job page content cuts off. Please contact to your theme developer regarding this issue.

      We are also sharing a screenshot URL for your easiness where we have pointed out the conflicted style. Please have a look now.
      http://prntscr.com/h1sfia

      Thanks for reaching us out. Let us know if you need any other assistance from us.

      Regards,

    Costa says:

    Hello, Im having problems with when open the job details, apply form is not shown, only post text is visible. this just happens in my template, not in wp themes. any idea? Thanks, Regards.

    mjackson29 says:

    Looking for resolution on a few items:

    Is there a way to show jobs alphabetized by company?
    Is there a way to get rid of the posted xx minutes / hours /weeks ago?
    I added application form fields after adding 130 jobs – it shows on new jobs, but not on old ones, is there a way to apply to all?

      Hello,

      Here are the answers to your questions.

      – Currently, we are not providing the feature to list the job alphabetically.
      – For date and time, you can use the SJB templating feature to customize the job templates according to your needs. For more details please visit the Configurations and Templating section on plugin page.
      – For application form fields, it only populates for the new job post. For older job posts you have to add them manually.

      Thanks for reaching us out. Let us know if you need any other assistance from us.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Dan says:

    Hi PressTigers,
    Of course, I’ve installed your plugin Simple Job Board and I have a problem. It shows the text and any table inside the job post on the whole wide page. I think I know where is the problem. It might be Container Class Naming issue. The big problem is… I don’t know what should I insert in the settings/appearance… the website is at https://dgrecruitment.services/…can you help me please?

      Hello Dan,

      Yes, it’s container class naming issue. Please add the following classes with spaces or comma-separated “aux-container aux-fold” in the Job Board Container Class input in the Appearance tab in the Job Board Settings. Hopefully your issue will be fixed.

      Thanks for reaching us out. Let us know if you need any other assistance from us.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Dinah says:

    Hi Abdullah,

    I’m having problems with my container class. I’m not sure where I can find it. My URL is https://www.thepropzcompany.com/career/
    Can you tell me what I should put in the Appearance tab?

    Thank you

      Hello Dinah,

      We have reviewed your site URL and we can’t find any class styled like container. So, please contact to your theme developer to make the job pages according to your theme.

      Thanks for reaching us out. Let us know if you need any other assistance from us.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Shivansh says:

    Hi,
    Is there any way where I can enable keywords search to search for words in descriptions also rather than just searching for them in job titles.

    TIA

      Hello Shivansh,

      Currently, our job board support job title search only. If you want to enable some other keywords then you have to understand the Job Board structure and customize your job board according to your needs.

      Thanks for reaching us out. Let us know if you need any other assistance.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Alicia Johnson says:

    What is the code to allow other users to post on the job board? And how can I restrict this page to certain users? I am assuming that if it is possible to allow other users to post jobs, I could restrict access to that page via another plugin.

      Hello Alicia,

      Current, code structure only allows you to handle your jobs but you can customize your job board for adding front-end job posting feature. To accomplish this task, please understand its code structure first and then write a custom code for it.

      We recommend you please take help from a programmer. Or you can avail our services at the cost $24/hour.

      Thank you for reaching us out. Let us know if you need our further assistance.

      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    pallvi vasistha says:

    is it possible :- Need to add multiple hr emails with specific job location so……hr should receive resume of the specific location only. please help me out…
    Thank you.

      Hello Pallvi,

      Currently, we don’t provide this feature in our free plugin but you can purchase our Location Base Hiring add-on from our marketplace which will surely meet your requirements.

      Note: Please make sure the features of the add-on by visiting the documentation tab.

      Thanks for reaching us out. Let us know if you need any other assistance from us.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Sanjaa Otgontugs says:

    Hello, I have set several jobs. But on the Jobs Page, the titles of the jobs on the job list is overlapping. Other texts are okay. Only all the job titles are overlapping on the first row job title. So it looks like the first job has all the job titles overlapped on one another. Others do not have job titles. How can i fix this issue? Please help.

    Raymond says:

    Is there a way for Job Search using the fields from the “Job Features”

      Hello Raymond,

      Thank you for contacting us.

      You can only search a job by a keyword, job-location, job-type and job-category in SJB. If you want to search by Job Features you have to customize the SJB plugin for this functionality.

      If you don’t have a programming background then you can contact us on support@presstigers.com in order to avail our services.

      Please let us know if we can help you out further.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Siraj says:

    SJB is not working with my theme.am using a custom bootstrap theme for my site. SJB is working fine when i changed to default wordpress themes (twentyseventeen)

      Hello Siraj,

      Can you please share your site URL so we can look into this issue and guide you accordingly. Also you can contact to your theme author as our plugin style is properly prefixed and its plugin specific.

      Thanks for reaching us out.

      Have a nice weekend!

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Michele says:

    There’s the possibility to create a form to allow external users to create job opportunities, with the option that these opportunities will be managed by the administrator before they will be published?

    Thank you in advance

      Hello Michele,

      Currently this feature is not available in SJB, for now job post can only be added from the WordPress dashboard only under Job Board admin page.

      You have to customize the SJB code to add such functionality. First understand the code structure of the Job Board and customize it as per your needs. We recommend you to take help from a programmer or you can contact us at support@presstigers.com to avail our services for custom job board development.

      Note: Our SJB team is developing SJB Pro with some exciting features. Frontend Job Posting will also be the part of this premium add-on.

      Thank you for reaching us. Let us know if you need any further assistance.

      Regards,
      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Kieran says:

    Hello,
    When my HR people post a job, it appears as one block of text instead of automatically adding paragraph breaks. I do not want to edit every post’s HTML manually. How do I fix this?

    Troy says:

    Hello, I’m trying to update the background which is currently black when you click through to a job to white so it goes with the style of my site but so far have been unsuccessful. Can you help?

      Hello Troy,

      Thank you for reaching us.

      Please clear your server cache and reset file permissions and then try to save the options and check again.

      Let us know if the problem still persists, so we can further help you regarding this issue.

      Regards,
      Ahmed | Associate Plugin Developer
      Email: support@presstigers.com

    shanaz says:

    Hello!
    When I am submitting a resume it says 502 bad gateway error” and wordpress stops working. Here is the link: https://willcountyhealth-dev.org/

    Career’s page: https://willcountyhealth-dev.org/jobs/physician-provider-ob-gyn/

    If you scroll down to upload resume you can see it.

    Please help out urgently.

    Desmond says:

    Hi,

    I installed the plugin on a new website jobs.simpleticket.eu. I found that when i navigate to the homepage on iOS (iPhone 7 plus, latest iOS version) that I can’t open the job details (can’t tap / click the job title, while it is clickable on desktop / laptop).

    Is there anything I can change to make it work?

    Thanks!
    Desmond

      Hello Desmond,

      Can you please share a screenshot with us so we can look into this issue and further guide you.

      Also, we recommend you contact the theme author regarding this issue.

      Thanks for reaching us out.
      Regards,

      Abdullah | WP Plugin Developer
      Email: support@presstigers.com

    Bledar says:

    Hello. Great plugin. I have one question. How can I put the search feature of the plugin on the front page and when users make a search it redirects them to another website where it shows all the jobs?

    arun says:

    Hi
    Is there any possible way to send each post job to different email address?

    lavanya nagaraj says:

    HI
    i have integrated SJB plugin successfully and it works fine too.But here i found one HR field in common for all job post.i have to send each job post resume to each different HR email address.Is there any possible way to fix it out?

    santhi says:

    Hi, I am not getting email notifications from applicants. Can you tell me the any solution for getting email notifications for both admin mail and HR mail.

      Hello Santhi,

      Thank you for writing to us.

      Please configure any WP SMTP plugin and see if the issue resolve. Otherwise, check your applicant, admin and HR email’s spam/junk folder.

      Please let us know if the issue still persists. So, that we can assist you further.

      Regards,

      Ahmed Sarfraz | Associate Plugin Developer
      Email: support@presstigers.com

    Radhakrishnan M S says:

    I am not able to figure out where to post the short code to activate your plugin. Could you kindly explain ?

    Mitchell says:

    How will the applicant receive email notifications after applying for the job? I am testing it and its not working.

    Please help.

      Hello Mitchell,

      Thank you for contacting us.

      Please configure any WP SMTP plugin with the email and then check again. Make sure to check the spam/junk folder.

      Please let us know if the issue still persists.

      Regards,

      Ahmed Sarfraz | Associate Plugin Developer
      Email: support@presstigers.com

    Al Bashayer says:

    Required button not working, applicants still can send their application without filling out the required field.

    KWEMO says:

    Bonjour,

    j’ai crée plusieurs emplois avec le pluggin « simple job board » pour un site de recrutement. Le problème est que lorsqu’une personne postule sur le site elle reçoit un mail de confirmation de candidature avec comme destinataire wordpress. Et un message en anglais lui disant que sa candidature a bien été envoyé. J’aimerai modifier le destinataire ( wordpress) et mettre le mail de notre rh à la place. J’aimerai également modifier l’objet et le corps du message qui est en anglais mais je ne vois pas où je peux le faire. Pouvez vous m’aider au plus vite s’il vous plaît !

    http://recrutement.soft-company.fr/wp-admin

      Salut KWEMO,

      Merci de nous contacter.

      Vous pouvez modifier le corps du message et le sujet de l’e-mail de notification à l’aide des hooks SJB.

      Veuillez explorer le fichier suivant, si tout va bien, vous pouvez facilement personnaliser le texte pour le corps et le sujet si vous avez une expérience de programmation:
      plugins\simple-job-board\includes\class-simple-job-board-notifications.php

      Actuellement, les e-mails ne peuvent être envoyés que par courrier électronique de l’administrateur de votre site Web. Vous devez personnaliser le plug-in si vous souhaitez ajouter cette fonctionnalité.

      S’il vous plaît laissez-nous savoir si vous avez besoin de plus d’assistance.

      Meilleures salutations,

      Ahmed Sarfraz | Associate Plugin Developer
      Email: support@presstigers.com

    Anita says:

    Hi. The search button does not display in the [jobpost] page

    scott says:

    How do we remove the Search bar and button.

      Hi Scott,

      Thank you for writing to us.

      For disabling the search bar and its button you can use SJB shortcode with search parameter.

      Following will be the shortcode if you want to remove the search section:
      [jobpost search="false"]

      Please let us know if you need any further assistance.

      Regards,

      Ahmed Sarfraz | Associate Plugin Developer
      Email: support@presstigers.com

        Scott says:

        Thank you – last question, we need to change a couple of words in the Email sent to the applicant – where/how can i do this?

        Awesome plugin!

          Scott,

          For customizing the email template, you can use SJB hooks.

          For more information, please explore the class-simple-job-board-notifications.php file under the following directory:
          plugins > simple-job-board > includes

          Thanks,

          Ahmed Sarfraz | Associate Plugin Developer
          Email: support@presstigers.com

    Anil says:

    When I am opening the all jobs in frontend , it’s showing the all pages and categories stuff instead of added jobs. Can u please me help from this issue.

      Hello Anil,

      It might be possible that your installed plugins or theme are conflicting with SJB. For testing purpose, please deactivate all of the plugins except SJB, switch your theme to any Twenty theme and then see this issue. Let us know if the problem still persists.

      Regards,
      PressTigers Support Team

    Somesh says:

    Hi,

    Can we filter the applicatants based on status like In Process, Shortlisted etc…

      Abdul Wahab says:

      Hi, Currently this feature is not available in the Simple Job Board, however, we can customize it for you at an hourly rate of $24.

      If you are interested in customization, let us know so that we can share an estimate with you.

      Best Regards

    Paul Judkins says:

    Thanks for a great plugin. How can I make the Read More button open a modal window – so it pops up the job rather than opening a new page.
    Many thanks

    rajani says:

    Hi,
    Where you are storing all attached resume?
    Is there any options for bulk download of resume?

      Abdul Wahab says:

      Hi Rajani,

      Resumes are stored in the wp-content/uploads/jobpost directory.

      Currently, this feature is not available however we can custom develop it for you at an hourly rate of $24.

    Brandy says:

    How do I limit the number of positions one person can apply for?

      Hello Brandy,

      Currently, there is no login functionality but you can customize your Job Board according to your need.

      Please ask your developer to do these modifications for you. You can also avail our services at the cost $24/hour via our contact email support@presstigers.com

      Regards,
      PressTigers Support Team

      Hello Brandy,

      Currently, there is no mechanism for limiting jobs. It falls under customizations. If you want to avail our services for these modifications then please contact us at support@presstigers.com

      Thank you for reaching us out. Let us know if we can assist you further.

      Regards,
      PressTigers Support Team

    George Ibrahim says:

    Hello There
    how can i customize the message for uploading a resume “This is not an allowed file extension.”

    thank You

      Hello George,

      Please use the following filter to change customize this “This is not an allowed file extension.” text.

      “sjb_invalid_file_ext_alert”

      We recommend you please take help from an expert programmer.

      Regards,
      PressTigers Support Team

    Agnieszka Rył says:

    Hi There,
    I’ve currently install the Simple Job Board plugin and everything works well except of Setting – when I change anything and click “Save changes” – nothing happen. I can’t save any setting.
    If you have any idea how to resolve the problem, I’ll be greatful.

    Regards,
    Agnieszka Rył

    max says:

    hi
    how can i get the search Job Board Container Id like here in photos i get it to much wide
    you can see it here
    https://art-max.com/sites/jobs/

    Tyler says:

    On a client website, “https://blueplateminds.com/open-positions-2/”. I have the job board installed and when I try to upload a PDF or image as a resume it is fine, however when I try to upload a doc or docx file it errors out and gives a 502 error in the console of developer tools. I have enable all extensions checked as well so Im lost as to where this error is coming from.
    Thanks.

      Hello Tyler,

      Thank you for reaching us out.

      It seems your hosting provider issue as a 502 error is the server error. Please contact to your site administrator for further assistance.

      Regards,
      PressTigers Support Team

    Agathe Herrmann says:

    Thanks for a great plugin. How can I make the Read More button open a modal window – so it pops up the job rather than opening a new page.

      Hi Agathe,

      Thank you for getting in touch.

      This falls under customization. If you’re interested in availing our services then please let us know so we can share an estimate with you. Our hourly rate is $24. Or if you have a strong technical background then you can customize SJB as well through the templating feature.

      Please let us know how you would like to proceed.

      Regards,

    Lynne Rowland says:

    Good day!
    Your plugin is installed on a client’s production site http://3bd.635.myftpupload.com/jobs/
    Attach resume works great for a pdf but goes into the never ending blue revolving circle for doc and docx. How do I fix this?
    Thank you for your plugin. Love the layout!
    Lynne

      Lynne,

      We have submitted a job on your website and the job is submitting. It seems your issue is resolved.

      Thank you for reaching us out. Let us know if we can assist you further.

      Regards,
      Sehrish Iftikhar

    Nat says:

    Hello there 🙂 I’m using Your plugin in one of the my website and I would like to add a link to Privacy Policy. Now I have there the whole text but it doesn’t look good 😉 https://jobijob.eu/jobs/kelner/. Can You tell me if there is a possibility to make a link there? I’m using Settings —> Privacy to edit this text but there is no option to add just a link. The checkbox is of course required and I also would like to add there another link to the “Website regulations” but… how? Looking forward for Your message.

    Regards
    Nat

    Malik Rehan says:

    hello
    I need help I want to remove the required option from attaching my resume can anybody help me

Leave a Reply

Your email address will not be published. Required fields are marked *

    Get in Touch