Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Cart 7,297 sales
Recently Updated
Well Documented

purethemes supports this item

Supported

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, 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?

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

,

Thanks !

Hi

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.

http://nys.sry.mybluehost.me/transtea/

Please let me know How we can add the soical login?

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

Thank you, it works, but not all translations are displayed. Rest in English :”Please accept the Privacy Policy to register account.” Thanks

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)

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

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/

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey