Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Discussion on WorkScout - Job Board & Freelance Marketplace WordPress Theme

Cart 7,277 sales
Recently Updated
Well Documented

purethemes supports this item

Supported

3564 comments found.

Hi Lucas, how am I able to remove the white space between the homepage sections, please check this screenshot: http://prntscr.com/eypnqm

Hi, unfortunately Visual Composer adds some pseudo CSS elements that are doing this, I use a small CSS hack for this:
body.page-id-2597 .infobox {
    margin-top: -2px;
}
where 2597 is ID of a website, in your case it will be different

How we can right align the header navigation menu?

There’s no option for that unless you’re using RTL

Hi there. Thank you so much for the latest update, the regions are now correctly displayed on the single resume template.

However, they are outputted has:
<a href="”" www.mysite.com="">myregion</a>

As you might expect, when clicked, it brings the user to a “Nothing Found” page.

If you look at the single job template, when the user click on the region, it brings the user to a search page with the value of the region already active in the filters.

Is there an easy way I could disable the href for right now?

You guys are doing an amazing job, your template is fantastic, thank you. :grin:

The code is a bit messy in this form when I use the forward slash, so here it is with back slash instead.

<a href="www.mysite.com\resume-region\myregion">myregion</a>
Sorry for that, I just uploaded update that fixes the resume region archive:

    * fixed issue with disappearing keyword field
    * option to remove role from sign up
    * deadline and expired field added as options to job meta 
    * resume region archive added
    * small CSS issues fixed

You Rock!

Is it possible to divide the role of the Employer account into parent Employer and child Employer? Parent Employer is supposed to be a company, Child Employers are supposed to be stores.

Hi, Sorry, there’s no option for that

There is no changelog update since 1.4.6.3. Please update. Thanks

Sorry,
Version 1.4.7.1 18.04.2017
* options to show/hide job meta data (Customize -> Jobs Options -> Jobs List)
* fixed and improved reset/rss/alert buttons
* option to limit location search by country (Customize -> Maps Options)
* job categories boxed switched to flex layout (can be turned off) for better responsivness 
* fixed "lost password" form issue
* "Job with filters" page template - use job shortcode (now as VC element) with different option on various pages 
* updated Font Awesome icons
* some various smalll fixes and improvements
* WooCommerce 3.0.3 ready

I need assistance with the following tutorial on the website of WP Job Manager: https://gist.github.com/mikejolley/65e298c204d66ccc0597#file-gistfile1-txt

The tutorial provides me a solution to add the category job slug to my URL. However, if I implement this code, the job listing pages are loaded good, but the other pages on my website are broken (404 error).

Could you help me out to make this work, please?

” Must save permalinks after adding the code to functions.php” – have you saved the permalinks in Settings -> Permalinks? It clears the permalinks table in WordPress and is required after any change to permalinks

Yeah, after saving the permalinks again… the links are working to the job listings.. but not to the other pages unfortunately.

I’m afraid this one is customization that is not in theme support scope

Jobs homepage option doesn’t work with new update. And i can’t enter wp-admin page also. All images has gone from headers and backgrounds even they are being in uploaded photos.

Yeah that was a cache problem i fixed it nox. But still can’t enter to wp-admin page. It’s just looping.

Customise button works properly but wp-admin page doesn’t work now. Oh god, why it has to be so hard?

I’m pretty sure it’s not a theme problem. Enable debug in your WordPress https://codex.wordpress.org/Debugging_in_WordPress and you should see a reason why wp-admin doesn’t work

Would it be possible to add custom menu items to the Woocommerce dashboard menu widget? http://prntscr.com/ey6g3o

Hi yes, by this method http://wpbeaches.com/change-rename-woocommerce-endpoints-accounts-page/ or edit file ”/workscout/woocommerce/myaccount/navigation.php” and/or workscout/template-dashboard.php

Hi Lucas, how can i remove RSS button from jobs page in today’s updated version, as it is not working for users in chrome. i need only reset and alert buttons.

Hi,

add to CSS
.job_filters a.rss_link { display: none; }

Hi,

The header background is not working in the new update, please check this video: https://streamable.com/nbbrr

If it’s the page that is set as Browse Jobs page you need to set the background in Appearance->Customize-> Jobs Options -> Job List Options -> Job Header Background

Thanks, another styling issue: http://prntscr.com/eyahzl

Sorry about that, I’ll fix it asap

1. Search bar at landing page doesn’t work. Only refreshes home page whenever I search a thing.

2. category button below search bar doesn’t work also. It’s only refreshes home page too.

3. I need to get rid of Get Started button under About section. But I don’t know how.

Thanks for replying Lucas.

Action Box element of Get Started doesn’t seems changable at visual composer.

Ok i made it, thanks! :)

I set my header style as alternative and enable sticky header. I want to change it as default header style but it doesn’t work. Still shows me alternative header (logo is upper level and menu items below it).

