• 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 13 replies - 16 through 28 (of 28 total)
  • Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I don’t mean to be rude Apolloman, but what the hell is wrong with you? Maybe it’s the first time you are on WordPress or maybe you don’t speak English well (or maybe you are some sort of spammer) but please understand that this is a support forum, not a review/comment board! It’s the third time you post unrelated content and you are actually spoiling my request for support by driving the Author’s attention elsewhere from this issue (which is not resolved).
    Please go open your own thread or make your own review, thank you.

    Plugin Author PickPlugins

    (@pickplugins)

    Hi, @arsenalemusica

    I can see your site is under maintenance mode, i will be happy to fix your issue.

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Thank you Pick. I put the site live again, you may view any job test by clicking them in the footer widget .I can see there’s a new version but I will wait for your feedback before updating it.
    Be aware that I’m also using this code in my header.php. Maybe that’s also not needed anymore?

    <!--  solution to missing header in JOB BOARD MANAGER -->
    <?php
    if ( is_singular('job') ){
        include(locate_template('top-header.php'));
        }
    ?>
    Plugin Author PickPlugins

    (@pickplugins)

    Yes, you are right you don’t need the code you mentioned,

    Single job page is now filter only content area, so others part(header, footer, sidebar will remain same, just like your default post)

    if you want to customize single job template make a copy single.php and copy to single-job.php (this is helpful if you don’t want sidebars)

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I have removed those codes from header.php and functions.php and I now updated JBM and the single jobs look ok. Thanks
    Update for the blank page problem: the page needed a refresh to come back

    With single.php and single-job.php you mean templates/job-single/job-single.php? I’m a bit confused as I don’t find single.php anywhere

    • This reply was modified 7 years ago by anonymized-14293447.
    Plugin Author PickPlugins

    (@pickplugins)

    If you are not expert in coding i am not recommend to customize the code,

    I would like to suggest restore functions.php backup from FTP or file manager

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I need to ask you if a new update is coming because I have problems.
    1) You updated description and I can see the code for adding some extra input fields, but it’s not that easy to understand for non-developers. Maybe you could implement an option from backend.
    2) I’m not able to eliminate the sidebar, you haven’t replied to my doubt about what file needs to be changed.
    3) the single job is now shown as a post, i.e. using my theme’s post layout. I need to have it like the old single job
    4) the translations are not pulled anymore

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    5) the frontend job descriptions are not in an accordion anymore. Is it a bug or accordion is not available anymore?
    6) drop/select files not working anymore
    7) I also believe that JBM is responsible for throwing extra <p></p> paragraphs, as I got them in a couple more plugins’ frontend which I updated after JBM was updated.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I am checking back on this thread as I’ve been left with JBM not working since.
    I still have all above problems unresolved and would appreciate some feedback. You have now released a new version with just a language translation. Have you abandoned this plugin?

    Plugin Author PickPlugins

    (@pickplugins)

    Hi @arsenalemusica, i din’t noticed your reply.

    #1. I would like to request you to hire someone to help your coding problems, adding option is not a solution here. we used WordPress filter hook API, anyone who understand WordPress filter API will able to code and easy to implement.

    here is the example code
    https://www.pickplugins.com/documentation/job-board-manager/filter-hooks/filters-job_bm_filter_job_input_fields/

    #2 & #3. yes we have removed single template and replaced with single post template, “single template” was causes serous buggy with most template which hasn’t code end on header and footer. that’s why we use single post template. you can just copy and rename single.php to single-job.php on your theme directory to create own styling, you can remove default sidebar completely from single-job.php. so it will back to old style full page job template. if you don’t know much about theme customization i would like to request you to hire someone who is expert.

    #4. can you please tell me which language are you trying to displaying?

    #5. i am not sure which issue you are talking about? please send me screenshot.

    #6. this issue is happening if your page contain js error, please debug your page and fix js error first if any.

    #7 can you please send me you job link so i can inspect it.

    We haven’t abandoned this plugin, we are still waiting user feedback and update as needed.

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Hello Pick !
    I understand you moved on in order to solve bugs. I guess I’ll have to hire someone to solve those changes.
    #4 I’m using Italian. This is an example of translations not accepted
    #5 The accordion in the send-module is fixed. The descriptions I guess are missing because you deleted them from the plugin. Right?
    #6 the DropFiles console error
    #7 link to single job, please inspect this paragraph. I cannot really find where paragraphs are injected. I had a discussion here, I don’t mean you should read it all, just look at their screenshot

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your reply,

    #4. i will check translation issue and update plugin as needed,
    #5. some input field is removed on version 2.0.25, you can still bring back these input field by filter hook, you can see the old plugin code on version 2.0.23 these option existing, download old version from here https://www.ads-software.com/plugins/job-board-manager/advanced/

    #6, #7 issue might happening for wpautop function used on your theme,
    please try adding these code under theme functions.php file

    remove_filter( 'the_content', 'wpautop' );

    Regards

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Pick, I suggest you review/update all your documentation because the files you mention, e.g. single-job.php, are named differently, e.g. job-single.php. Also the codes are often not reflecting those mentioned in the documentation. All in all it’s a bit confusing. ??

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘please clarify the newest update’ is closed to new replies.