Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] No Page created, no install instructions, I’m lostIf you have nice URLs enabled, try visiting this link:
If you have default URLs, try this one:
You can add new jobs by clicking on the ‘List Applications’ under Job Manager in your admin menu.
If you’d like to customise the application form, have a read of the application form customization documentation. The application form customization area is under ‘App. Form Settings’ in your admin menu.
Please let me know how this goes, or if you have any further questions.
Forum: Plugins
In reply to: [Plugin: Job Manager] Application formYou can absolutely do that.
The application form can be found at:
http://yoursite.com/jobs/apply/You can see any submitted applications by clicking on the “List Applications” link in your admin menu. Once on this page, you’ll see a “Show Filter Options” button on the top right. Click it to display the options for searching through the applications.
You can change which fields you can filter with, by going to “App. Form Settings” admin menu item, and checking/unchecking the “Show this field in the Application List?” option for your preferred fields.
Forum: Plugins
In reply to: [Plugin: Job Manager] Delete a job from jobs listThis option doesn’t exist in the current version, but I’ll be adding it in version 0.4.0, due out in the next few days.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] The plugin doesn’t create a pageIt’s currently a bit confusing how Job Manager creates the pages – it doesn’t actually create any pages within the WordPress database, they’re all automatically generated. I’m changing this in version 0.4.0, which I’m planning on releasing in the next few days. I suspect it would be easiest if you wait until that is released, then upgrade. Also, delete the employment page before you upgrade, you’ll see a new ‘Jobs’ page appear which you can change the slug for after the upgrade.
I’m not sure how the blog page changed – Job Manager doesn’t touch that part of WordPress.
Also, you can see the application form at:
http://www.mackbrosbakerycafe.com/jobs/apply/Forum: Plugins
In reply to: [Plugin: Job Manager] How to add job listing to a pageWith version 0.3.3, you have to manually edit your navigation menu to include the link.
With version 0.4.0, due out later this month, it will automatically create a page to appear in the menu.
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t get plugin to work when activated1) I’ve done some testing with having a page as the home, and I’m unable to reproduce this problem. Could you give me some more details? In particular:
– What theme are you using?
– What is the name of the page you’re using as the homepage, and does it have a slug set?
– Do you already have a page with the ‘jobs’ slug?2) I’m also unable to reproduce this problem. Could you provide me with exact steps of how you installed the plugin, set it up, and created the jobs?
There’s no need to create the /jobs/apply page – Job Manager does that automatically.
Do you have a test site that I can see this occurring on, and you would allow me to login to? I can be contacted at gary@pento.net.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] page.php – alternatives?I should also mention, you can work around this in the mean time by altering line #93 of jobman-display.php to use your preferred template file.
http://code.google.com/p/wordpress-job-manager/source/browse/trunk/jobman-display.php#93
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] page.php – alternatives?I’m planning on adding the ability to change page templates in 0.4.0, due out in late December.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=37
Forum: Plugins
In reply to: [Plugin: Job Manager] Page templateNot at this point in time, however this is a good suggestion. I’ve created a feature request for it, and put it down for version 0.4.0, due out late December.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=37
Forum: Plugins
In reply to: theme and job-managerWhat do you mean, install it in a theme? The plugin doesn’t have any particular theme requirements, it should work with any theme.
Forum: Plugins
In reply to: [Plugin: OpenID] Missing check for $wp_scriptsIt seems this fix has been reverted at some point. I’m seeing this error in OpenID 3.3.1, it’s now on line 239.
(And the comment typo is back. :p)
Forum: Plugins
In reply to: [Plugin: Sociable] 3.5.1 ReleasedUnique ID values is defined in HTML4, and every subsequent HTML and XHTML spec. I’m not sure how you’re validating it in your tests, but your tests are evidently broken. Duplicate IDs have never been allowed.
Also, I’d appreciate it if you changed the line:
wp_enqueue_style('sociable-front-css',$sociablepluginpath.'sociable.css');to:
wp_enqueue_style('sociable-front-css',$sociablepluginpath.'sociable.css', false, false, 'all');The media attribute really shouldn’t be left empty, or at the very least, should be set to ‘all’.
Forum: Plugins
In reply to: [Plugin: Sociable] 3.5.1 ReleasedThis upgrade doesn’t seem to fix the XHTML validation issues: