• Resolved ibiza69

    (@ibiza69)


    Hi, thanks for the update. We need some help/support with Renew Job Offers. We updated with this last plugin update and saw that the Renew Option at new drop down menu is shown ONLY TO ADMIN, not to USERS (that publish and administrate their job offers).

    We too saw that the new drop-down menu of options in manage my offers seems to be transparent and does not show the options that are below any part or logo of the website.

    We share 2 images:

    1. The menu that the site ADMINISTRATOR sees, where the RENEW option is available: https://i.imgur.com/RFt12Je.jpeg
    2. The menu seen by the COMPANIES that publishes their offers on the site, where the RENEW option is NOT available: : https://i.imgur.com/5upknNW.jpeg
    3. Additionally, in both images we show how the new drop-down menu, being transparent, covers the options available in it, because an image from the website covers it.

    Can you share a solution for this type of problems we are facing?

    Thank you for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ibiza69

    (@ibiza69)

    We have also noticed that after updating the plugin, the website is terribly slow, we do not know if it is due to the new statistics or due to some other circumstance, but it is critical, it started after updating the plugin, absolutely everything slowed down like never before.

    Thread Starter ibiza69

    (@ibiza69)

    We forgot one last question and we want to take advantage of this post, to see if you can help us or clarify doubts.

    Now we have in the new MENU of MANAGE MY JOB OFFERS OFFERS, the option to RENEW JOB OFFER (that is GREAT!), but the option to REPUBLISH JOB OFFER is also in the same menu.

    How could we DEACTIVATE the REPUBLISH JOB OFFER option, so as not to have both almost identical options and thus leave only the RENEW option?

    This is very important for us, as we loved this new option of RENEW, because the REPUBLISH option our users use it too much and duplicate their job offers published in our sites and we do not want to have duplicated job offers published, so now that we have this great new option of RENEW, we would like to take completly off the REPUBLISH option.

    Thank you in advance for all this!

    Thread Starter ibiza69

    (@ibiza69)

    This morning we were working on solving these problems discussed in this post previously.

    One of the problems that we find ourselves unable to solve is DISABLE “DUPLICATE” JOB OFFER in the Job Dasboard menu: jm-dashboard-action jm-ui-button–link job-dashboard-action-duplicate

    This is CRITICAL for us, because companies do not stop DUPLICATING their published job offers over and over again and again, saturating our website with the same job offers duplicated, tripled, quadrupled, etc. So if we can disable duplicate job offer menu and maintain the new renew option, all our problems will dissapear.

    Note: It would be great to have an option in WPJM settings about this Dash Board menu, for us to control those menus, for activating the ones needed and disabling the one not used (Duplicate, Renew, Delete, Filled, etc).

    Everything else, I think we have been able to solve.

    Thank you!!

    I saw this somewhere else in the form about duplicating jobs. Maybe this is what you are looking for?

    add_filter( ‘job_manager_my_job_actions’, function( $actions ) {
    unset( $actions[‘duplicate’] );
    return $actions;
    } );

    Thread Starter ibiza69

    (@ibiza69)

    Hi @tkgnewseed , we got it this past week from another post, thank you for sharing!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Renew Job Offer missing to users, not to admin’ is closed to new replies.