• Resolved jessik

    (@jessik)


    Hi,

    Is there any known problem with the range sliders? I can’t seem to get them to work.

    I get those errors:

    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:648:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:662:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:727:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:741:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:763:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:894:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:908:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:977:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:991:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:1082:44
    SyntaxError: expected expression, got ‘<‘[En savoir plus]simulation-personnalisee:1096:44

    When I check those lines, the code here is the same:

    window.addEventListener(“load”, function(){</p>

    Any help please?

    Thank you

    • This topic was modified 8 years, 5 months ago by jessik.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor christiechirinos

    (@christiechirinos)

    Hi jessik,

    Thanks for using Caldera Forms. Good catch – it looks like you’ve found a bug. This is not the right place for reporting bugs, but we want to get this fixed, so I opened an issue in our Github:
    https://github.com/CalderaWP/Caldera-Forms/issues/881

    If you can please leave a comment on that issue with the full debug information that you can find in the Caldera Forms support submenu, that would really help us get to the bottom of this.

    Thanks again for using Caldera Forms. If you ever need any help with Caldera Forms, please do not use this forum, instead open a support ticket at https://CalderaWP.com/support or if you find a bug, please open an issue at https://github.com/CalderaWP/Caldera-Forms/issues. Thanks!

    Plugin Author Josh Pollock

    (@shelob9)

    This is a conflict with your theme. We output inline JavaScript, and your theme is adding HTML markup to that inline JavaScript on line breaks “window.addEventListener(“load”, function(){</p>” That </p> is the problem. Many themes change the way WordPress applies filters including the wpautop function to the post content. Please contact your theme’s support about this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Range slider not working’ is closed to new replies.