note:
i switched back to Version 5.9.7 and slider works.
Hi @espiat,
Thank you for your topic.
Please let us know when you can return it back to 6.0 version to our check and send debug information (please use Pastbin service for this info).
Thanks!
I tried version 6.1 and and still doesn’t work.
console error:
public-main.js?ver=6.1:60 Uncaught URIError: URI malformed
at encodeURIComponent ()
at Object.trimtext (public-main.js?ver=6.1:60:492)
at Object.init (public-main.js?ver=6.1:59:285)
at grw_init (public-main.js?ver=6.1:81:269)
at HTMLDocument. (public-main.js?ver=6.1:82:451)
replace
encodeURIComponent(g)
with
encodeURIComponent(g).replace(/%EF%BF%BD/g, ”) // removes malformed replacements
and replace in trimtext:
<input type=”hidden” value=”‘ + safeEncode(g) + ‘”>
Hi @espiat,
Thank you for your topic!
To investigate this question, please send:
1. Direct link to your website page where we can see and reproduce the issue;
2. Debug information from the page: Google Reviews / Settings / Advance tab. You need to click the ‘Copy Debug Information‘ button, paste copied to this reply and send it to us. Please use Pastebin service to show the debug info.
Thanks!
Hi @espiat,
It should be fixed in the latest version 6.2, please check and let us know if not.
Thanks!
Hi.
Now it works with Version 6.2. as expected.
Many thanks.