allisontavora
Forum Replies Created
-
Ok @jenhooks,
I think this was not clear to me when reading the information on the plugin site. Now I understand.Thank you!
@kishores,
Unfortunately it did not work too. 🙁Hello @jenhooks,
I did not understand what you should say with “paid Resume Manager addon”. I have not bought any supplements yet. I have the WP Job Manager plugin. I just added these codes with the “Code Snippets” plugin, as you explain in the tutorial of your site.
I did as you explained, again.
It did not work either.
I think this problem is something of Jetpack itself, because when I realized the problem, my site had only 2 plugins installed, Jetpack itself and the WP Job Manager plugin. I had already disabled WP Job Manager, but it also did not work.
I’m going to disable Jetpack because I can not have this “loophole” for access to ordinary users.
Thank you!
Hi, @madhattersez
I did everything as you explained and nothing has changed.
But thanks for your help.
Forum: Plugins
In reply to: [WP Job Manager] Enable comments on listingsSo the problem might be on the site template?
If it worked out well with you, it should have worked for me too.
Okay, I’ll check that out.
Thank you very much.
Hello @madhattersez
I have checked these statistics display settings in Jetpack and only the administrator is set to view them. But even so, it is still possible for a common user to have access to this information.
As I said earlier, I already used the “User Role Editor” plugin to avoid this problem, but there are no options in the plugin to remove user privileges in Jetpack. That’s why I asked for help here.
Thanks.
Forum: Plugins
In reply to: [WP Job Manager] Enable comments on listingsHi @cena
Hi
Thanks for your reply though, I’m still in trouble;)
Using what you indicated, I have the following problem:
When I add this code the “comments” field still does not appear, even after publishing new listings:
// Add comment support to the job listing post type – you’ll need to enable the comments for old listings manually
add_filter (‘register_post_type_job_listing’, ‘register_post_type_job_listing_enable_comments’);function register_post_type_job_listing_enable_comments ($ post_type) {
$ post_type [‘supports’] [] = ‘comments’;
return $ post_type;
}When I add the code below, the “comments” field appears when the user is going to publish the listing. The field “comments” is there being required, forcing the user to comment something so that the listing is published.
// Make comments open by default for new job listings
add_filter (‘submit_job_form_save_job_data’, ‘custom_submit_job_form_save_job_data’);function custom_submit_job_form_save_job_data ($ job_data) {
$ job_data [‘comment_status’] = ‘open’;
return $ job_data;
}Can you give me a hint how to solve this?
Thank you.
Print: https://imgur.com/a/ayxLObn
- This reply was modified 7 years, 7 months ago by allisontavora.
Forum: Plugins
In reply to: [WP Job Manager] How to show the author?It’s ok,
I thought it was since it only appears when a “listing” is created.So sorry.
Thank you!
Forum: Plugins
In reply to: [WP Job Manager] I can not translate and change plugin fields.After much research on the plugin’s codes, I was able to find the resolution of the problem. For anyone who has the same problem as me, maybe this will help.
To enable editing of listings, go to the path: “Plugins> Editor> WP Job Manager> Includes> class-wp-job-manager-install.php” and look for the “Employer”, “wp-job-manager” option and “true” in the options you want to release for editing.
Forum: Plugins
In reply to: [WP Job Manager] I can not translate and change plugin fields.@jenhooks
Help! LOL- This reply was modified 7 years, 7 months ago by allisontavora.
- This reply was modified 7 years, 7 months ago by allisontavora.
Forum: Plugins
In reply to: [WP Job Manager] I can not translate and change plugin fields.Hi, @jenhooks!
No problem, I can inform my url yes.
156dopovo.sjc.br
You need to access the listing creation page http://156dopovo.sjc.br/adicionar-reclamacao-sugestao-elogio/ and create a publication (listing) with username and password to see the problem. As soon as you can, try clicking “edit” or “delete” or “duplicate.” You will see that nothing works.note:
In order for you to understand better, I’m using the WP Job Manager plugin as a “creator of complaints” in the design of this site that will be something to charge the positioning of the politicians of my city of the problems that exist in it. But overall, it works the same way as a publications site.
Thank you in advance for your attention and I look forward to your help. 😉
Forum: Plugins
In reply to: [WP Job Manager] I can not translate and change plugin fields.Hello @jenhooks
I already translated before your response and thank you for your attention. But … taking advantage of this opportunity, now I have another problem that maybe you can indicate here how I can solve:
I have created “test” users as well as “listing test” and in the listings panel “job_dashboard” no user can edit their listing (job), even if connected to the site.
I already installed and configured and changed the rules of the users that I determined (employers) and enabled all options for this and nothing worked.Any tips on what I can do to resolve?
- This reply was modified 7 years, 7 months ago by allisontavora.
Forum: Plugins
In reply to: [wBounce] fire every timeDeleted everything, all data stored by browsers.
It seems that the pop-up back to normal with respect to not appear at all the posts. It’s all right!
However, by directing the mouse to the site of the scroll bar, the popup now appears. But, should appear only when you leave the site. You have no idea what is it?
Thanks.