jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Job Type Filters MissingHi @dbetts, that is the intended functionality. If you want to set the default job type but still searchable you’ll want to use selected_job_types I believe.
Forum: Plugins
In reply to: [WP Job Manager] Jobs not displayed on japanese page@aditee glad you got this figured out, and thanks for posting the code!
Forum: Plugins
In reply to: [WP Job Manager] Change Wording on “Apply for job” click throughHi @coremedgroupct,
The easiest way to change wording in the plugin is using the Say What plugin: https://wordpress.org/plugins/say-what/
Forum: Plugins
In reply to: [WP Job Manager] Arabic translation@alrajhe I’m not aware of Arabic sites using RTL but we have had quite a few Hebrew sites using RTL and as far as I’m aware there are not any issues with RTL. If you do run into issue though please let us know, preferably on the Github project.
Yes, you can modify the Arabic translations, take a look at this for more info: https://wpjobmanager.com/document/translating-wp-job-manager/
Forum: Plugins
In reply to: [WP Job Manager] Job Specific “Apply for job” actionHi @peggyst,
WPJM itself is not designed to be offer different experiences based on the job that is being posted. I think the best thing to do would be to hide the Apply to Button and instead embed that ninja form into the post body of each job, meaning instead of using one form for all jobs create a form for each job.
Forum: Plugins
In reply to: [WP Job Manager] Add-on ChangelogHi @ryanllogan,
We don’t currently have these posted, but are working on it. If you message us through our private support I’m happy to send you the changelogs for any of the plugins you are interested in.
Forum: Plugins
In reply to: [WP Job Manager] Large image covering content on individual job postHi @ericalampley,
It looks like you have a theme CSS rule that is overriding our rules:
.row .col img {
margin-bottom: 15px;
max-width: 100%;
height: auto;
}The auto height is the problem. According to this I don’t think you can override that: https://stackoverflow.com/questions/44010645/remove-height-auto-using-css
I’d consider removing the height: auto rule, but make sure it doesn’t impact anything else on your site.
Forum: Plugins
In reply to: [WP Job Manager] “Applied” appended to all job titles in the dashboardHi @ryanllogan if you are still having an issue with this what theme are you using? This sounds like a theme specific issue. Can you post a link or a screenshot?
Hi @konradvang, sorry for the slow response here. If you still have questions about this please contact us at wpjobmanager.com/support since you have our paid plugins.
Forum: Plugins
In reply to: [WP Job Manager] internal server error 500Hi @yunis777 I haven’t seen an issue like this before. Can you tell me what kind of hosting plan you are on. In theory a cookie size should not take down your site like this, so I’m wondering what your php.ini settings are like.
Forum: Plugins
In reply to: [WP Job Manager] Multiple use cases on the same site?Hi @tyanta,
WPJM can really be used for any instance where you need to “list something”. So you can certainly use it for RFPs etc. Where you are going to run into problems is using it for multiple uses, meaning jobs and RFPs, because the form fields will need to be different for filling out the listing and we do not have a way of having different form fields depending on the type of listing. This isn’t to say it couldn’t be done using some custom code and the various hooks in the plugin, but out of the box it wouldn’t be possible. Hope this helps.
Forum: Plugins
In reply to: [WP Job Manager] Extending listingsHi @karaholt85, yes you can, by going into the listing and change the expiration date.
Forum: Plugins
In reply to: [WP Job Manager] Application success slugHi @jadewebster,
Are you using the Applications add-on? If so please contact us through our private support https://wpjobmanager.com/support and we’d be happy to help you with this.
Forum: Plugins
In reply to: [WP Job Manager] editing form fields and buttons in home page headerHi @highprrrr sorry for the lack of response here. Is the “purchase code is associated with another product” error you are getting on Themeforest? Your site isn’t loading right now, so there isn’t much I can do to help you here. Do you have any of the paid add-ons that we sell? https://wpjobmanager.com/add-ons/ If so contact us in our private support and I will see what we can do to help you.
Forum: Plugins
In reply to: [WP Job Manager] Submit Job only works for one userHi @thecartell,
Can you describe any errors you are getting when this happens? If the user is signed out and you have automatic account creation enabled in Job Listings -> Settings can you post then?