Please help :(((

What’s your screen size? For lower than 1289px it will always fall back to alternative header, as it won’t fit standard menu

It’s 1366×768 px

So your viewport might still be in the less then 1290px

Hi Lucas, a suggestion from me, can be treated as request too. Just wondering that following things is in your update list.

1. Adding multi-select pre-defined regions if possible, as all other filters in your theme has this option, why not regions too?

2. And reset function is not working with regions, when it is working for all other filters.

Hi

ad1. Regions functionality is handled by the 3rd party plugin and that would have to be changed in this plugin

ad2. Latest version (the one released today) fixes the reset functionality with regions.

Thanks!

Style issue:

http://prntscr.com/exsthg should be better as the order page: http://prntscr.com/exstm6
Ahh sorry, please add to CSS for quick fix
.woocommerce-info.button {
    float: right;
    margin-top: -10px;
}

Thanks, where can I download the version with the quickfix?

It seems it wasn’t approved yet by TF, but you simply remove last line of code (before the ?>) in the workscout/functions.php

Hi,

Can you please update Font Awesome to its latest version 4.7? Or could you tell me how to this manually?

Thanks!

Hi, I’ve already updated it in a new version that I’m about to upload now ;) Thanks

Thanks a lot and waiting for the new upload :-)

Hi Lucas,

My coding skills does not reach your skills :-) but I need a little assistance with the following code:

You’ve provided me the following sample code:

<li> <i class="fa fa-money" /> <div> <strong>Testje</strong> <span> <?php the_job_field( 'job_test' ); ?> </span> </div> </li>

But this will display all the information (no check if the field has a value)... so I would like to work with the if command, something which is done with the following code:

<?php if ( get_the_company_twitter() ) : ?> <span><a href="http://twitter.com/<?php echo get_the_company_twitter(); ?>" target="_blank" rel="nofollow"> <i class="fa fa-twitter" /> @<?php echo get_the_company_twitter(); ?> </a></span> <?php endif; ?>

But I don’t know how to combine them together with the custom fields output. Could you tell me how? :-)

Thanks a lot.

It should be:
<?php $job_test = get_job_field( 'job_test ' );
if(!empty($job_test)) : ?>
<li>
    <i class="fa fa-money" />
    <div>
      <strong>Testje</strong>
      <span>                
        <?php the_job_field( 'job_test' ); ?>
      </span>
   </div>
  </li>
<?php endif; ?>

How can i add my logo instead of “About” text in below?

And how can i change header colors?

Hi

ad1. This is Text widget in Appearance -> Widgets -> Footer Column 1, you can use HTML to add logo image there

ad2. Use https://siteorigin.com/css/ for such changes

ad3. I’m not exactly sure what you mean by that, by assume the post thumbnail? Just add Featured Image to post

Thanks for replying :) Last question; I saw an answer about changing Hours per Week option can be diabled from Job Listing – Setting page but i couldn’t find them.. can you help me a bit?

Hi, I’ve fixed it and it will be available in the update I’m about to upload, sorry about this.

Hi, I bought theme and it’s amazing! I have one question tho. How do I restrict Candidates so they can only see jobs list, they can upload resumes and they can enter their own dashboard (different from dashboard of employer). And I want to make employer restricted to their own dashboard, candidates list and published jobs by them. I saw that you already told someone to install plugin, I did but I don’t really understand. I can’t see user category like employer, only candidate, administrator, customer, moderator…

Thanks for reply! But, with that plugin you can restrict only roles given by them, and that are: Administrator, Editor, Author, Contributor, Subscriber. I can’t add Candidate role to that list nor employer…

I don’t understand why didn’t you make those restrictions while making the theme.

You might need Restrict Content Pro version, but there are alternative plugins, like https://wordpress.org/plugins/restrict-user-access/

This is also not really handled by the theme, the lack of restriction comes from the WPJM – https://wpjobmanager.com/document/the-employer-role/

Best regards to nice developers! I got a question;

How can i add a new page which is listing totaly diffierent items? Like job listing but not job listing (sorry for my bed England)

Thanks for replying!

Hi, this is only for Job listings so if you want to use it for different type of listings it’s not possible without some heavy modifications. Thanks!

Hi i see that an option selecting multiple job types, but it should even show that all selected types on user interface in my case. Like if employer post a job which can be Temporary/contract. but it is only showing first chosen job type on output of jobs page and single job page templates after job title.

Help me please to get that ..

Following snippet is which i found in single-job_listing.php and same would go in content-job_listing.php Please let me know how can i tweak this to get multiple job types shown up.

<?php if ( get_option( ‘job_manager_enable_types’ ) ) { ?> <span class=”job-type ..... </span> <?php } ?>” />

Hi, sorry for this bug, please replace this code with https://gist.github.com/purethemes/c4b6327933b8c0bb800418c1511c42a8

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