3550 comments found.
1. I want to create a portal for foreign employees. Employers in German, employees in Polish. Is it possible to automatically translate descriptions from German to Polish? Can this project succeed? 2. What standards must the server meet to support this?
ad1. You’d need to use some plugin for that like https://www.weglot.com/
I have already purchased the theme – but my question is when the employer adds an advertisement in his language, how will the employee read it? Is it possible to translate in real time – or every minute? ps. I’m from Poland, maybe Facebook?
Hi
weglot translate sites in ‘real time’. we provide support via https://themeforest.net/item/workscout-job-board-wordpress-theme/13591801/support
This theme uses the WP JOB manager plugins, what is the version of the bundle or plugins that this theme has?
I replied to your email
Hi, what registration form plugins are compatible with your theme? I want to create differente registration forms for candidates and companies but I do not know if possible with your theme.
I also would like to know if it´s possible to limit the number of companies someone registered as a company can add. We want to limit to 1 the number of companies that can be added to a company profile.
Thanks
Hi
Technically you could use any registration plugin but it would require some small changes in code to redirect to different forms instead of our default forms
as for company limit, that is possible but also would require small change in code
License activation page is showing blank and unable to install the demo
I have managed.
Awsesome
Can a employer feature a job listed by paying ?
Yes, as part of listing packages you can set package to be featured, but you can’t pay separately for featuring a listing
so to be clear, the employers for example cannot pay for advertising their listings at the top spots..?
Hi, is it possible to display job categories even if no jobs are assigned to them?
Hi
it is possible with simple one line change in code
Great news, where do we find that one line of code?
Please verify your purchase and I’ll happily share that with you 
I can send you the purchase code – but I don’t want to send it publicly
Sure, use the contact form here https://themeforest.net/item/workscout-job-board-wordpress-theme/13591801/support
Thanks, I’ve sent you a request with the purchase details. Looking forward to your reply.
Hi, is it possible to integrate workscout or findeo into listeo?
Hi
no, it’s not possible
I’m just wondering if there’s a simple way to map applications the same way that resumes and jobs are mapped. Looking at the code, it looks like there are some functions already established for application mapping, but maybe it was abandoned? Not really sure. Either way, this is definitely a customization I would pay for. I’ll gladly renew support or pay whatever it takes to accomplish this. Thanks.
Hi
first and foremost applications don’t have any address or geo data, so that would be a first obstacle. Technically it is possible to add, I’m not aware of any functions for applications mapping, but generally it would require custom modification.
Hi,
How can i remove the sidebar from the job listing page? I’d prefer to not have it, and allow the job lister to have more real estate on their screen when uploading a job listing.
Right now, it’s kind of crowded.
At the bottom of the page there’s three options for sidebar – left, full width, right – nothing for ‘no sidebar’
Thanks
We don’t have full-width layout option for job listings, it would require some customization, plus sidebar on job view has a lot of important informations about the job
Hello team, kudo to your continued efforts in keeping the theme up and running.
A quick assistance please:
When job location field is empty, Location display the text: ANYWHERE on single job page. I want to edit that text: ANYWHERE
When I checked the plugin folder I found it on: wp-job-manager-template.php but I noticed it’s already overridden in your theme templates but I can’t find the theme template that is overriding it.
Can you please point me in the right direction.
I look forward to your usual help.
HI
you can use that method https://www.docs.purethemes.net/workscout/knowledge-base/how-to-change-some-texts-words/ textdomain is workscout_core or change it using filter
the_job_location_anywhere_text
Pls I don’t want to install say what plugin for something this little.
I prefer to simply edit it in the theme template.
All I want is show me the template that has the file.
I await your response.
Thanks
Easiest method, add in functions.php
add_filter('the_job_location_anywhere_text', 'change_location_text');
function change_location_text($text)
{
return 'Something';
}
if you need additional help please renew your support. Thanks
Ok thanks, this will definitely take care of it.
Cheers!
I think your product is great, but I have these two questions to decide my purchase:
- Is there a way to set the theme so candidates can pay to appear first in employers’ search results or appear as “featured candidates” or something similar?
- Can the theme be configured so the employer can pay to receive a limited batch of candidate profiles? I mean, the employer pays to receive 10 profiles, and if he wants more then he can pay for another batch.
Those are two specific requirements from a client and I would like to know if it is possible or if there is a way to customize the theme to do so.
Hi
ad1. Yes that’s possible
ad2. No, we don’t have option like that, it would require additional plugins or custom modification
I dont know why my website stop working. Can you please check? Vagas.vet.br
Seems to be ok now, I don’t see anything wrong
Hi, you have a great theme and im really considering this for my project. i have a few pre-purchase questions.
1. Can you Add/Remove Fields in the Job Listings?
For example i would like to add the field if the job you are posting is Office or Remote Job, or a Selection of Languages for “Language Requirements” for the job.
And maybe also add those in the search form?
2. We would like to hide contact details for a job to non-logged-in-users or the job listing not to be visible at all. Is that possible? Because we will only offer paid services.
Thank you
Hi
ad1. Please check https://www.docs.purethemes.net/workscout/knowledge-base/editing-job-submission-fields/
ad2. This could be easily changed to that
Hi,
A few candidates are getting a 403 (access to resource is denied) when applying for jobs. Is this a known bug? How to fix?
Thanks
Hi, please send us support ticket https://themeforest.net/item/workscout-job-board-wordpress-theme/13591801/comments
Thanks!
Hello, I saw woocommerce is integrated. So is it possible that the employer and/or freelancer can purchase products on a separate show with their accounts? Or do they need to create another account for shopping? If it is not possible do you see the possibility to copy their account data to the woocommerce customers?
Thank you.
Hi
they can buy products using the same accounts, it’s not a problem.
Is there a way to filter resumes by categories? Thanks
Yes of course, even demo shows categories filter on resume pages
I have a doubt about a fact I’ve just discovered. When you add a resume from admin wordpress dashboard the skills are suggested based on the existed ones (like happens with tags). When you are an employer and search resumes in the front end, skills are also suggested while you are typing. But when you are a candidate, the field “skills” does not suggest anything. The candidate type whatever. I don’t know why the field doesn’t behaves the same as the other roles. I don’t see the logic of that. Because in this way you find the same skills over and over again written with typos or the same skills with different construction. How can I convert the field “skills” to autosuggest? Thanks!!
Hi
that’s actually how WP Job Manager has this built, this part is not functionality that comes from our theme.
Ok thanks!
Hi,
Is it possible to use the register/log-in pop up anywhere on the site? I’m creating a dedicated landing page for some A/B testing and would like to have the register box embedded half way down the page…
Possible?
Thanks
Hi
you can invoke the popup from the link that is like:<a href="#login-dialog" class="small-dialog popup-with-zoom-anim login-btn">Log In</a>
Nice, this works. Thank you. What change in code would be needed to make it a register dialog instead of login dialog?
<a href="#signup-dialog" class="small-dialog popup-with-zoom-anim register-btn">Register</a>
thanks!
last one, for a while ….
on the register page/pop up, are we able to add in country as a field? so they can select which country they currently reside in? or is this only available when uploading resumes…?
Currently no, it would require changes in code, but there will be big update soon that will have a lot of new features, including registration form editor to handle custom fields
Thanks 
Looking forward to the update
am on a bender of fixing things this weekend….
1 – Can we make the Companies page viewed as a grid (vs the list) 2 – How to get rid of the sidebar showing up on all pages (like checkout) 3 – Disable ability for registered candidates to add a job
ad1. We don’t have grid layout for that
ad2. Edit page and below editor you have Page Options section, you can set there page to be full-width
ad3. You’d need plugin like https://wordpress.org/plugins/restrict-content/ or similar to restrict content of this page based on role
Hello, the homepages are empty. I do not see the samples as in the demo even though I imported the full theme.
Please contact us via support tab with admin access to your site. We’ll check it
Pre-sale question: Is there a feature integrated where companies can rate employees / job applicants?
It will be, but not yet at this moment