Hello, these days I have had problems with views in searches. I have it set with Pagination enabled with "manual transition and AJAX"
When I enter the search page I get the first posts and then it stays loading and does not show any more.
[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="row">
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Soy un@[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-buscando" source="custom" url_param="wpv-wpcf-buscando" values=",1,2" display_values="--- o ---,Hombre,Mujer"]
</div></div>
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Buscando[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-genero" source="custom" url_param="wpv-wpcf-genero" values=",1,2,3" display_values="--- o ---,Hombre,Mujer,Otra relación"]
</div></div>
</div>
<div class="row">
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Pais[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-pais" source="custom" url_param="wpv-wpcf-pais" values=",1,3,9,16,30,35,39,48,52,57,59,67,70,78,92,99,110,112,142,159,171,172,176,180,182,229,233" display_values="--- o ---,Estados Unidos (US),Canada,Alemania,Argentina,Bolivia,Brasil,Bulgaria,Chile,Colombia,Costa Rica,Cuba,El Salvador,España,Francia,Guatemala,Honduras,Italia,Jamaica,Mexico,Nicaragua,Paraguay,Peru,Portugal,República Dominicana,Rusia,Uruguay,Venezuela"]
</div></div>
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Ciudad[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-_ciudad" type="textfield" url_param="wpv-wpcf-_ciudad"]
</div></div>
</div>
<div class="row">
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Edad_min[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-edad" source="custom" url_param="wpv-wpcf-edad_min" values=",1,8,13,18,23,28,33,38,43,48,53" display_values="--- o ---,18,25,30,35,40,45,50,55,60,65,70"]
</div></div>
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Edad_max[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-edad" source="custom" url_param="wpv-wpcf-edad_max" values=",1,8,13,18,23,28,33,38,43,48,53" display_values="--- o ---,18,25,30,35,40,45,50,55,60,65,70"]
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Estado Civil[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-_estado-civil" source="custom" url_param="wpv-wpcf-_estado-civil" values=",1,2,3,4,5,6" display_values="--- o ---,Soltero/a,Separado/a,Divorciado/a,Viudo/a,En una relacion,Casado/a"]
</div>
</div>
<div class="col-sm-6"><div class="form-group">
<label>[wpml-string context="wpv-views"]Quiero[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-quiero" source="custom" url_param="wpv-wpcf-quiero" values=",1,2,3,4" display_values="--- o ---,Encontrar pareja,Conocer gente,Hacer amistades,Tener una cita"]
</div>
</div>
</div>
<div class="form-group">
[wpv-control-postmeta field="wpcf-foto" type="checkboxes" source="custom" url_param="wpv-wpcf-foto" values="1" display_values="Tengan foto"]
</div>
[wpv-filter-submit name="Buscar" output="bootstrap"] [wpv-filter-reset reset_label="Limpiar" output="bootstrap"]
[/wpv-filter-controls]
[wpv-filter-end]
When I save views without the code mentioned above, that is, in the search and pagination option, I leave it blank, in the frontend it does not show the search form, which is logical because I deleted the code, but the posts are displayed normally. It means that the error is when I try to put in the search form.
I want to clarify that this code described above has worked for years, which is why I did not send a ticket to support years ago. But I'm not sure but I think the error started when I updated WordPress Version 6.4.2
I already disabled all puguin and left only the toolset ones and the error continued.