Scott Basgaard
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Buddypress integration – issue deleting jobsCan recommend you look / post on http://jobs.wordpress.net/
Forum: Plugins
In reply to: [WP Job Manager] Open links in new window<a href="<?php the_job_permalink(); ?>target="blank">Should be:
<a href="<?php the_job_permalink(); ?>" target="blank">Forum: Plugins
In reply to: [WP Job Manager] Link in JoblistHey there,
If you enter a website URL the user will be taken there upon clicking the listing:
https://wpjobmanager.com/document/adding-jobs-via-admin/
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] When application is a link opposed to an emailHi there,
Definitely possible with some template overrides / custom markup:
https://wpjobmanager.com/document/template-overrides/Unfortunately we don’t have a snippet or tutorial available on how to do so but if you do come up with something you’d like to share for others to benefit from definitely let us know!
Cheers,
ScottForum: Plugins
In reply to: [WP Job Manager] Application email recipientI can’t think of a way to do this easily without digging into some hooks / custom code right now.
You could look into add post meta to a job (for the specific email address) and then hooking into ‘new_job_application’ with wp_mail() to fire it off where it needs to go.
Here’s what action is available:
do_action( 'new_job_application', $application_id, $job_id );Forum: Plugins
In reply to: [WP Job Manager] MultisiteRSS Widget could definitely do the trick to show these on other sites 🙂
You’ll find it at:
http://yoursite.com/feed/job_feed or:
http://yoursite.com/feed/?post_type=job_listingYou could then utilize a widget like:
https://wordpress.org/plugins/rss-feed-widget/or:
https://wordpress.org/plugins/better-rss-widget/or the one bundled in core to display these items.
Hope this helps!
Cheers,
ScottThanks for the input and support!
We don’t have an official showcase but would be cool to have a list somewhere.
Maybe Mike has a list of some he could add here he knows in the wild.
Best of luck with using WP Job Manager for your project(s)!,
ScottForum: Plugins
In reply to: [WP Job Manager] Open links in new windowCan you copy/paste that template file here:
Forum: Plugins
In reply to: [WP Job Manager] Missing file/directory errorSounds like you didn’t upload the whole plugin or files are missing.
I would grab a fresh version of the plugin and re-upload it to your wp-content/plugins directory.
Hope this helps!
Kind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Can't see job descriptionYou welcome! 🙂
Forum: Plugins
In reply to: [WP Job Manager] Open links in new windowHey there,
Most likely the content-job_listing.php template file.
Cheers,
ScottForum: Plugins
In reply to: [WP Job Manager] Rss bug – maybeHey Steve,
Hope to help you with this.
I’m able to replicate this on our demo as well:
http://demo.wpjobmanager.com/find-a-job/How to replicate:
If all filters are selected it disappears along with the reset button.I’ll pass this along to Mike and update this once we have a fix.
Also, thanks for reporting this 🙂
Cheers,
ScottForum: Plugins
In reply to: [WP Job Manager] RSS Feed for WP JOB ManagerHey there,
Thank you for contacting us here at WP Job Manager Support.
I hope to help you with your issue/question best I can.
Take a look at this thread which should help answer your question:
https://wordpress.org/support/topic/job-listing-rss?replies=4
Example:
https://www.skillsjobs.co.za/feed/job_feed?post_type=job_listingKind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] MultisiteHey Steve,
Happy to help you with your question.
Unfortunately this functionality isn’t available out of the box but it wouldn’t be to difficult with some custom queries to pull these from the main site.
To see an example of how we query job listings in core take a look at:
https://github.com/mikejolley/WP-Job-Manager/blob/0ac586f801d7cc493a1fb3abaf9b8d188ca83247/includes/class-wp-job-manager-shortcodes.php#L349I don’t recommend switch_to_blog() usually but you could try it, otherwise look into:
https://github.com/ericandrewlewis/WP_Query_MultisiteKind Regards,
ScottForum: Plugins
In reply to: [WP Job Manager] Translating problemNice! Happy to see you got this working 🙂
Cheers,
Scott