3564 comments found.
I get an error “Elements within this list are deprecated and are no longer supported in newer versions of Visual Composer.”
And the site is not working properly. Not styled (like as it is not loadind the css at all)..
I do not see the button for the visual composer on back end when I try to add new pages. And instead I get the above error and a huge list of the elements that are no longer supported.
Thank you.
I tried to deactivate all the plugins and then activate only the recommended by your theme, but it did not help.
I even tried to switch to the main parent theme, freshly downloaded and installed. It did not helped.
I had to switch back to previous version of the theme and the js composer.
Hi
Where exactly did you get that message? I’m running latest VC and latest WorkScout and didn’t see that message (actually never saw message like that from Visual Composer)
Also, please do not write the same message here and via my support email. Please use email for further support
How do I get all the page headers to look the same? Every single one looks different!
Hi, I’m not sure what you mean by that? Any examples?
Please see: http://drewkirkproductions.com/agricola/
The links on the home page aren’t visible but the links on the blog page are. Changing the header image doesn’t seem to do anything.
I’ve purchased over 10+ themes and yours seems to be the most difficult to find anything. Is there any way to edit a footer image or background color?
Hi
you’ve added a Custom CSS that makes the transparent header white. this is the code:
header#main-header.transparent {
background: #fff;
}
just remove it, and if you don’t want to use transparent header on home page, disable it in Customize -> Jobs Options -> Jobs Home Page
All settings are in Appearance -> Customizer, there’s no option to change footer colors or image (that grass you have there also looks like you’ve changed it, it doesn’t come from theme), you can use this https://siteorigin.com/css/ for easy CSS customizations
Thanks for the information. I seem to have resolved this issue now.
Is there any way to add a margin to the top of the menu items as the way I’ve done it seems to mess up the sticky header when scrolling down?
Could you also tell me the easiest way to remove any margin between the rows? (see the home page green section) When I adjust the margin for the row/column it doesn’t seem to completely remove it.
nav#navigation {
margin-top: 40px;
}
.cloned nav#navigation {
margin-top: 0px;
}
to remove the white gap, set negative top margin for the row that is below the gap
Thanks for all your help. Could you please tell me how to fix the menu issue? I’m looking to make the menu in the vertical centre but don’t want to mess it up when scrolling down.
nav#navigation {
margin-top: 40px;
}
.cloned nav#navigation {
margin-top: 0px;
}
Hi, not sure if this is a bug but the mobile menu is showing up on desktop after I search on the home page. It doesn’t appear on ‘Home’ or ‘Find a Job’ pages just on the results page when I use the search bar on the home page.
https://ibb.co/n3FuRaHi
What’s the address of your website so I could see it live?
#mobile-navigation { display: none; }
@media only screen and (max-width: 990px) {
#mobile-navigation { display: block; }
}
but it’s not on your site. You can try to add it in Appearance -> Additional 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!
That’s worked great, thanks!
Hi Guys,
I still need your help and would really appriciate it if someone can help me!
1.At my pricing list i insert the shortcode [pricing_woo_tables]. Now I see i Pricing tables, but only for the “Employers” package and NOT for the “Candidate package”
What do I wrong?
Please help me its important!!!
Thank you so much
Hi
that’s because this shortcode shows only job packages, but here’s the modified version https://www.dropbox.com/s/r73zzfpfdp91eha/pricing_woo_tables.php?dl=0 put it to your workscout/inc/shortcodes/ to replace your current one.
now you can use it like [pricing_woo_tables products=”resume_packages”] to show resume packages or [pricing_woo_tables products=”job_packages,resume_packages”] to show both types
Hi first of all thank you!
I just did it and it still not work 
I changed the file like you told me but if i insert these two links in wordpress, it shows me nothing an empty page…
Is there anything we forgot?
Send me message via Support Tab with access to you WordPress, I’ll check it
i did. Thank you
Hi,
I need your help immediately for these issues on my job page;
1. https://gyazo.com/17e22aac4a58087be6397489138d533c 2. https://gyazo.com/80b7126769a96c549bed7fe7fb39a327 3. https://gyazo.com/16bccdeed29a7ca8ee8c29deeda0c378 4. https://gyazo.com/ae1e00198aace330b5c54b23e3b2d391
I will be very happy if you answer me as soon as possible. Believe me especially because of 4. issue people not paying for job listings!
Hi
ad1) Edit workscout/job_manager/job-dashboard.php – this is at the end of that file, as you can see it takes the ID of the page that is set in Job Listings -> Settings -> Pages to be a Submit Job page, so you need to edit it there or just replace whole code with your button
ad2 & ad3 No idea what that table is doing there and how was it added, I’m 100% sure it’s not coming from theme. As for changing text try http://www.docs.purethemes.net/workscout/knowledge-base/how-can-i-change-some-words-in-theme-like-for-example-find-job/
ad4) This is handled by WC Paid Listings add-on, I’m pretty sure it’s something in configuration that adds it for all users, alternatively you could hide it with CSS.
I’d need to know your page address to provide you CSS for that
Thank you for your fast answers and help.
I fixed my first issue as you explained. But for second one I didn’t success with ’’Say What’’ plugin. I found the code for that ’’Preview’’ button on Wpide but I can not change it because it’s shortcode or I don’t know how to do it
My page address is; jobsinsofia.eu
Hi
can’t you just replace the text using WPIDE? it doesn’t matter if it’s shortcode
Hi, I am facing a problem on the mobile version of the theme. On iPhone 7 plus. Please check the image https://ibb.co/gJkSSF
You see that the “Find Job” (Βρείτε Εργασία, on Greek) appears on top of the mobile menu.
Plus the “User Page” and “Disconnect” appear on two rows instead of one row.
Please provide the css fix.
The website url is therminews.gr
I am almost ready to launch. Can you please fix this css error on home page?
Plus I want to ask something about the Categories page. I choose to list the categories by alphabetical order but this is not working, The categories are mixed.
Thank you.
Hi
I don’t have iPhone 7 plus but I’ve checked it on browserstack, and it seems to be fine https://www.dropbox.com/s/uomrso6hpnoqfcz/bs_ios_Mobile_iPhone%207%20Plus-10.3.jpg?dl=0
the same on 6 Plus https://www.dropbox.com/s/wjne5udjgrnc4z0/bs_realios_Mobile_iPhone%206%20Plus-8.0.jpg?dl=0
It works perfect on every device but not on iPhone 7.
Plus please tell me how to fix the categories. I want them to be listed by alphabetical order. I selected this on the settings but it is not working.
Thank you.
The problem with the css fixed. Need your help to fix the listing of the categories.
Thank you.
Which categories list exactly?
The page is this one http://therminews.gr/browse-categories/
And the backend settings are as seen on the image: https://ibb.co/dd5bnFWhen a user want to register there is the option of “I am looking to…” “Hire…” or “For a job…”
How can I make this field obligatory. Because if someone does not select this field he will be registered as an employer which is the first option.
Thank you
I’m almost sure it was fixed, but you have version 1.4.7.7, latest is 1.4.8.1,
as for the registration dropdown, it’s not possible to make it obligatory, you can just disable it in options, or reverse the option, depending on your settings it’s either workscout\inc\wp-job-manager.php:812 or workscout\inc\registration.php:211
If I disable the option what will happen? All new registered users are employers or are they candidates??
I will update the theme now and will let you know.
I just updated the theme but the categories are still mixed up. They does not appear in alphabetical order.
[vc_row][vc_column][jobs_categories full_width="yes" hide_empty="0" type="all" orderby="name" number="999" from_vs="yes"][/vc_column][/vc_row]
1. Adding the above code does show all the categories in alphabetical order but it does not respect the parent-child relationship of the categories. So all the categories appear as simple list and not as Parent> children.
If I select the “Group by parent” option it will show only the categories that have child categories. So all my categories that are just parent categories will not appear on list.
The same page, if i select as template the “Job Categories Page Template” will brake the css on mobile. Please check this image https://ibb.co/mHKPsF. I have selected another page template, does it really matters which one I use? If you have a css fix for this error, please provide it so I will switch back to the “Job Categories Page Template”.
The companies page has another error, it only lists companies with English letters. I know that this is not themes error but the plugins. Because the use foreach ( range( ‘A’, ‘Z’ ) as $letter )
As soon as I will fix this i will post it here so you could give it as a solution to other users in need.
Thanks
One more question…
How can I let user select their role when they choose to login with facebook. (I am using the Woocommerce Social Login).
thank you.
Today I got this notification “Elements within this list are deprecated and are no longer supported in newer versions of Visual Composer.”
Is there a specific reason that you are not answering the question about the order of the categories? I see that you have answered questions made later than mine.
All types that can be displayed using that element are described here http://www.docs.purethemes.net/workscout/knowledge-base/jobs-categories/
If you select it to group by parents, the parent category is the title of the section.
Hi
I hope you can help me.
I was creating an Pricing list with the shortcode [pricing_woo_tables] i have subscriptions at my theme for two different categories (Job & Resumes)
At the Pricing list it just shows me the packages for Jobs. And It starts with the most expensive
How can I show both subscriptions packes JOB + Resume? How can i organize the packages to start with the lowest price?
(
Thank you so much for your effort!
Check my reply to your last comment.
How do you handle the “Apply for a Job” form with multilanguage (WPML)? I have translated my website in 4 languages and I just noticed I can only select one form in Job Listings > Settings > Contact a Job Form. And because of the way WPML works with Contact Form 7 each form in each language has to be a separate form.
Hi
WorkScout is not WPML compatible theme (and not advertised anywhere as it). I guess that would require custom modification of Contact Listing plugin so it would use certain form based on the current language, which technically is possible, but you’d need to hire someone to help you with that.
Hi,
We are trying to use Contact form 7 on Single Resume Display page, through the ‘contact listing’ plugin. But, though the form shows as successfully sent, there are actually no emails sent. We tried to test the same form on other pages and it works.Any suggestion?
Hi,
Another problem that we are facing is, order of Resume Listing. We are not able to sort listings by Date added. When we use default theme, we are able to sort listings properly.
Hi
the order of resumes on the archive page can be changed in Appearance -> Customize -> Resumes Options -> Resumes Options
as for the Contact Form 7, I’d need to have access to your site to check it, but if it works on other pages, the only reason I see that it would work is wrong email address of candidate
Hi,
Your first suggestion really worked very well. Thanks.
For Contact Form 7 related issues, we have sent login credentials for your review.
Thanks for great support.
Hi, Is the search function working properly? It only shows all the jobs that are listed, instead of the ones that matches the keyword that i search for. www: mailitd.com Can you help me?
Hi
I just checked your site and seem to be working properly https://screencast-o-matic.com/watch/cbj16dlpCv
And what about ‘city, porvince or region’ I need buy some plugin? thanks
No, you need to enable that field in Customize -> Jobs Options -> Jobs Home Page.
I know but it doesn’t work. There are no search results only url changes: https://careerhouse.pl/#s=1
Have you set your own API key for google maps? Console shows this “This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/places_backend?project=_ For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key"
http://www.docs.purethemes.net/workscout/knowledge-base/getting-an-api-key/Without it it won’t work. You can also disable geolocation and then the location search will just match the text values from jobs
Hi Guys! Sorry another question, this time about categories.
When you add categories for resumes and jobs there are options to add Name, Description, Category icon or custom image, and a Background image.
I think currently only the ‘Name’ and ‘Background image’ are supported in the theme. Is there any chance you could add support for Description in your next update?
It could help a lot in terms of better SEO for the categories. But also we could include a button like Join Now, or Post a Job etc..
Here is an example: https://www.upwork.com/local/united-kingdom/england/london/wordpress/
There is a short description at the top + button, and as you scroll down you can see a much longer section “Hire.. Experts” with some text, and another section below “Skills related..” Maybe this is a bit too much, but it would be great to have at least one section.
What do you think?
Thanks, Roland
Hi, after further testing I can see that ‘Category Icon’ is used for Job Categories Grid on a home page, and ‘Custom image icon for category’ is also supported for custom icons. Thanks.
Is there any way that you could add support for Description on individual pages for Job Categories and Resume Categories?
Ok, I can see that the Description was picked up by Yoast SEO for meta description, but still, it would be great to be able to include this text on the actual page for visitors to see.
Hi,
I’ll add it for next update, thanks for feedback
Thank you!!!
Hi, I’ve translated quite a lot using LocoTranslate, but having a small trouble locating a phrase “View Resume” which is in the Job Application section where an Employer can see all the candidates and job applications. There is a picture of a candidate, first name, Email and then View Resume and kind of download icon. It is really a link to the candidate profile page.
I’ve searched through the theme and few WP Job Manager plugins but still can not locate it.
Please let me know when you have a free moment, thanks!
Hi
it’s in workscout\wp-job-manager-applications\job-applications.php: but it’s translatable string
esc_html('View Resume', 'workscout' );
and you should see it in LocoTranslate.
Hi, I searched again everywhere but could not locate it. In the Workscout theme, I have 1642 strings but no match for “View Resume”, and in WP Job Manager – Applications I have 200 strings, but again no match for “View Resume”.
I synced both language files to make sure that they are up to date before I searched…
Would you be able to check that on your end in LocoTranslate?
Thank you!
Hi
this is weird but you’re right, this string is not in the translation, even if all other from that file are. I’ll try to figure that out
Hi, quick question about styling and displaying job applications in the jobs dashboard.
1) I have free profiles and premium (featured) profiles on my jobsite. Is there a way to pull the information from the database about the profile type before displaying it and ideally adding a class “resume_featured” to the relevant div in the: div class=”application job-application” ?
like this is done on a page that shows all candidates and their resumes: https://workscout.in/resumes/2) Also, currently job applications can be sorted by newest, name and rating. Is there a way to put all the job applications from featured resumes in front of the queue? It doesn’t matter which filter is applied, but to always push these in front.
As I am sure you guessed by now, I am trying to monetize on featured profiles and tell users of all benefits they will get after upgrading.
Dziekuje Lukasz, czekam na odpowiedz, pozdrawiam,
Roland
Hi
ad1) There is function is_resume_featured( $post ) that takes $post object of resume, in job-applications you have ID of resume available if the resume is from that application, so something like
$id = get_post(resume_id);
if(is_resume_featured($id)) { echo "resume_featured";}
should do the trick
ad2) You’d need to modify the application_orderby around line 300 in /includes/class-wp-job-manager-applications-dashboard.php
Anyone having problem with selectin Header/paragrapg in text editor since 4.8.1 update of wordpress? All my pages with Visual composer or siteorigin or any builder have problem with this.
I replied to your email.
How can i add Recent job posts on my Revolution Slider from workscout theme ? Please update the steps here.
Sorry but afaik there’s no option for that
Hi, in the Signup/Registration form is there a way to revert the order in the field “I’m looking..” to set first ”..for a job” and second ‘to hire’?
You’d have to move it manually in the source files, depending on your settings it’s either workscout\inc\wp-job-manager.php:812 or workscout\inc\registration.php:211
Hi, yes I found it in workscout\inc\registration.php:211 ; but I’ve already edited quite a few templates and would prefer to avoid editing more as you constantly develop the theme. Is there any chance that you could make it as an option for us to choose in the admin Appearance > Customize > Login | Registration
I guess most of the jobsites will have more applicants wanting to add resumes than employers posting jobs, so this small change would help. Thanks!
Ok, I’ll change it
Thank you!!!
Hi I can see that in Customize > Login there is an option to “Remove role choose from sign up form”, how does it work? I mean when a new user signs up what happens next? I thought that this was necessary and a new user was given a role as a candidate or employer, and thus could see in the dashboard only role specific options. PLease advise, many thanks, Roland
Hi
there are users who don’t want employers accounts as they manage the job listing by them-self (like a single company that uses WorkScout for their own recruitment) – this is option for them so only Candidates can register.
Hi
How do you change the “featured color” from yellow to something different? I’ve tried CSS but no luck. TY
Hi
.resumes li.highlighted a:before,
li.resume_featured a:before,
.job-list li.job_position_featured a:before {
-webkit-box-shadow: 0px 1px 0px 0px #e0da94;
-moz-box-shadow: 0px 1px 0px 0px #e0da94;
box-shadow: 0px 1px 0px 0px #e0da94;
opacity: 1;
}
.resumes li.highlighted,
li.resume_featured,
.job-list li.job_position_featured {
background-color: #fefff6 !important;
border-color: #e0da94 !important;
z-index: 100 !important;
}
Please consider renewing your support as your included support period has expired. That help us maintain the theme and develop it further. Many thanks!
Hi, Quick question please.
I deleted Jobs page coz it was causing me 500’s errors. i added a new page with same name, same permalien and same short code https://snag.gy/AUK6Tb.jpg but if i do a job search on home page i got a 404 error https://snag.gy/0VQuX5.jpg
What can i do to fix it please ? Thank you
Hi
have you set that new page as your Job Listings Page in Job Listings -> Settings -> Pages?
I didn’t
it’s fine now thank you so much
Another quick question, I did not find where do change it… How can i translate in french the name for the menu “footer / for candidates” in the footer widget. I search with loco translate the strings in the theme but did not find it? thanks again
Hi
It’s just a widget title in Appearance -> Widgets, you can change the text there, it’s not ‘translatable’ as it’s something that user adds in Dashboard
yes thanks it worked 