Search button on Jobs page (one more)
-
Hi,
I have read previous posts about this case ;
“social” plugin is de-activated. no add on to wp-job-manager.there are some jobs published ;
Plugin has been updated today (but the issue was seen also in the previous).here is the produced code : I see no submit item
[<input type=”hidden” name=”filter_job_type[]” value=”” />
<div class=”showing_jobs”></div></form>]I post her, before trying to patch the plugin in some days.
Daniel, for ffco.org
the entire code :
<div class=”job_listings” data-location=”” data-keywords=”” data-show_filters=”true” data-show_pagination=”false” data-per_page=”10″ data-orderby=”featured” data-order=”DESC” data-categories=”” >
<form class=”job_filters”><div class=”search_jobs”>
<div class=”search_keywords”>
<label for=”search_keywords”>Mots-clés</label>
<input type=”text” name=”search_keywords” id=”search_keywords” placeholder=”Mots-clés” value=”” />
</div><div class=”search_location”>
<label for=”search_location”>Lieu du poste</label>
<input type=”text” name=”search_location” id=”search_location” placeholder=”Lieu du poste” value=”” />
</div></div>
<ul class=”job_types”>
- <label for=”job_type_cdd” class=”cdd”><input type=”checkbox” name=”filter_job_type[]” value=”cdd” checked=’checked’ id=”job_type_cdd” /> CDD</label>
- <label for=”job_type_cdi” class=”cdi”><input type=”checkbox” name=”filter_job_type[]” value=”cdi” checked=’checked’ id=”job_type_cdi” /> CDI</label>
- <label for=”job_type_cdii” class=”cdii”><input type=”checkbox” name=”filter_job_type[]” value=”cdii” checked=’checked’ id=”job_type_cdii” /> CDII</label>
- <label for=”job_type_service-civique” class=”service-civique”><input type=”checkbox” name=”filter_job_type[]” value=”service-civique” checked=’checked’ id=”job_type_service-civique” /> Service civique</label>
- <label for=”job_type_stage” class=”stage”><input type=”checkbox” name=”filter_job_type[]” value=”stage” checked=’checked’ id=”job_type_stage” /> Stage</label>
<input type=”hidden” name=”filter_job_type[]” value=”” />
<div class=”showing_jobs”></div></form>The page I need help with: [log in to see the link]
- The topic ‘Search button on Jobs page (one more)’ is closed to new replies.