Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Cart 7,275 sales
Recently Updated
Well Documented

purethemes supports this item

Supported

3563 comments found.

I saw you post on the update a few months ago, “Added json+ld for job listing for Google rich search results”. Is there a write-up or tutorial for getting the jobs formatted and displayed with google jobs? I’ve tried using the google structured data tool for my job list page and it hasn’t worked. https://search.google.com/structured-data/testing-tool

Hi

since latest update of WP Job Manager it has JSON+LD feature built in the core, so we removed our function for that from WorkScout. Make sure you have the latest version of both WPJM and WorkScout and it will work out of the box

Damn fast response. I figured it out in that regard I believe. Also to answer my own question, the code for stuctured data testing tool when you enter the actual job page URL, not the job listing page.

Have the following error message can help someone?

Notice: get_the_job_type ist seit Version 1.27.0 veraltet! Benutze stattdessen wpjm_get_the_job_types. in …............../wp-includes/functions.php on line 3831

Hi

make sure you have latest version of WorkScout and WP Job Manager installed

I’m trying to change the heading on the search jobs page from “We have x job offers for you” to something more generic as the jobs listed may not be suitable to the candidate, even after filtering. I have tried to update the jobs.php text but when I view on the page it shows my changes then reverts back, there is obviously a javascript hook that is picking up the job_text class that is attributed to the text and changing it, please could you tell me which js file it would be in? Theme is awesome btw!

Cheers.

It happens in workscout-ajax-filters.min.js but the easiest option would be to rename that class to anything else (or just removed it) – then JS won’t change it.

thanks for replying, I still wanted the singular/plural functionality, I just wanted to change the phrasing, I found where to change it in the functions.php file. I use a child theme, is it possible to add these to the functions.php file there? Do i just need to define the entire method in the child theme’s file? Cheers, Wabbit

Hi

changes should be done using child theme if it’s possible, but I don’t know that exactly you’ve added to modify it

It’s been over a year with your theme. We love it!

I have a quick question, is there any way I can increase container width on mobile https://imgur.com/sVspPf2 ? Which css line I need to adjust?

Best regards,

Thanks!

You’ll find it in workscout/css/responsive.min.css.

Please consider renewing your support as your included support period has expired. That help us maintain the theme and develop it further. Many thanks!

More information about Support Policy

On my install, the Resumes only get plotted on the map when you make a filter. When the page first loads, the points don’t plot. Any thoughts as to why this would happen? Once I change a filter, the map resizes and plots the points to match the filter. Jobs page plots active job points on first page load no issue on my install as well.

Hi

what’s your website address?

Just sent it in a message.

we are having problems with maps, it keeps white and on console log appears an error: js?key=AIzaSyBsnYWO4SSibatp0SjsU9D2aZ6urI-_cJ8&libraries=places&ver=4.8.1:102 Uncaught RangeError: Maximum call stack size exceeded at Iy._.k.get (js?key=AIzaSyBsnYWO4SSibatp0SjsU9D2aZ6urI-_cJ8&libraries=places&ver=4.8.1:102) at Jy (map.js:17) at Iy._.k.zoom_changed (map.js:42) at Db (js?key=AIzaSyBsnYWO4SSibatp0SjsU9D2aZ6urI-_cJ8&libraries=places&ver=4.8.1:37) at Iy._.k.set (js?key=AIzaSyBsnYWO4SSibatp0SjsU9D2aZ6urI-_cJ8&libraries=places&ver=4.8.1:102) at Jy (map.js:17) at Iy._.k.zoom_changed (map.js:42) at Db (js?key=AIzaSyBsnYWO4SSibatp0SjsU9D2aZ6urI-_cJ8&libraries=places&ver=4.8.1:37) at Iy._.k.set (js?key=AIzaSyBsnYWO4SSibatp0SjsU9D2aZ6urI-_cJ8&libraries=places&ver=4.8.1:102) at Jy (map.js:17)

can you help us?

Hi. Can you send me link to your page? You are also using demo API key, you need to generate your own http://www.docs.purethemes.net/workscout/knowledge-base/getting-an-api-key/

Yes we are using the api key we send you the link by mail

yes we are using the correct api key, we send you the link by mail. Thanx

Hi, may i know how to duplicate a job post. WP job manager support told me that it can be duplicated on job dashboard, but I cant see the button in my job dashboard. Not sure whether is being hidden.

Hi

I’m sorry, there’s a bug in our dashboard template that doesn’t show the duplicate functionality. I’ll post a fix asap.

Hello. Is is possible to make Google map and search suggestion (location) in French?

Hi

If I’m not mistaken the map language is automatically adjusted to your system language

system language or browser language? Because I tried on a browser in French, and suggestions are showing in English.

Thanks

