Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Cart 7,247 sales
Recently Updated
Well Documented

purethemes supports this item

Supported

3559 comments found.

Hello, I have another question . Can I customize the REGISTRATION window/pop up to add some required fields? 2) Can I separate registration process, to have one page for employers and other different for candidates? thanks

Hi

there’s no option to separate it or add a custom field without some modifications in code.

Do you have an example of the indeed or ZipRecruiter add on from WP Job Manager?

Here’s a site that uses Indeed add-on https://www.eorbits.com/browse-jobs/

Hi if I was testing your DEMO and if I was logged as Employer I can submit resumes, and apply for jobs (that’s incorrect) and I was logged as a candidate I can see other peoples resumes (wrong). Can you confirm please? Thanks

Hi, that’s correct and it’s done on purpose, please check explanation https://wpjobmanager.com/document/the-employer-role/

Hi! I’ll like to ask how to change the width of the theme? It looks very narrow in my macbook pro retina 13” it looks very good when I zoom out at 90% but in 100% it has this problem, looking so tight and narrow, the menu doesn’t fit properly etc. It even looks like this on your demo site on my computer ( and my friends) http://imgur.com/a/D2wt6 http://imgur.com/a/CzYWf I saw more people complaining about and I thought you would solve this problem soon and I’ve been waiting but now I had to ask…How can I change it? Thank you!

I’m afraid if you can fit the menu there’s not much else to do than to re-organize it

What I mean is that the @media for macbooks pro 13” retina is not right…it looks like it if was for a smaller screen, and I already read other people complaining about it….I guess they fixed it by themselves then. If you can’t give me support on this I’ll do it myself. Very sad since I read your support had good reviews.

Ok, how about editing responsive.css and style.css and replacing each 1289 with 1279? After saving this changes clear cache in your browser to see it.

Couple of questions – Firstly can you remove fields from the submit job form e.g. Hours per week

Secondly does https://wpjobmanager.com/document/editing-job-submission-fields/ guide work for editing fields in the job submission form with thistheme.

Trying to make company_logo required tried some variations of this -

add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' ); function custom_submit_job_form_fields( $fields ) { $fields['job']['_company_logo']['required'] = "true"; return $fields; }

Thanks

Hi

you can disable hour filter in Job Listings -> Settings, this will also remove it from the job form..

The guide for editing fields works, I used in in my theme. In your code it should be true without ” “

Thanks for your help.

One more thing, I’ve added an excerpt to job spotlight via <?php the_excerpt(); ?>

However I cannot seem to change the length of the excerpt using: function new_excerpt_length($length) { return 100; } add_filter('excerpt_length', 'new_excerpt_length');

Am I missing something?

There’s function workscout_excerpt_length in inc/extras.php that might have higher priority

Hi, I created a pretty elaborate application form, there are about 55 fields. I want all of those fields to come through the “Employer Notification” email, but not all of the tags show up on the “Employer Notification” page. I tried to guess what they would be, and that did not work.

How do I get all of the info entered into the form to show up in the Notification email?

Thanks.

Hi

sorry but that’s a question to https://wpjobmanager.com/support/ as it’s not handled by theme. It all happens in plugins/wp-job-manager-applications/includes/wp-job-manager-applications-functions.php function create_job_application

Hi, I’ve been playing with the demo and I intent to buy the theme and the optional premium plugins too but I have a few questions before buying:
  • Can access to resumes be restricted to paid plans? What I want is that only paying customers can browse the resumes and not the costumers that choose a free plan. Can that be done?
  • In the location field, can the suggested results be limited to a certain country? What I want is that when I star typing the suggestions are only cities in my country. I noticed that field says “powerd by Google” so I’m guessing there’s a way the Google Maps API can let mi restrict results to a certain country. If I buy the theme can you guys point me in the right direction to accomplish that?
  • Can some plans include featured jobs? I didn’t see how featured jobs display on the demo.
Thanks in advance for your answers. Regards.

Hi, I’m already working with the theme, can you help me with the location field thing I mentioned in the previous comment?

What I would like is te set the Google Maps API so suggested locations are limited to Mexico and in Spanish. I would be very grateful if you help me with this.

Also, I’m using a child theme to make sure I can keep updating the parent theme in the future, so it would be grate if the necessary changes can be made in the child theme.

Thanks in advance for your help.

Hi

in latest version, in Customize -> Map Options you have an option to limit locations search results to single country, as for language, the Google Maps API detects the browser settings of the user and set the language appropriately.

Thanks a lot. Works perfectly.

Hello, the light box feature is not working for me. Also, Im going to Appearance > Theme Options > General… but I don’t see the option to add the page as the login. How do I fix this?

Hi

Please check this http://kb.purethemes.net/article/71-user-registration-in-workscout-explained ​ ​you need to enable popup login/registration form in Appearance -> Customize. It was moved from Theme Options couple months (and even more updates) ago

Hi, I’ve just updated to the latest version of Workscout v1.4.6.3 but I can’t get maps to work. I’ve entered my API key and enabled maps on the jobs page but nothing happens – my job listing page still doesn’t display the map. I also tried creating a new page with a Jobs/Resume map element but that didn’t work either. It just displayed a blank rectangle with back and next arrows in the bottom right corner. Is there something else I need to do? I’m running this on localhost

Hi

if you want to show jobs from specific category just link this page http://182.160.157.156/~pollendev/job-category/offer/

the filters sidebar won’t pick up this settings from shortcode on the main browse-jobs page

OK thanks, but how can I change settings for this though since it’s not an actual page eg. how to I hide the titlebar? And how can I display more than one category – with the shortcode you can display multiple categories by comma separating them.

