Skip Navigation

[Resolved] Presentar algunos filtros de forma mas visual para el usuario

This support ticket is created 5 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 5 years ago.

Assisted by: Nigel.

Author
Posts
#1233480

Tell us what you are trying to do?
Me gustaría saber como puedo hacer que por ejemplo para un filtro entre fechas o entre precios, en vez de tener el usuario que escribir los valores, se pudiera presentar una barra deslizante.

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

#1234157

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hola

Toolset no ofrece tales controles de filtros, te sugiero que lo solicites aquí: https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

Para implementar una barra deslizante (ó "range slider") tendrías que:

1. elegir una solución como jQuery UI slider (hidden link) ó Bootstrap Slider (hidden link) y encolar sus activos de CSS y JS (ve https://developer.wordpress.org/themes/basics/including-css-javascript/)
2. insertar controles de filtros min y max con comparison "between" en un View
3. escribir JavaScript particular para inicializar el slider, según los requisitos de la solución seleccionada

Si usas ajax para actualizar los resultados puede ser necesario re-inicializar el slider utilizando el evento "js_event_wpv_parametric_search_results_updated".

No puedo escribir la solución completa, pero si tienes algún problema específico, dime e intentaré ayudarte.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.