Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] PaginationThis site doesn’t work at all – I just get a white page with a light grey logo.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Create mulitple Job-managersGlad you managed to find a workaround – I’ll look at adding this option.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=198
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] “Invalid argument” when adding new siteI haven’t played around with MultiSite at all, so I’m not quite sure how it handles plugins. I’ll look into it.
As a temporary work around, is it possible to view the plugins list as the new site? If so, deactivate/reactive Job Manager in that view, it should create the new options for the site.
This occurs if your application doesn’t match the rules specified.
In your wp-admin, go to Job Manager->Settings->App. Form Settings, and check the Submit Filter column for anything that may have prevented the application.
Sure. In Settings->Job Form Settings, add a new field called Job Application Link, of the Checkboxes type, with one line in the Data field, “Display”.
Then, go to Settings->Display Settings, scroll down to the Job Templates box, and look at the Custom Job Field Information section. Under this, you’ll see the new Job Application Link field listed, for example,
[job_field9]. Edit the templates to wrap the Apply Now link like:[if_job_field9] ... apply link ... [/if_job_field9]Now, for any jobs that you want the apply link to show, simply edit that job and check the “Display” box.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Create mulitple Job-managersIn your Widgets page, you’ll see one called “Job Manager: Categories”. This will give you a list of all of the categories you’ve setup in Job Manager. Just make sure the Show as dropdown option is checked, for the same behaviour you have on your site.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Create mulitple Job-managersIs there any reason why you can’t just create categories in Job Manager, then assign them to the particular jobs? That way, the lists of jobs will appear under (for example):
http://yoursite.com/jobs/language-manager/
http://yoursite.com/jobs/study-manager/etc.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Allow Multi-ApplicationsThanks for the bug report, I’ll fix this up.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Allow Multi-ApplicationsYou need to go to Job Manager->Settings->Display Settings, scroll down to the Application Form Settings box, and choose which Job Selector you want. This selector will appear on the application form.
Forum: Plugins
In reply to: [Plugin: Job Manager] How to display a “light” list of jobs ?The problem is the
<h2>tag. WordPress does some automatic processing of the HTML, and adds some line breaks around<h_>tags, which mean the<br />and<p>tags are added in, too. You just need to remove them.If you want the title to be big, perhaps try changing the
<th>to be<th class="job-title">, then add to your custom CSS:th.job-title a { font-weight: bold; font-size: 16px; }You can, of course, adjust this as you like. 🙂
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] More info linkIn the
[job_loop], add this:[job_link]More Info[/job_link]. You’ll probably need to adjust the HTML in your Job List template to make it look pretty.Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Show options horizontallyI can’t really help you there, as it depends on your site setup. you should be able to find a CSS file in your theme directory that you can add this rule to.
If you’re not sure how to do this, I’d recommend you send an email to this list:
http://lists.automattic.com/mailman/listinfo/wp-proThere’ll be a consultant there who can help you with this.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Show options horizontallyActually, you just need to change the CSS.
span.jobselect-popout spanis currently set todisplay: block. You can add the following rule to your custom CSS to change this:span.jobselect-popout span { display: inline; }Forum: Plugins
In reply to: [Plugin: Job Manager] Job listing ‘table’ w/ exerptsIn Job Manager? Not possible at the moment. Version 1.0 (due out late this year, hopefully) will have a plugin interface, at which point it will be easier to add new field formats – such as one that automatically formats numbers in the same way.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Number of applications stop at 5Thanks for the bug report. I’ll fix it in the next release.