• Dear Thomas,

    I hope you can help me out. I am working on a new careersite, but I have some issues with the job_field_loop. I will just post the code here. I am sure you spot the error straight away!

    [job_loop]
    <div class="job[job_row_number] job[job_id] [job_odd_even]">
    <table class="job-table[if_job_highlighted] highlighted[/if_job_highlighted]">
      <td><b>[job_icon] [job_link][job_title][/job_link]</b></td>
    
    [job_field_loop]
      [if_job_field]
    
    		<td width=2%>|</td>
    		<td width=18%>[job_field]</td>
      [/if_job_field]
    [/job_field_loop]
    	<tr>
    [job_field_loop]
      [if_job_field]
    		<td>[Job_field8]</td>
      [/if_job_field]
    [/job_field_loop]
    	</tr>
    
    </table>
    [/job_loop]
    
    [if_job_page_count]
    <div class="job-nav">
    	<div class="previous">[job_page_previous_link]Pagina [job_page_previous_number][/job_page_previous_link]</div>
    	<div class="this">Vacatures [job_page_minimum]-[job_page_maximum] van [job_total]</div>
    	<div class="next">[job_page_next_link]Pagina [job_page_next_number][/job_page_next_link]</div>
    </div>
    [/if_job_page_count]

    The output can be found here: werkenbijbrandnewday.nl/vacatures

    Any help is greatly appreciated!

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    What exactly are you trying to accomplish ?

    If your attempting to style Job Manger, you have one of two options.

    1. Copy the css from job-manager/css/display.css
    to your Child Theme and make changes there

    2. Check out our support site for other recommended plugins /options

    Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Table issues within the job_field_loop’ is closed to new replies.