• With Version 6.0 Slider stops working on mobile and Desktop.

    I switched back to version 5.9

    Sorry had no time to debug. If you can’t reproduce, then write a line

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Marcus Spanier

    (@espiat)

    note:
    i switched back to Version 5.9.7 and slider works.

    Plugin Author Daniel K.

    (@richplugins)

    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!

    Thread Starter Marcus Spanier

    (@espiat)

    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) + ‘”>

    Plugin Author Daniel K.

    (@richplugins)

    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!

    Plugin Author Daniel K.

    (@richplugins)

    Hi @espiat,

    It should be fixed in the latest version 6.2, please check and let us know if not.

    Thanks!

    Thread Starter Marcus Spanier

    (@espiat)

    Hi.

    Now it works with Version 6.2. as expected.

    Many thanks.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Version 6.0 – Slider’ is closed to new replies.