Thomas Townsend
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Set/Change URL PathYou also need to ensure you have refreshed permalinks or you will continue to see the page id info. This works best: /%category%/%postname%/
Forum: Plugins
In reply to: [Job Manager] Display List of JobYes it can by modifying the shortcode for “Job List Template” under Settings/ Display Settings. You can give this a try – you will have to adjust your themes style.css for colors, text etc.
<table class="jobs-table[if_job_highlighted] highlighted[/if_job_highlighted]"> <tr class="heading"> <th>Title</th> <th>ID</th> <th>Location</th> <th>Job Description</th> </tr> [job_loop] <tr class='job'[job_title][job_row_number][job_id]> <td>[if_job_icon][job_icon]<br />[/if_job_icon] [job_link] [job_title] [/job_link]</td> <td>[job_id]</td> <td>[job_field4]</td> <td>[job_link]More Info[/job_link]</td> </tr> [/job_loop] [if_job_page_count] <div class="job-nav"> <div class="previous">[job_page_previous_link]Previous Page[/job_page_previous_link]</div> <div class="next">[job_page_next_link]Next Page[/job_page_next_link]</div> </div> [/if_job_page_count] </table>
Forum: Plugins
In reply to: [Job Manager] security warningFalse Indication, have no idea. Share the site URL and plugin you’re using so we can test it.
Forum: Plugins
In reply to: [Job Manager] Application NotificationThat’s a dependency of the Mail Application your using, not Job Manager.
Forum: Plugins
In reply to: [Job Manager] User logged in apply for multiple vacancies when you need them.Yep, you can do that by setting “Allow Multi-Applications” on the Admin Settings Tab
This will allow applicants to send through a single application for multiple jobs.The problem is the version of PHP your Server is running. You should be running PHP
version 5.6 or above as a minimum. PHP 5.4 EOL was Sept 2015Wrong Plugin mate. This is NOT Job Manager your referring too
Forum: Plugins
In reply to: [Job Manager] general application to file, not for specific jobCheck to make sure you don’t have a maligned form entry – this is something we are working on. Your form is quite long and if you enter invalid data this might happen.
- This reply was modified 8 years ago by Thomas Townsend.
It may have more to do with your sub URL dev. have you checked with Si Captcha team ?
Forum: Plugins
In reply to: [Job Manager] Issues with job list details not wrapping on mobile deviceThe base styling for Job Manger is handled by you themes style.css
You can add styling in your theme’s – Responsive are 15.0
you will want to target Job Manager / display.cssFor additional information on Styling, Job Manager reference our recommended plugins
You did not mention the issue you were having was Privacy Policy. That’s a feature that is either on or off. You can’t delineate which posts that is going to be activated for.
- This reply was modified 8 years, 1 month ago by Thomas Townsend.
You don’t need shortcodes. Just add the Fields in the App Form settings and assign it to a category. Now when you create a new job be sure to check the box for that category and those fields will display in the application for that Category if jobs.
Forum: Plugins
In reply to: [Job Manager] Applications not workingIf you can post your site a staging server with a LINK where we can look at it, we can usually help resolve issues. JM is used on over 10K sites.
Local dev boxes can have so many differing configurations that it’s near impossible to tell what your issue is. Most often issues that you describe may involve other plugin and or theme conflicts. Then again w/o knowing how your local dev is constructed I am only guessing.
Forum: Plugins
In reply to: [Job Manager] Open Si Captcha Error Message in a new tabCreate the code and submit it for review and I will take a look at it.
Forum: Plugins
In reply to: [Job Manager] Mandatory fields are not mandatory anymorePlease provide a link to site for review.