Hello Christian,
Sure, here is the entire code from the Search and Pagination Panel:
[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="form-group">
<label>[wpml-string context="wpv-views"]Property Type[/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="project_category" type="select" url_param="wpv-project_category"]
</div>
<div class="form-group">
<label>[wpml-string context="wpv-views"]Area[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-region_v1" type="select" url_param="wpv-wpcf-region_v1"]
</div><div class="form-group">
<label>[wpml-string context="wpv-views"]Code[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-code" url_param="wpv-wpcf-code"]
</div>
<div class="form-group form-group-col1">
<label>[wpml-string context="wpv-views"]Bedrooms[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-no-of-bedrooms" type="select" default_label=" " url_param="wpv-wpcf-no-of-bedrooms"]
</div>
<div class="form-group form-group-col2">
<label>[wpml-string context="wpv-views"]Bathrooms[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-no-of-bathrooms" type="select" url_param="wpv-wpcf-no-of-bathrooms"]
</div>
<div class="form-group form-group-col1">
<label>[wpml-string context="wpv-views"]Min Price[/wpml-string]</label>
[wpv-control-postmeta display_values=",80 000€,120 000€,180 000€,250 000€,400 000€,600 000€" values=",80000,120000,180000,250000,400000,600000" field="wpcf-price_v1" type="select" source="custom" url_param="wpv-wpcf-price_v1_min"]
</div>
<div class="form-group form-group-col2">
<label>[wpml-string context="wpv-views"]Max Price[/wpml-string]</label>
[wpv-control-postmeta display_values=",80 000€,120 000€,180 000€,250 000€,400 000€,600 000€" values=",80000,120000,180000,250000,400000,600000" field="wpcf-price_v1" type="select" source="custom" url_param="wpv-wpcf-price_v1_max"]
</div>
[wpv-filter-submit name="Search" output="bootstrap" class="btn btn-primary btn-block btnPadding"]
[/wpv-filter-controls]
[wpv-filter-end]
I'm also including the Loop Editor Panel code, just in case:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<ul class="wpv-loop js-wpv-loop" style="list-style: none;">
<wpv-loop>
[wpv-post-featured-image size="medium"]
<div class="ibs-sr-text">
<h2>[wpv-post-link]</h2>
[wpv-post-excerpt length="260" more="..."]
<p>Price: [types field='price_v1'][/types] €</p>
</div>
<div style="clear: both"></div>
</wpv-loop>
[wpv-pager-nav-links output="bootstrap" first_last_links="true" previous_next_links="true" step="5" reach="2"]
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items matching your search criteria were found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
Finally this code is from the Output Editor Panel (again, just in case):
[wpv-filter-meta-html]
[wpv-layout-meta-html]
Again, please let me know if you require anything else.
Best Regards,
Stavros