I am having this same issue. Job listing is not displaying in my page. i use the Job list template but not only displaying the shortcode as html.
<div class=”job[job_row_number] job[job_id] [job_odd_even]”>
<table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
<table width=”800″>
<tr>
<th scope=”row”>Title</th>
<th scope=”row”>Location</th>
<th scope=”row”>Apply</th>
</tr>
[job_loop]
<tr>
<td>[job_icon] [job_link][job_title][/job_link]</td>
<td>[job_field4]</td>
<td class=”jobs-applynow”>[job_apply_link]Apply Now[/job_apply_link]</td>
</tr>
[/job_loop]
</table>
</div>
[if_job_page_count]
<div class=”job-nav”>
<div class=”previous”>[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div>
<div class=”this”>Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div>
<div class=”next”>[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div>
</div>
[/if_job_page_count]
any ideal on how to fix it?