Thomas Townsend
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Question about Revolution Slider and SEO MetaYou have two separate questions in the future please post them as separate issue.
1. Avada Theme and Header Slider ? This appears to be a theme and or other plugin issue and not related to Job Manager.
2. JM works well with Yoast SEO – When you set up Yoast go through your settings.
Example
– Title & Meta’s – you will see “Jobs”
– XML Sitemaps – Post Types “Jobs (jobman_job)”Forum: Plugins
In reply to: [Job Manager] Company logoBenusrad1,
It appears that you or someone working on your site has done some custom coding with JM. I would have to take a look at the back end (admin) to determine the extend and what you can still natively accomplish with Job Manager. Some other items you should be aware of, I won’t reference in an open forum. You can contact me at [email protected]
Forum: Plugins
In reply to: [Job Manager] WP Admin panel – jobs link not workingNot sure what your issue is ? I looked at your site and your jobs are displayed correctly as is the application.
If your experiencing issues on the back-end, you might have a theme and or plugin conflict.
Follow the information provided in the link above.
Forum: Plugins
In reply to: [Job Manager] Forms Won't Work On Chrome BrowsersDoug,
I just ran a test all the way through using Chrome version (51.0.2704.103 m)
Then I updated to the latest version of Chrome (51.0.2704.106 m) and it breaks.
Why I have no idea. You have heavily customized JM so w/o getting a look at your admin area or file structure I can’t assist.
I would be very interested in learning more about how you integrated and help in resolving this. Please contact me at [email protected] to continue the dialog.
Forum: Plugins
In reply to: [Job Manager] Job list on Jobs Page not workingCould be a plugin and or theme conflict. Please reference this and test. http://www.wp-jobmanager.com/knowledgebase/testing-for-a-theme-plugin-conflict/
Forum: Plugins
In reply to: [Job Manager] Shortcode?Sure thing.
Forum: Plugins
In reply to: [Job Manager] Company logoWe provide the ability to add icons for the jobs. Please provide a link to your site.
Forum: Plugins
In reply to: [Job Manager] Possibility for a user to post jobs?No this is not a feature of Job Manager. We are more than a simple Job Board and that’s not a feature we intend to add.
Forum: Plugins
In reply to: [Job Manager] WP Admin panel – jobs link not workingPlease provide a link to your site.
Forum: Plugins
In reply to: [Job Manager] Confirmation email for candidates after sumbited formThis is not a feature for this plugin. Candidates do not receive email only the recruiter.
Forum: Plugins
In reply to: [Job Manager] job linkPlease provide a link to your site, the link above is invalid.
Forum: Plugins
In reply to: [Job Manager] Jobs Listings page urlIt appears that you have resolved the issue. The site looks very nice too.
Forum: Plugins
In reply to: [Job Manager] Shortcode?The short codes are instaled with the plugin – you should have a page called “Jobs” ?
Please share a link to your site so I can be more direct with an answer.
Forum: Plugins
In reply to: [Job Manager] Edit content with CSS for Job Manager pluginJob Manager uses (inherits) your child themes style.css properties.
However you can target individual form fields and set the properties more to your liking.If you use Firefox browser you can use a free add-on called Firebug that will allow you to determine the field name that needs to be modified.
This is a short tutorial on using Firebug.
In the case of JM for your site lets assume your first form is in table1 the first top of your form would have a field labeled “Name” as example.
<table class="job-apply-table table1"> <tbody> <tr class="row1 totalrow1 field2 odd"> <th scope="row">Name (First, Middle Initial, Last) *</th> <td> <input type="text" value="" name="jobman-field-2" style="width: 300px;"> </td>If you use Firebug to inspect that first field for “NAME” you will see that the default value is 155px x 24 px
What I did was change the width to 300px in the example above to show you how you target that field , the value can be what ever you want to be.Once you arrive at the values you desire, you can add them to your child themes style.css
If your not comfortable with html and css then I would highly recommend that you take a look at CSS Hero it has been optimized to work with Job Manager to modify form fields as your wanting to do here.
Forum: Plugins
In reply to: [Job Manager] Expired jobs applicationIf the job is expired archive it and it won’t display any longer.