Skip Navigation

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

This support ticket is created 7 years, 1 month 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
- 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)

This topic contains 16 replies, has 2 voices.

Last updated by Ido Angel 7 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#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:
hidden link

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