jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Layout when using WP All importThough I want the company logo and job title to be redirected to an external link. So I’ve added with the job title.
I’m not entirely sure what is happening here since I cannot pull up any listings on your site, but this is probably a CSS issue due to you theme that you will have to create some overrides for. Let us know if you figure it out!
Forum: Plugins
In reply to: [WP Job Manager] Approve “Edit” Listing@brainstorm51 would you mind adding a enhancement here? https://github.com/Automattic/WP-Job-Manager/issues/new
Forum: Plugins
In reply to: [WP Job Manager] Login to post a new jobTry toggling the “Allow account creation” in Settings, I believe this is the solution you are actually looking for.
Forum: Plugins
In reply to: [WP Job Manager] Multiple Custom Filters in wp job manager not workingI haven’t tested this, but I think if you add the selectors for your new fields on this line the jQuery change() method will detect any input changes there and trigger a new query
https://github.com/Automattic/WP-Job-Manager/blob/master/assets/js/ajax-filters.js#L180
Forum: Plugins
In reply to: [WP Job Manager] Cannot Include Company Logo in Job Post@jj2015 all folders should be 0755 so it sounds like you have things setup correctly. If I understand correctly this worked before. Do you know what changed on your site when things stopped working?
Forum: Plugins
In reply to: [WP Job Manager] Header image for job postHi @pantheah you need to make sure your theme supports featured images. You can add that using the add_theme_support( ‘post-thumbnails’ ); directive
Forum: Plugins
In reply to: [WP Job Manager] Image fail in single job postHi @wulfert did you get this figured out? If not can you be a bit more specific to what the problem is?
Forum: Plugins
In reply to: [WP Job Manager] Total job count shortcode?Hi @mikebackhouse I don’t believe there is, feel free to make a suggestion here: https://github.com/Automattic/WP-Job-Manager/issues/new
Take a look at some of these search results they might yield some answers as far as potential plugins or code you could use to do this: https://www.google.com/search?q=get+post+count+for+custom+post+type
Forum: Plugins
In reply to: [WP Job Manager] Show listing types on frontendHi @annebel1959 can you elaborate a bit? Are your jobs not showing up? If not, can you make sure you are approving your jobs.
Forum: Plugins
In reply to: [WP Job Manager] Add field business social profilesHi @annebel1959,
You can use these instructions to generally modify the job submission process https://wpjobmanager.com/document/editing-job-submission-fields/
Now, to address your specific questions, you will need to add some templating modification to show the social icons if this is for different companies. If you all the jobs are for the same company you could use Jetpacks social icons to add these to your posts.
Forum: Plugins
In reply to: [WP Job Manager] Change the labelsHi @maximusous
Take a look at this page it explains how to modify the job listing labels: https://wpjobmanager.com/document/editing-job-submission-fields/
Forum: Plugins
In reply to: [WP Job Manager] Check if I am on WPJM pageHi @hiendnguyen I do not believe there is a method for this. Can you create an issue here and mark it as an enhancement? https://github.com/Automattic/WP-Job-Manager/issues/new
Forum: Plugins
In reply to: [WP Job Manager] Russian translations@airathalitov thank you for helping with the translation!
Forum: Plugins
In reply to: [WP Job Manager] Enable comments on posted jobsHi @directukjobs if you want to do this for jobs try rewriting that above code but instead use the register_post_type_job_listing filter.
Forum: Plugins
In reply to: [WP Job Manager] How can I remove the loading animation for job listsHi @nenosina,
WPJM loads it’s jobs through AJAX so what you what to do would be a custom modification that would be a fair amount of code.
To change the font size you need to write some custom CSS for your page, it’s a little hard to offer a suggestion without seeing your site.