Wally
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Wp job manager json formate issue.Actually you helped me a lot with the article of StackExchange. ive got it working. Thank you!
Forum: Plugins
In reply to: [WP Job Manager] multiple ad forms creationIf I understood your question exactly, you can achieve that by having two button that are connected to JavaScript, each button display a form, the form can get the data by the ad ID, so it send you the detail of each ad page that user bought.
Hope my answers helped you. I have a similar one but instead of a form it display two option the user to choose from
- This reply was modified 1 year, 8 months ago by Wally.
Forum: Plugins
In reply to: [WP Job Manager] Filter for Job Dashboard page@dnextreme88 could you share how you’ve done it? I’m looking desperately for a filter for job dashboard page but no luck so far.
Forum: Plugins
In reply to: [WP Job Manager] to be able to determine who they want to see the adI think there is an easy solution, you must first create 3 different taxonomies and use plugin called user roll to create 3 different roll, after that assign each taxonomy to a user roll, and when you put a job you must select in which taxonomy you want to show it, and the rest would be done via user roll. And some extra coding.
I hope this answer will help you with what you ask.
Forum: Plugins
In reply to: [WP Job Manager] Issue with scrollingAlready fix it, Ajax filter. ??
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Update 1.20.1 problem with css@brainstormteam thanks for the reply, I’ve already cleared cache and everything, even I’ve tried offline on my localhost but something weird… when I update to the new version it show everything weird…. any other solution or option?
Forum: Plugins
In reply to: [WP Job Manager] Add a div on top of the job listing pageHi @braehler, as to my understanding you like to show it on top under the map, but only show it one time not in a loop?
Forum: Plugins
In reply to: [WP Job Manager] Add a div on top of the job listing pageHi @braehler, yes there is a solution, but you need to override the template file, and search for job filter php file and in that file you can insert your div tag.
Please before touching anything backup your site first.
More detail about override template
https://wpjobmanager.com/document/template-overrides/Kind regard
WallyForum: Plugins
In reply to: [WP Job Manager] Job Edit PannelHi @heliomiyata, could you please attach an image for more detail?
Sincerely
Wally.Forum: Plugins
In reply to: [WP Job Manager] Add a div on top of the job listing pageHi @braehler, easy fix would be not modifying template file, you can easily use gutenberg, editor page from wordpress and add your own html code to it on top of [jobs] shortcode.
Hope that answered your question.
Sincerely
Wally.Forum: Plugins
In reply to: [WP Job Manager] Set job in draft don’t workHi @simonlepamplemousse, did you modify any core file of the plugin?
Forum: Plugins
In reply to: [WP Job Manager] Change text in search buttonHi @jakesorensen, glad to help you, if you can mark post as resolved that would be helpful!
If there anything I can help you with let me know.
Sincerely
Wally.Forum: Plugins
In reply to: [WP Job Manager] Set a default application email addressHi @peterforensys, I guess you can easily change that, going to your profile and changing the email address of your profile. that how you can make it default.
If you don’t want to change it, create a new user “company” with email that you want to use as default.
Hope that answered your question.
Kind regars
Wally.Forum: Plugins
In reply to: [WP Job Manager] Jobs are not displayed after loading the pageIt been updated!! happy wordpress 5.6, Thanks to all the developers of WP JOB MANAGER! wonderful job.
Forum: Plugins
In reply to: [WP Job Manager] Change text in search buttonHi @jakesorensen, firstly I would recommend to learn about template override here the link:
https://wpjobmanager.com/document/template-overrides/To change the button text, you need to go after override template to job-application.php and after that you can change the button text.
<input type="button" class="application_button button" value="<?php esc_attr_e( ' YOUR TEXT HERE ', 'wp-job-manager' ); ?>" />
Remember to backup your site before doing any change.
Kind regards
Wally.