jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Featured ItemsHi @phil1ooo,
For our paid support we respond typically within 8 hours but it’s usually much much shorter. I’m not entirely sure what you mean “your support site not acknowledging”. If you feel like you are not getting the proper response please open another ticket referencing this page and I will make sure you are taken care of. We admittedly are behind on our support in the .org forum due to an increase in paid support and an all company event, and are getting caught up right now. That said this is a community forum and everyone in the community using WPJM are welcome to respond, our paid support is for our paying customers or for pre-sales questions, and those get priority support.
To answer your question:
I would like on the front-end for members who add a job to be able to add paid featured listings which means when they submit and it takes them to the review listing page to have an option to continue listing for free or option to pay a pre-set fee to have their listed featured which would then take them to paypal and then when paid automatically set their listing as being a featured listing.
You can do this with the WC Paid Listings plugin, and sell a package where the jobs are featured for a given length of time, and this can be purchased after creating the job listings. If you have more questions about this contact us at wpjobmanager.com/support as a presales question.
Forum: Plugins
In reply to: [WP Job Manager] Front end help tips suggestionHi @phil1ooo,
Thanks for the suggestion. The best place to post these is in the Github repo here: https://github.com/Automattic/WP-Job-Manager/issues
Take it as an enhancement and then usually the developers have a conversation around whether this is something we want to add.
Forum: Plugins
In reply to: [WP Job Manager] Remove Date Posted from Search ResultsHi @deegranger,
You should be able to hide this using .job-listing-meta .date-posted { diplay:none; }
Hi @router66 I’m not entirely sure what your question is. We do now have DE translations for both formal and informal. Are you just needing the translation files?
Hi @motrade initially I don’t know what the issue is here. We’ll look into it and follow up here.
Forum: Plugins
In reply to: [WP Job Manager] Empty comments widget when comments are turned off@armandoarrastia it’s not really clear why this is happening and I think their support person is mistaken. You can hide this using CSS targeting #listify_widget_panel_listing_comments-3 { display:none; } and putting that in your Custom CSS
Forum: Plugins
In reply to: [WP Job Manager] Jobs not showing on [jobs orderby=date] page@ouegy can you clarify what you mean by manually save in the backend? The job listings themselves or the jobs page?
Forum: Plugins
In reply to: [WP Job Manager] Resume manager@empleotr I believe you contacted us through private support on this so I’m going to close this. If you haven’t contacted us please do for priority support at wpjobmanager.com/support
Forum: Plugins
In reply to: [WP Job Manager] Move the apply for job buttonHi @colin73 you can do a template override here to move it up the page: https://github.com/Automattic/WP-Job-Manager/blob/efe71d9d1dfdb201322091182cbaf59009704ea1/templates/content-single-job_listing.php#L40
Forum: Plugins
In reply to: [WP Job Manager] Job listings doesn’t show up due to AJAX errorHi @vasanthns we are looking into why this is happening, we believe for some reason the jobs custom post type info is getting inserted into the rewrite option in the wp_options table. Can you try switching your theme back and forth. Otherwise I recommend you reinstall WPJM which fixes the issue.
Forum: Plugins
In reply to: [WP Job Manager] [submit_job_form] – How to remove the login box@sosix it depends on how you want this to work. You could deselect the ‘Allow account creation’ box, otherwise you are going to need to modify the templates.
Forum: Plugins
In reply to: [WP Job Manager] Icon on top of text, not sure how to move it@moarplugins this is theme issue with the CSS overriding the elements. Since you don’t appear to be using the company_logo you can target that class and add a display:none; in your CSS to hide it.
Forum: Plugins
In reply to: [WP Job Manager] How to make changes to search formHi @utsav0112
1) You can do this using CSS
2) Again CSS, this is largely theme dependent
3) You might need to modify the template to do this and then using something like jQuery to create a collapsable element. https://jqueryui.com/accordion/Forum: Plugins
In reply to: [WP Job Manager] Shortcode to match all conditions@tristan123 assuming your location has NY in it you should search by that and as long as all the jobs are properly categorized using the category filter should work.
@polygonjedi I’m confused why you just aren’t using the built in category search in the job filters