“By default, the Google Maps JavaScript API uses the user’s preferred language setting as specified in the browser, when displaying textual information such as the names for controls, copyright notices, driving directions and labels on maps. In most cases, it’s preferable to respect the browser setting. “

but it is possible to force the language for all users https://developers.google.com/maps/documentation/javascript/examples/map-language

hi.. maps in my local computer is work, but in my hosting maps not work : only sidney maps without any jobs display

sorry my english

You don’t have “Purchased” badge on your comment, please verify first.

Hi, great theme. I have a question from the client for whom I’m building the website. Can you tell me how longs jobs are marked as New or what criteria are used to deem a job to be no longer New.

best regards John

Hi

they are set by default to have “New” badge for first 48hours. It’s set in workscout/inc/wp-job-manager.php line 1207 function workscout_newly_posted()

Hi,

I have a problem. On the admin page, on the /wp-admin/edit.php?post_type=resume I get the “white screen of death”.

I cannot see any content just an empty white screen.

*Update. I changed the status of all the published resumes to draft but still no luck.

There is some conflict with the Post Status Notifier Lite plugin (https://wordpress.org/plugins/post-status-notifier-lite/).

I disable it and everything works. But the problem is that I need the functionality of this plugin.

Is this a known problem or is it something that is a problem only for me?

Was this plugin active before t and that problem just happened when you’ve switched the status of all resumes? It’s not really theme related issue but looks like a bug in that notifier plugin, so please contact author of that plugin, I’m sure he’ll know better what to do withthat.

Hi how can i change the url for the testimonial, cause I want it in french : “témoignages”... thanks

Add to your child theme functions.php file

function change_testimonial_slug(){
    return 'témoignages"';
}
add_filter('purethemes_custom_slug_testimonial','change_testimonial_slug');
After that visit your Settings -> Permalinks page and click “Save” there

Your answer for translation in the top answer here is not filled i have translated in full with poedit and still the All categories on frontpage is not translated.

Hi

I’m not sure what you mean by ” answer for translation in the top answer here is not filled” but if you’ve update theme, then you need to update your translation file with the new strings. If you’re using LocoTranslate, hit SYNC button on translation screen, in PoEdit use “Update from source”

Sorry i have wrote a new explanation on last page

Categories “All Categories” drop down on frontpage – still in english although everything else is translated.

Hi! I love your theme! But I have a pre-purchase question: Is there any way to also allow candidates to post job offers? I need a template where the role “employer” does not exist. All users must have the same permissions, each can announce a job and also apply for a job offer created. Is that possible? Thank you very much for your time! Regards!

Hi

that’s actually how it works by default, there are no restriction for roles unless you add them using 3rd party plugins. So by default candidate can post a job and employer can apply for job

Thanks very much!

Hi guys. It’s been 4 months and the site is awesome, 130 businesses have advertised to date.

Biggest Problem so far which is causing us loads of grief is the image up on job submission. Clients end up attempting to upload their logo over and over again yet you have advised that this feature is now removed?

I am confused at this and we end up with 10 of the same image each time a business uploads a job as part of their registration. How should this process work?

Hi

Good to hear that you’re happy with your site. Next update will have it fixed, there will be option to choose an image from the already uploaded images by client (like the Media Uploader for posts works right now in dashboard)

I have a pre-purchase question: is it possible to add more than one location for a job posted? Is there a plug-in to add more locations? Our clients want post a job for more regions because they are looking for sales people.

Hi

I’m afraid no, job can have only one location and I’m not aware of any plugin that would add more

1. If I click on a job in job listing page, I want that to be opened in new tab. Right now it opens up in the same window. 2. If I click on a resume in resume listing page, I want that to be opened in new tab. Right now it opens up in the same window. What do I have to add and where? Can you help me please?

Thank you. True. I understand. Thinking of doing major customization but will do it all at once after collecting feedback from my portal users for next three months. Thanks again for your wonderful support. Your theme is great.

I just left 5 Stars for your theme after testing your support for last two weeks :)

Thanks!

Appearance -> Customize -> Maps -> is no longer visible what can? have caused that

Hi, are you sure you have latest version of theme installed?

Hi

What is the path to change the placeholder text in the search box container only. TY!

Hi

your support period has expired, please renew it.

Really? That’s the answer I get? Nice Job…..

I replied to your last two questions when it was already expired, and reminded you kindly to renew it, you still didn’t do it. Here’s Support Policy on ThemeForest if you have any objections https://themeforest.net/page/item_support_policy

And answer to your question is actually in documentation.

Hi

I have a basic install of workScout and I’m trying to create a posting that requires the employer to select a package in order to pay to list a job.

I have 2 products and I have made them a Job Package using the WC Paid Listings plugin, but when I go to the post a job form, the packages are not being displayed.

Is there any further configuration i need to do to get the packages to display?

Thanks

Hi

you don’t have “Purchased badge”. Please verify your purchase first if you wish to get any support.

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