jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] errors on install@cosmoonot and @nextorontoweb you might want to turn off warning reporting in PHP to prevent these errors from displaying on the page and only in your logs. I’ve made a note to look into this.
Forum: Plugins
In reply to: [WP Job Manager] Can I use Quforms instead of ninjaformsWe don’t have any experience with Quforms. Did you end up trying this @mikeoffy? If so can you tell us how it went?
Forum: Plugins
In reply to: [WP Job Manager] Editor can not access the plugin.Hi @crezpo, do you mean that other roles cannot access the plugin in wp-admin? They should be able to access the shortcodes which is the intention of how the plugin works.
Forum: Plugins
In reply to: [WP Job Manager] Apply For Job Button IssuesForum: Plugins
In reply to: [WP Job Manager] Sorting of Jobs Listing?You’ll likely need to add a filter inside the
get_listingsmethod which sets the orderby parameter. https://github.com/Automattic/WP-Job-Manager/blob/master/includes/class-wp-job-manager-ajax.php#L80@dxlandner did you get this figured out? The issue is that DOMDocument is not installed in your PHP configuration. Take a look at this: http://stackoverflow.com/questions/14395239/class-domdocument-not-found
Forum: Plugins
In reply to: [WP Job Manager] Email Subject Line – Custom FieldsThanks for updating this @alec-weekes. Glad you got it figured out!
Forum: Plugins
In reply to: [WP Job Manager] Show categories shortcodeHi Julie,
We don’t have a shortcode to do this. Here is some info on how to do this for custom post types:
http://wordpress.stackexchange.com/questions/183538/display-custom-post-type-with-shortcode
http://wordpress.stackexchange.com/questions/232873/create-a-shortcode-to-display-custom-post-types-with-a-specific-taxonomy
http://wordpress.stackexchange.com/questions/17031/how-to-call-custom-taxonomy-categories-with-shortcodesForum: Plugins
In reply to: [WP Job Manager] Cannot see job listings below search bar on wp job managerCan you try using a different theme to see if it’s a theme issue? If this is on a live site you can use this plugin to just change the theme for your user: https://wordpress.org/plugins/theme-switcha/
I do see a javascript error in your console that might be preventing the frontend functionality of the plugin from working
init.js?ver=4.5.2:266 Uncaught TypeError: Cannot read property 'length' of undefinedForum: Plugins
In reply to: [WP Job Manager] Can’t see the apply job fromHi @praveenmali,
Out of the box WPJM only supports email functionality. If you want to have an application form you would need to purchase this extension: https://wpjobmanager.com/add-ons/applications/
Please let us know if you have any further questions about that!
Forum: Plugins
In reply to: [WP Job Manager] Page Builder In Job ListingI have page builder on my site which works for posts, pages, portfolio posts etc but doesnt appear on the job listing page. Is there a way of making it work?
Which page builder are you using? You should be able to use any page builder and drop the shortcode in. Or are you talking about the single job listing? If the later that can only be modified in https://github.com/Automattic/WP-Job-Manager/blob/master/templates/content-single-job_listing.php
See: https://wpjobmanager.com/document/single-job-listings/
Also is there a way of creating a job listing template which is simply altered when the user submits a new job listing?
I’m not sure what you are asking here, can you elaborate a bit more?
Hi Juliette,
When the position is filled click on the jobs “Position Filled” button which will disable the application process.
Forum: Plugins
In reply to: [WP Job Manager] Listings goes to preview not pending.If you don’t already have your answer you need to contact Listify’s support about this.
I have been stuck on this for a while. Does anyone know how to display a certain userβs job listings on their profile page?
Do you mean a companies job listings on their profile page? If so you could try using the keyword argument in the jobs shortcode.
@zafarhussain can you start a new post about your problem per forum guidelines?