Hello Thomas,
WordPress got updated and some plugins, but even de-activating all plugins does not bring back [job_id]’s the output.
What do you mean with “try removing Job ID shortcode”?
If I remove it I have the same as now: no Job id value … or do I get you wrong?
I just did some test and it is strange.
When I put the [job_id] further down in the template editor it shows a value, only inside the link and div class it prints nothing??!!
This is what I have:
START#######################################################
<strong>Aktuell suchen wir zum schnellstm?glichen Termin:</strong>
<div class='shortcodes-accordion' id='pacc5050a3cb6efc6' style='width:100%'>
[job_loop]
<div class='accordion-group'><div class='accordion-heading'>
<a href='#[job_id]' class='accordion-toggle' data-toggle="collapse" data-parent="#pacc5050a3cb6efc6">[job_title] - Ausschreibung vom: [job_field8]</a></div>
<div id='[job_id]' class='accordion-content collapse'> <div class='accordion-inner'>
[if_job_categories]
<strong>Kategorie:</strong> [job_category_links]
[/if_job_categories]
TEST: [job_id] <<<---- THIS ONE IS THE ONLY THAT SHOWS THE ID!!!!
<p><strong>[job_field1_label]</strong><br />[job_field1]</p>
<p><strong>[job_field2_label]</strong><br />[job_field2]</p>
<p><strong>[job_field3_label]</strong><br />[job_field3]</p>
<p><strong>[job_field4_label]</strong><br />[job_field4]</p>
<p><strong>[job_field7_label]</strong><br />[job_field7]</p>
<p><strong>[job_field6_label]</strong><br />[job_field6]</p>
<p><a href='https://warnath-industrieservice.com/stellenangebote/apply/[job_id]/' style ='background-color:#2D61A6; border-radius:3px; -moz-border-radius:3px; color:#ffffff; border:1px solid #2D61A6;' class='button small'> Jetzt bewerben </a></p>
</div>
</div>
</div>
[/job_loop]
</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]
END#######################################################
The job_id does ONLY show in ONE of the FOUR places.
Not in the first two (Tab/Div) and ALSO NOT in the Job-Apply-Link.
No value visible.
Even if I don’t pur ‘…’ or “…” around the [job_id], it does not show the value.
Strange!!