Scott Basgaard
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] [jobs] dont work but [job id="xx"] doesHope to provide some helpful input here.
Without custom code these shouldn’t be 404’ing on a vanilla install.
Can you try re-saving your permalinks:
WP Dashboard -> Settings -> Permalinks
If you still see 404’s please make sure you’ve tested with all custom code removed and 3rd party plugins temporarily disabled as I suspect a permalink rule conflict.
Hope this helps!
Cheers,
ScottForum: Plugins
In reply to: [WP Job Manager] Jobs not listing on front endCan you copy / paste your footer.php here:
Paste the temporary link it gives you back here.
We’ll be able to help point you in the right direction once we can take a look.
I suspect that wp_footer() is missing as Mike says as well.
Forum: Plugins
In reply to: [WP Job Manager] Apply for JobsCan you try and head over to WP Dashboard -> Permalinks -> Settings and select a structure other than default and save.
I’m hoping flushing your permalinks helps resolve the 404 issue here.
Forum: Plugins
In reply to: [WP Job Manager] Company fieldsApologize for the confusion earlier and Mike is correct.
This won’t happen on a clean install or if you unset an entire field like that.
I’m assuming it’s either caching related as to why you still see the error with the latest test or you have done something else somewhere.
If you look at what would cause the issue it’s adding a field that doesn’t have a type like Mike suggested:
If you still see this on a clean install I can recommend a clean install and then adding fields 1 by 1 until you pinpoint which one you’ve added that doesn’t have a type thus throwing the warning / error here.
Hope this helps!
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Bring Job Categories in to Menu widgetIt’s because your theme doesn’t support it as Mike’s outlined in:
https://wordpress.org/support/topic/display-each-job-category-in-separate-pages?replies=2
So the two options would be:
1. Add theme support for this. You’d need to style it though since your theme doesn’t support it.
2. Use the jobs shortcode w/ category param and link to pages:
https://wpjobmanager.com/document/shortcode-reference/#section-1Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Allow frontend users to change their post date upon savingHey there,
Try putting Mike’s suggestion in your theme’s functions.php template file.
This would just affect the RSS feed specifically.
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Company fieldsSounds like you haven’t completely uploaded the plugin.
I would re-download WP Job Manager and upload it to your WordPress install as a fresh install.
Hope this helps!
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Different forms for logged in and guests when contactingHey there!
Definitely possible but not something that can be done without some custom work / development.
Unfortunately we don’t currently have any specific documentation or tutorials on this matter but I can recommend you post on the WP jobs board here if you are looking for help with this:
If you do come up with something you’d like to share with the community here definitely let us know!
Also, some documentation which would help get you started in the right direction would be:
https://wpjobmanager.com/document/editing-job-submission-fields/
and:
http://codex.wordpress.org/Function_Reference/is_user_logged_in
Captcha is something often requested but we don’t have any tutorials on how to add one or an add-on for this yet.
Best of luck with this!
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] using resume as profileHi there,
Neat use case…
Right now there is no way to do this out of the box but definitely possible with some tweaking / custom development.
Unfortunately we don’t have any tutorials / snippets on how to do this though.
How I would approach this would be to pull in their resume into their built in profile in WordPress with some custom code. Allowing them to edit / save the resume data there after it’s been submitted.
Neat idea and best of luck with this!
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Add-ons not all showing in WP adminGreat, not sure why that would happen off hand but look at https://wpjobmanager.com/add-ons/ like Mike suggested.
Do let us know if you do experience any issues though!
Cheers,
ScottForum: Plugins
In reply to: [WP Job Manager] How to make custom CSS work?Try:
.job_listings .entry { box-shadow: none; } .job_listings .search_jobs, .job_listings .job_types, .job_listings .job_filters .showing_jobs { background: #fff; }Cheers,
ScottForum: Plugins
In reply to: [WP Job Manager] Add-ons not all showing in WP adminHey there,
Hope to help you with this issue you are experiencing as soon as possible.
Can you please open a ticket with WP Job Manager from your “My Account” page and the we’ll be able to further assist you and help you with this right away.
Thanks!
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] show and use excerpt field for plugin?Hey there,
Take a look at:
http://codex.wordpress.org/Function_Reference/add_post_type_support
You could then use:
http://codex.wordpress.org/Function_Reference/the_excerpt
Throughout your template files:
https://wpjobmanager.com/document/template-overrides/
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] How to make custom CSS work?Hey Rosa,
Depends on your theme and/or what you are trying to do exactly.
If you could send over a link to your site and what you are trying to do I could suggest a few things to help point you in the right direction.
While not recommended as it’s usually bad practice you could also look into using the !important tag for small overrides.
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Breadcrumbs does not show correct URL structureThanks Marcel and best of luck with this!