3565 comments found.
HI, where can i translate this “Job Listings:” which shows on woocommerce thank you page.
<ul class="wc-item-meta"><li><strong class="wc-item-meta-label">Job Listing:</strong></li></ul>
I’m pretty sure it’s in WC Paid Listings add-on
Thank you for fast reply!
Is there an option to create a package for number of jobs a candidate can apply to? Pay X amount to apply for N number of jobs?
Hi
no, the packages for candidates is to limit their resumes uploads, not applications
Hi, How can I add reviews to Candidates and Employers? Thanks
There’s option ‘Enable comments on Resumes’ in Resume Settings, so you can use some reviews plugin for candidates, but jobs/employers don’t have such option
Hi! Please tell me how can I change this words:”Tagged as”.
Thank you! I have only one question now. Tags works well in search filters but tags link after vacancy description works bad in opera and chrome. It opens wronr vacansies from other tags archives.. Example: https://antalrussia.ru/job-tag/chemicals/ Here must b onli Chemical tags but there are other vacancies..
Plese answer. It’is very urgent.. And Where can I find this words in php files: “Tagged as” for example if I want to delete it from page.
Hi
our response time is up to 48 hours as stated above. Please contact me via Support Tab with admin access to your site, I’ll check what’s wrong. And where do you have this Tagged as: text displayed on your site? I don’t see it
hi, how can I hide a job if a candidate has been found.
to resuces is the option to hide
Thanks
There’s option to set job as filled and hide it.
where can i find this setting?
Thanks
Please verify your purchase first if you wish to receive support from us. You don’t have “Purchased” badge on your comment
Hello, I want the employer to display a calendar in which availability can be checked.
Example link img : https://bonne.unydev.ro/wp-content/uploads/2021/01/calendar.jpg
Hi
There’s no such option in WorkScout
Hi, I want those who post an ad to be able to set who they want to see the ad: example: 1. Public -> Platform users can view your profile. 2. Discreet -> Only the users you have connected with 3. Private -> Only me to see the ad
Thanks
Hi
we don’t have such option
Hi,
I installed the module Reviews for WP Job Manager but it doesn’t work.
The form Reviews is not displayed
Thanks
Hi
we don’t have built-in support for this add-on.
Hello, I managed to add in admin Resume custom fields. but I can’t display it on the single page resume page. how can you display custom fields on the single page resume ? Thanks
You need to edit file workscout/single-resume.php and display it in place you want using https://developer.wordpress.org/reference/functions/get_post_meta/
you can see how other fields are displayed this way and just duplicate it
Thanks, I made it
hi, Before you buy your theme, I want to ask you if it is possible: Resume Fields custom adding .
Thanks
Hi, yes, but not from theme, please check https://wpjobmanager.com/document/resume-manager-editing-submission-fields/
Hi, I want to add some extra fields to my profile for example: address: date of birth: gender: male / female.
How can I do this? Thanks
Hi
you’d have to customize files plugins/workscout-core/templates/my-account.php and plugins/workscout-core/includes/class-workscout-core-registration.php, see how other fields are handled there and re-use it for your fields
Hi! Could you tell how I can hide the button “Send Message”/”Login to Send Message” on a Single Resume Page? Or leave it and redirect to a static page of the website when user click on it?
Hi
in wp-admin -> WorkScout Core -> General -> uncheck “Use WorkScout Private Messages to contact candidates”
Thank you!
Could you also tell where in the tepmlate can I change the icon on the “Contact” button on a Single Resume Page? Is is an envelope there now. But I want to delete this icon, or change it into another one.
In workscout/single-resume.php
Could you tell in what line icon should be changed? I’ve found 3 words in lines 125-134 in this file “”, tried to change the word “envelope-open” into a name of any other icon – but still the envelope is on the button. So changing in lines 125-134 hasn’t helped….
And, what is interesting, in this file workscout/single-resume.php there is no word “Contact” which we can see on a Single Resume Page
I thought you are asking about ‘sl sl-icon-envelope-open’ icon in the Send Message button. The contact button is in workscout/wp-job-manager-resumes/contact-details.php line 13
Hi, In the registration form, the Password field appears first. I would like it to appear AFTER the fields name, first name and email. Thanks if you can help me move it
Hi
you’d have to move those fields in template file wp-content/plugins/workscout-core/templates/account/registration-form.php
THANKS !!!!!
Hi, how can i display woocmoerce packages on the site. After installing the theme, only one package appears and it does not look like in your demo.
url packages : https://bonne.unydev.ro/woo-job-packages/
Thanks
Hi
looks like you haven’t installed/activated WooCommerce plugin
Hi, is activated WooCommerce plugin
You also need https://wpjobmanager.com/add-ons/wc-paid-listings/
Hi
I want to add social login/register . https://prnt.sc/wljnsxBut also I have one query How we can know that the user is login using social network is candidate or employer.
http://nys.sry.mybluehost.me/transtea/Please let me know How we can add the soical login?
You can use this plugin https://wordpress.org/plugins/wordpress-social-login/ it has option in settings to allow user to change role after registration via social login
Thanks for the help!
I have one more query.
How we can add the authorize.net payment gateway when employer select the plan. https://prnt.sc/wmd9sz
Thanks
Is there any free authorize.net module which is compatible with woo-commerce and this theme.
Hi
here’s a list of all payment gateways for WooCommerce https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/ and probably there are more on wordpress.org
Ok Thanks
Also How we can add new field in resumes when we submit a resume? https://prnt.sc/wmigvt And also i want to add that field in search(filter).Means using that field(value) we can search the resume. https://prnt.sc/wmiigyFor editing fields https://wpjobmanager.com/document/resume-manager-editing-submission-fields/
for editing search form you can use https://plugins.smyl.es/release-announcements/search-and-filtering-released/
alternative is customizing that in code
Hi
We have added the new field when Candidate submit the resume. https://prnt.sc/wnz8c4So, How we can add this field in the search area and using this field we want to show the result in resume page.
https://prnt.sc/wnz98jCan you please let me know in which files we need to change the code(customize).
Thanks
I can recommend the plugin from smyl.es but if you want to custom code it, look into plugins/workscout-core/includes/class-workscout-core-search.php and /plugins/workscout-core/templates/sidebar-jobs.php
Hi,
I have customize the code nothing happen in the front-end.
Can you please help? How we can display new added field in the search area on resume page.
Field: https://prnt.sc/wnz8c4 Search area: https://prnt.sc/wnz98j
Thanks
Also I have purchased this theme and lot of add-ons.
I need your help for this tasks
Sorry, of course for resumes it will be file plugins/workscout-core/templates/sidebar-resumes.php
you can see how other fields are added there and how they are handled in class-workscout-core-search.php.
Hi
We have purchased the plugin.
Now please guide me how we can add the custom field in the search area.
Candidate submit the resume. https://prnt.sc/wnz8c4So,
How we can add this field in the search area and using this field we want to show the result in resume page.
https://prnt.sc/wnz98jThanks
Which plugin? The “Search and Filtering for WP Job Manager”? Support for that plugin is provided by it’s author https://plugins.smyl.es/support/new/
Hi,
How we can change the order of job category in the backend.
Means I want to change the order of category in job submission and resume submission form.
Right now its display according to alphabatically.
Job submission form: https://prnt.sc/xlgzzl
resume submission form: https://prnt.sc/xlheg2
Backend: https://prnt.sc/xlhft1
I want to change the order
Thanks
???
Our response time is up to 48 hours, please don’t rush us after hour of not hearing back from us. And for support related questions please use Support Tab in the future
You can try with this plugin https://wordpress.org/plugins/taxonomy-terms-order/ but I’m not sure if it will work.
Ok Thanks for the help!
I need one more help! 
I want to display resume only for Premium and enterprise employer. If employer select the basic plan than he/she will not able to see the candidate resume.
Is it possible in the theme.
Means: I just want job posting. No view resume for the basic plan. Premium and enterprise can view resumes.
Thanks & Regards.
You could use this method https://wpjobmanager.com/document/tutorial-require-an-active-job-package-to-view-resumes/
Hi Team,
I need your help!
Previously I have added the query regarding social login or registration.
MY QUERY: I want to add social login/register. https://prnt.sc/wljnsx But also I have one query How we can know that the user is login using social network is candidate or employer.
Your Response few Days back.: You can use this plugin https://wordpress.org/plugins/wordpress-social-login/ it has option in settings to allow user to change role after registration via social login
Now My concern is I have added the social login plugin https://wordpress.org/plugins/wordpress-social-login/ but when I register through social login https://tinyurl.com/y9lpqqav then there is no option to select user role like Employer or candidate. https://tinyurl.com/y9lpqqavIt should be in “Bouncer” settings https://miled.github.io/wordpress-social-login/bouncer.html to allow custom fields
Hi
in Bouncer settings this should be set to “yes” https://nimb.ws/TD1t60
Hi,
Default i have set yes.
And after that when I register using facebook then ask this . https://tinyurl.com/y9t3bzom https://www.transmissionrepairjobs.com/but there is no option to select the user role.
Please contact me via Support Tab with admin access to your site, I’ll check it. Because even here you should have dropdown option to choose role https://www.transmissionrepairjobs.com/wp-login.php?action=register
Can you please share the support link or email address
I have sent the details through support tab.
Thanks
Hi,
Thanks for the help! https://prnt.sc/10cma5h Now its working properly.Could you please tell me about this issue? Why was the user’s role not being displayed previously?
Thanks
It was problem in code, it will be fixed for update so don’t worry about it
okay Thanks 
Hi, for the translation of the theme and plugins I used Poedit. When updating workscout I lost everything. I did everything again with Loco but some updates are not done, I had to work directly in the source files
Do you have any idea what happened?
Thanks
Hi
translations should be stored in wp-content/languages/ you’ve probably upload it to wp-content/themes/workscout/languages and that whole folder is removed during update. LocoTranslate takes care of it and suggest the wp-content/languages path when you create translations.
Make sure to click Sync in LocoTranslate, if you have any missing translations it should add them, also don’t forget to translate WorkScout Core plugin.
Thank you, it works, but not all translations are displayed. Rest in English :”Please accept the Privacy Policy to register account.” Thanks
This is translatable string in WorkScout theme https://www.dropbox.com/s/pikvz443zipdgg0/screenshot%202021-01-12%20at%2011.35.21.png?dl=0
Thanks
How can i change salary decimals? I have changed decimals to 0 on woocommerce settings but it still shows like $55,000.00 on job listing page (I’ve imported demo 3times now. but still not working)
Hi
it uses https://developer.wordpress.org/reference/functions/number_format_i18n/ to format number, so that’s based on PHP Locale.
if you want to get rid of the decimals change number_format_i18n($salary_min) to number_format_i18n($salary_min,0)
in wp-content/themes/workscout/single-job_listing.php
im sorry but it’s not working.
i have changed like this
echo esc_html( number_format_i18n($salary_min,0) ); echo esc_html(number_format_i18n($salary_max,0));
It still shows like $5000.00 on browse job page. https://workscout.in/browse-jobs-without-map/ i want to show like your demoDid that change on single job listing view? For the list of jobs you’d have to modify in the same way workscout/job_manager/content-job_listing.php
The code is little different on content-job-listing.php
it coded like this
<?php echo ws_get_job_rate($post); ?>
<?php echo ws_get_job_salary($post); ?>
sorry i found the code and i’ve changed like this. But it’s not working.
<?php
$salary_min = get_post_meta( $post->ID, '_salary_min', true );
$salary_max = get_post_meta( $post->ID, '_salary_max', true );
if( in_array("salary", $job_meta) ) :
if ( !empty($salary_min) || !empty($salary_max) ) { ?>
<span class="ws-meta-salary">
<i class="fa fa-money" />
<?php
if ( $salary_min ) {
if( $currency_position == 'before' ) {
echo get_workscout_currency_symbol();
}
// echo esc_html( $salary_min );
echo esc_html(number_format_i18n($salary_min,0));
if( $currency_position == 'after' ) {
echo get_workscout_currency_symbol();
}
}
if($salary_max) { if ( $salary_min ) { echo ' - '; }
if( $currency_position == 'before' ) {
echo get_workscout_currency_symbol();
}
// echo $salary_max;
echo esc_html(number_format_i18n($salary_max,0));
if( $currency_position == 'after' ) {
echo get_workscout_currency_symbol();
}
} ?>
</span>
Please contact me via Support Tab.
Hi, When I pass the mouse hover the logo (in the header), the avatar etc, a gray stripe in the background appears, how to make it disappear? Thanks et Happy New Year
Can you share link to your page? And happy new year to you too!
HI pure themes I am running a facebook ad campaign and want workers to register, is there any way to have a custom page for candidates to register on ,thanks in advance. Greg
Hi,
we don’t have such page that would have registration for just candidates
OK no problem will use candidate page
IN layout options boxed view is there a way of adding adds to the background instead of images. thanks greg
That would require custom modification
Could you point me in the right direction as I am very happy with the theme just need this feature to be the best theme I have bought.thanks greg
Right direction would be to hire someone to modify it for you as you need. This is not “one line in code” type of change. I can recommend https://codeable.io/