3565 comments found.
Is the Pro version of Elementor bundled with the theme or just the free version?
Hi
Just the free version, it’s not possible to include Elementor Pro with themes (at least not do it legally)
Hi,
WP Job Manager Embeddable Job Widget plugin doesn’t work with WorkScout as it doesn’t support Workscouts search by radius function resulting in no jobs found within the widget.
Do you have a workaround?
Thanks
Hi
the plugin works but it’s not possible to customize it with other search elements like our radius or salary filters. That’s limitation of that plugin
do you have the pricing page demos. unable to run a job post as a demo company is not shown
Hi
sorry for delay, I see you bought the theme so I guess you see now how it works, if you’ll have any questions please contact us via Support Tab, thanks!
Pre Buy Questions:-
1. I wanted to know in this theme their is candidate and employer login…but is their any way that the “Admin” can see the data that Which employer has hired which candidate? like who has hired who? and all details of them?
2. I want to remove subscription feature and allow everybody employer and candidate to post jobs and apply to it free of cost..is it possible?
3. Is their any Timesheet ? like if suppose Candidate ABC has applied and selected by the Employer XYZ then the Employer will have access to time sheet where the employer can note down the number of hours the candidate has worked and then this employer can send the report of this timesheet to Admin….is this feature included in this? if not is their any way to archive this? if yes then how much is the cost to archive this feature…
Awaiting your reply Thanks
Hi
ad1. You have access to all the data like jobs, resumes and applications but actually you can’t see which application was chosen
ad2. Of course
ad3. No, that’s just a job board theme.
Is it no longer possible to register on submisson of job posting? Do you now need to register and then submit the job in the job dashboard? I have unticked the setting Require an account to submit listings’ but nothing happens.
It is but you have to set the Page Template for Post a Job page to “Default template”. If you are using “Dashboard Page” template which is set there by default it will first require you to register/login
Perfect, all sorted. Thank you for the speedy response!
new update doesn’t have related jobs, please fix
you have to turn them on in Customize -> Jobs Options -> Single Job – Related Jobs
Problem with my licence: I made an installation for trial purposes and then I unistalled it and wiped the install from the server. When I try to use the license now, it does not allow me. I don’ have any other install. What can I do, I need my license because I need to use it. Thanks
Hi
I’ve reseted your license key, you can activate it again
it worked! Thanks!!
Hello, Is it possible to change the icon on the Log In & Register button? At the moment it’s a lock and a ’+’. Thanks.
yes, please send us support ticket and tell what icons would you like to have
Hi can you help me showing the logos even when u are in mobile
Sure, please contact us via Support Tab
Hello, where can I find info about icon package and version included With the Theme ?
And is it Well documented how add icons to menus and categories ?
We don’t remember specific names of icon packages used. It was some time ago, you can use custom icons and don’t use those built in
Ok, but how many are built in and how are they used in categories and menus ? We have a large amount of categories and We would lile to avoid buying others if the ones built in can be used.
Generally you can use Elementor icons for that, we don’t have the full list of icons shown online anywhere, there’s the HTML version https://www.vasterad.com/themes/listeo/pages-icons.html which more or less is the same
Sorry, but I not a programmer and the question is simply wheter We need to customise the theme in order to have icons on the search pages our 250+ categories. Other themes have the icon defined either With a dropdown or letters defining the icon. Is it also that simple here or do We need to have custom work done in order to have category icons on the search page as you have it in the demo ?
There’s dropdown with preselected icons but there’s also option to upload your own SVG icon
Ok, I can see the last part has been up here a couple of times and I need to be sure that it is simple to add custom svg or other icons as we have a large number of categories. There is a simple setting in the theme that allows us to upload .svg files to a local folder on the server which can then be selected in a dropdown in the specific categories – is that so ?
Sorry to ask but we need this to be simple and not something that needs to be programmed. And when we look in the documentation for the theme there is no information about this ?
Hi, you can check all icons available in theme there https://www.vasterad.com/themes/workscout_2019/icons.html
At this moment we don’t have option to upload custom svg icon for a category but that’s simple thing and we will add this in near future
Thank you – that helped.
Can you indicate the timeframe regarding option to upload and use own .svg ?
A week or two
Hello,
Is it possible to make certain fields in candidate profile hidden to other candidate users. However, make those field visible to employer users?
Example: Candidate lists they are “actively looking for a job”, and also list “desired salary range”. This information can be seen by employer users only.
I’m asking this because candidates will not want to publicly display they are looking for a new job to the whole world. However, if recruiters or companies see it that is completely fine.
Hi
we don’t have such functionality
Hi! Is there a way for an Employer to contact via internal message (and not email) a Candidate that send an application?
Hi
only from his profile/resume page
Hi, great theme! I love it. How can I add an “Add Resume” and “Manage Resume” button in the Employer Dashboard?
Thank you so much! <3
i want to remove my theme to previous domain and i don’t have access to previous domain. please help me to remove
Hi
done
Can an employer also be job seeker ? Or do your theme only accept one role pr. user/mailadddress ?
Yes they can, there’s no role restriction to functionalities
Ok, we just tried at an aktive site with your theme and when your have a user as employer with a specific mailadress it refuses to let your register as an employee with the same mailadress. It is essential to us that user on the site can both have joblistings and resumelisting with the same account as you can be an employer offering jobpositions and with the same account offering your own services in the same or other categories. It is essential to us to know if this is possible and how it work. Can you please provide details or even better demo access wherec this can be seen ?
You don’t have to register separate account, as employer you can also submit resume and vice versa
Ok, that sounds good. Please allow a another question. Is there an avaliable proces where guest are converted directly to users when they contact another users job- or resumelisting ? Example: a guest visiting the site would like to contact a listing and Press “contact” and is presented for a form where guest put in his mailadress and text he want to send to the listing and then is being a member directly in this proces, by recieving a verifikation mail and/or a password to login. This fast guest to user conversion would be preferable.
We don’t have anything like that
Is it possible to see your Woocommerce / paid use functionality in action / Demo ? I did not find it in your demo here ?
Sorry, we don’t have that available on demo
Hello, is there anywhere I can see how ready your theme is for Danish localication and language including localication and language for the underlaying plugins your theme needs ?
It’s fully translatable, I suspect Danish localization doesn’t require anything unusual so you shouldn’t have a problem with that, we have example of localized sites using WorkScout for example https://fiks.nl/ but I can’t find now any example of Danish site
This code limits WordPress search so it searches post titles only. It goes in the functions.pho file. How can it be tweaked to work with WPJM and Workscout please? Currently it only works with WordPress posts, not jobs. Thanks.
function __search_by_title_only( $search, &$wp_query ) { global $wpdb; } add_filter( ‘posts_search’, ‘__search_by_title_only’, 500, 2 );
if ( empty( $search ) )
return $search; // skip processing - no search term in query
$q = $wp_query->query_vars;
$n = ! empty( $q['exact'] ) ? '' : '%';
$search =
$searchand = '';
foreach ( (array) $q['search_terms'] as $term ) {
$term = esc_sql( like_escape( $term ) );
$search .= "{$searchand}($wpdb->posts.post_title LIKE '{$n}{$term}{$n}')";
$searchand = ' AND ';
}
if ( ! empty( $search ) ) {
$search = " AND ({$search}) ";
if ( ! is_user_logged_in() )
$search .= " AND ($wpdb->posts.post_password = '') ";
}
return $search;
Here’s a link to the code in case I didn’t copy and paste it properly: https://www.isitwp.com/limit-search-to-post-titles-only/
Hi there, please ignore this comment. I’ve come up with a workaround. Thanks
Hi there, I am looking for some custom code to be created, is this something you offer? Please let me know so I can provide more information. Thanks.
Hi
we don’t provide customization services.
PRE SALE QUESTION: Can we charge from the job applicants for per application? For example employee (job applicant) will spend 5 credits per job application he made. Is it possible. Secondly related with this question can we have a wallet system on job applicant side. So they can buy credits and credits will be stored in their wallet. And they will spend it per job application. Is this possible?
There’s no such functionality