Sorry for delay. I’m afraid it’s not possible currently, but I think I have idea how to make it work, let me get back to you later on this

Hi Sir,

I am using theme to build a job board website. Using this theme I need to add functionality in my website of taking an online exam/quiz from the candidates who are applying for the job, and then i need to give them rating stars based on the test scores. That rating score should become part of candidate profile so that it would be visible to the company wherever the candidate applies for job.

I wanted to confirm is your theme extendable enough that i could simply add these features in my website using this theme? If yes would you kindly elaborate that how could I achieve this?

Looking forward for your response. Best Regards, Ahsan.Suleman ahsen.suleman@gmail.com

Hi

there’s no such functionality in theme or with the WP Job Manager add-ons, so you’d need to hire someone to add it for you

Hi Lukas, how could I make that every Job had multiple Job types? Similar as Category. Also than how could I update the post-a-job form with multiple selection.

Hi

just enable it in Job Listings -> Settings http://www.awesomescreenshot.com/image/2314873/cfde716d50d8b99d89f969b986e6c3af – this will also change it on Post A Job page to multi select form http://www.awesomescreenshot.com/image/2314877/f76d33d482685ceca96224f15fccb23a

Hi, how do I change the homepage background image?

I don’t have homepage options in theme options or customize…

thanks

Hi

sorry, we reorganized the settings but I haven’t updated documentation yet. Now it’s in Dashboard -> Appearance -> Customize -> Jobs Options -> Job Home Page Options:

Hi, i have a question about the icon fonts.

I want to add my own icon font in this workscout theme. Where can i include my own icon files like css, ttf, woff, svg, etc.? And how can i make the icons selectable with the icon picker, which file i musst change to add my font name or selector name?

I will be happy for any information.

Thank you very much.

Hi

I’m sorry but it’s way too complicated to explain and not really in theme support scope. Maybe this will give you some idea how to add it http://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme/ and here’s how to add your own icon set to Visual Composer https://wpbakery.atlassian.net/wiki/display/VC/Adding+Icons+to+vc_icon

Thank you very much.

I tried now to add my own icon in visual composer the steps 1,3 and 4 is ok but in step 2 i con’t understand in which file, function or where and how i can but this line:

vc_map_update param “icon_type” add: __( ‘Your icon set name’, ‘js_composer’ ) => ‘your_icon_set’

I found this https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524310

To understand, what is the name and what is the category?

Hi, I have a couple of doubts.

Why does the template allow you to create job offers from the front-end to registered users as candidates?

- When you are creating an offer from the front end, once you have reached the preview, a button appears to continue the process by choosing a job listing. When I click it I redirect to paypal but I first want to be redirected to the page of woocommerce with my packages, the user chooses one and then can pay with paypal or bank transfer.

Thank you, very good theme.

Hi

it looks like you have both WC Paid Listings and Simple Paid Listings activated – and you can’t have both so disable the Simple Paid Listings plugin

If I do a search on the home page to find a job in a certain place then I’ll go to the page (as an example) http://www.office-post.nl/browse-jobs/?search_keywords=&search_location = Denhaag. If I had another search (location) give a different place than it is unresponsive. I know that on this site, especially jobs for Rotterdam, but would like it if there is a visible reaction and the google map shows my search. I have just looked at the preview page of scout work and there it works fine: https://workscout.in/browse-jobs/?search_keywords=&search_location=Texel%2C+Nederland#s=1 So in other words the place you specify, in this case Texel is shown on the map even if no vacancies here. Hope you can help me. Thank you very much!

My problem is unfortunately still persists. Would you please once more have another look at this issue. I would like to finish this project quickly and effectively for me and my client. Hope for an answer. Thanks in advance for all the effort!

I changed the api-key, but it’s still not working… Would you please respond…

If you have Domain Key restriction set in API configuration, try to disable it. You have just 4 jobs on the map, which means only 4 of them were geolocated, so the search by radius won’t work for others

Hello, do you have a login for the backend? I would like to test it first in the baking

Hi

I have even better, you can run your own trial site here http://purethemes.theme-demo.net/workscout ;)

Job application is not using the application addon email templates e.g. I am seeing “Hello, A candidate has applied online for the position …” whilst the template says “Hello, A candidate ([from_name]) has submitted their application for the position …”.

Hi

this is not handled in any way by theme, but by the Application add-on, support for this is provided by WPJM https://wpjobmanager.com/support/

Hi,thanks.

Finally resolved this with WPJM, thanks again for the heads up.

Trying to edit the Resume Form. I’ve followed the tutorial to add and remove some fields, but I need to edit the contents of the “Education” and “Experience” expanding fields. I also would like to add another that acts like those two for “References”. How would I do that?

Hi

to add fields on front-end you need to hook into submit_resume_form_fields, for backend it’s resume_manager_resume_fields, check how it’s done for Rate field in workscout/inc/wp-job-manager.php line 412

Ok, am I adding it to this php file? Where the info isn’t showing up is on the front end resume when I view it as an employer.

The other question was how do I add another field that’s like the Education and Experience field?

Hi

sorry. No you don’t have to (actually shouldn’t) add it to that file, use your functions.php file in your child theme. Contact me via Support Tab I can send you a file with example of added custom fields that are like Education field

Dear Support! Hungarian language is available?

Hi

it’s translatable theme so you can translate it http://kb.purethemes.net/article/70-how-do-i-translate-theme but unfortunately I don’t have Hungarian language pack for it.

Hi,

I’d like to know that does this theme support BuddyPress? I kinda want it to be more link linkedin. Or at least there’s company profile that employer can update news and can notify candidates who are following that company once the news are updated.

Hi

there’s currently no any special support for BuddyPress in WorkScout.

Thanks!

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