• Resolved anonymized-14293447

    (@anonymized-14293447)


    Before installing the new update I read that you removed all job options (and the plugin is now offered at 149€). It sounds like the whole job attributes have changed. Was this necessary? Can you please clarify?

Viewing 15 replies - 1 through 15 (of 28 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Hi, thanks for your post,

    First i request you please don’t misunderstand, we found these options are less useful, some user feedback we found request to remove. although these can be added by filter hook.

    * “Short content”.
    * “Job responsibilities”.
    * “Education requirements”.
    * “Experience requirements”.
    * “Skills requirements”.
    * “Qualifications”.

    Expiry can be manage by free add-on available https://www.ads-software.com/plugins/job-board-manager-expired-check/ we are working on both plugin.

    * Expiry date

    And some option we are still working, we think these option should not available to user job submission form, but only admin can manage(this is under working)

    * Featured job
    * Job status

    These 2 options are permanently removed, we don’t think these are useful.

    * “Display company name?”.
    * “Display company address?”.

    We are working for future version, please patience,
    “Job Board Manager” is free as it was, the price you mentioned is not for plugin “Job Board Manager” its the premium add-on bundle.

    I hope you understand.

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I understand you have discussed all options but what distinguishes JBM from other plugins is the fact that it is not Admin-centered but offers Employers the possibility to submit their jobs offers. If you don’t allow Employers to list their requirements I wonder why should they submit jobs in the first place.

    Plugin Author PickPlugins

    (@pickplugins)

    We also have planning to make these option visible to “Employers” request for “Featured job” so admin will need to review and approved them, i hope you won’t disappoint.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Please update your demo with the current features. I have spent lot of time tweaking JBM into my site and now the prospect of seeing it all change is not something I look for… so I must check a demo before upgrading. ??

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    All right, I have updated because you mentioned about the possibility to keep job options with filter hooks, but:
    1) I can still see those options in my backend. Is it because they need to be removed from database?
    2) please indicate what filter hooks I should use to create those options in job-submit form and job view.

    I’m not in a hurry, so I can wait for new updates and new documentation, but if you already know those filters and where to put them, please tell me (us). Thank you

    Plugin Author PickPlugins

    (@pickplugins)

    I would recommend don’t do anything until new version come, we are working i hope it will publish within 2 days.

    Regards

    Plugin Author PickPlugins

    (@pickplugins)

    Can you please check the latest version 2.0.26 and please see the screenshot what we have changed.

    View post on imgur.com

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    issue after update:
    1) single job layout in major conflict with theme
    2) unresolved old bugs:
    – backend: submission type “step-by-step” still not working, only accordion does
    – frontend: drop-files in submit-job form doens’t have a “loading” icon, so user might think that nothing is happening… only after a few seconda the image will appear
    – some .po translations aren’t applied (for instance “publish, drop files here, select files,” etc.)

    apolloman

    (@apolloman)

    hello dear developer, hello dear all,

    many many thanks for the new update – and for the continued work on this overwhelming plugin.

    it is a great pleasure to see the continued work – the new release and the sustainable development.

    i like this plugin very very much. It is one of the best in its class!

    Thanks for all you do!

    apolloman

    Plugin Author PickPlugins

    (@pickplugins)

    Hi @arsenalemusica, if you used following code before for fixing single job page issue, you can remove in latest version,
    we have removed single template and replace on content so in latest version you won’t need following code to add wrapper,

    
    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 class="content-wrapper ">';
    }
    
    function job_bm_action_after_single_job() {
      echo '</div>';
    }

    We haven’t work for “step-by-step” so it should work as it was before. if you found any issue please keep reporting.

    # thanks for the loading icon idea.
    # we need to check translation issue, will fix and update plugin.

    Regards

    Plugin Author PickPlugins

    (@pickplugins)

    Hi @apolloman thanks for your feedback,

    i would like to request please submit reviews on this page
    https://www.ads-software.com/support/plugin/job-board-manager/reviews/

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    yes I was using that code, and also another piece

    /* job submission page wpautop filter */
    remove_filter( 'the_content', 'wpautop' );

    But you can see the page is still a bit messed up after removing them.

    Concerning the “step-by-step”, it has never worked for me so maybe there’s some sort of conlict as well.

    apolloman

    (@apolloman)

    hello dear PickPlugins

    many thanks for the reply. Sure i will write a review

    i do so within the next few days.

    keep up the great project – it rocks!!!

    Yours Apollo

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Hello, my job section is a mess. Is it better I wait for next update or must I fix the problems?
    1) frontend, as I discussed above, my single-job is broken and removing that code didn’t help. Header is replicated and it appears as if it’s using a blog template (with blog date and sidebar)
    2) job-submit form accordion shows open and tabs cannot be closed
    3) please instruct on how to add filters to show options you have removed

    thank you

    apolloman

    (@apolloman)

    hello and good evenind dear arsenalmusika

    many many thanks for sharing your infos & your experience. Well do we expect a new release within the next few days / weeks?

    Love to hear from you & the developer.

    ps – perhaps we should contact the developer ad pickplugins…
    what do you say!?

    love to hear from you
    best regards

    • This reply was modified 7 years ago by apolloman.
Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘please clarify the newest update’ is closed to new replies.