Skip Navigation

[Resuelto] toggle is open only after submitting form / reset button fails

This support ticket is created hace 7 años, 1 mes. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 16 respuestas, tiene 2 mensajes.

Última actualización por Ido Angel hace 7 años, 1 mes.

Asistido por: Luo Yang.

Autor
Mensajes
#581402
reset2.JPG

Here is what I found, I tried it in my localhost with a fresh wordpress installation + the latest version of Toolset plugins + 2017 theme, there isn't such a problem, see screenshot: reset2.JPG
after click the reset button, it redirect me to the original URL without any URL parameter, for example:
enlace oculto

So it is a compatibility problem in your website, you will need to locate the problem plugin/theme by this:
deactivate other plugins and switch to wordpress default theme, and test again
If it is fixed, then activate plugin one by one, find and locate the problem plugin

Currently there is a workaround, you can simple setup a link to replace the the reset button, for example:

<a href="[wpv-post-url]">Reset</a>

And use CSS codes to style the link as a button.

#581427

thx man,
i'll just use your suggestion of placing a link instead of resetting.
cheers.
ido