Javascript conflict with revolution slider JS

  • damianopcc
    Asked on July 23, 2015 at 4:57 AM

    i've revolution slider modules installed,

    and when try to insert in the header the jotform "lightbox" code,

    the revolutio slider crash and send me:

    "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
     This includes make eliminates the revolution slider libraries, and make it not work.

     To fix it you can:
        1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
        2. Find the double jquery.js include and remove it.

    "

     

    i've tried with point 1

    but i'm able to execute point 2

    may you help me?

    thanks a lot.. Damiano

  • Jan
    Replied on July 23, 2015 at 8:28 AM

    Can you please share the URL or link of the webpage where the form is embedded?

    Can you please try adding this script before the lightbox embed code.

    <script type="text/javascript">
       $.noConflict();
    </script>

    Hope that works. If not, let us know so we can further help you. Please don't forget to share the URL of the webpage. Thank you.

  • damianopcc
    Replied on July 24, 2015 at 3:04 AM
    Thaks for cooperations, i've tried your solution but without results.
    Instead i've found these script that works:
    jQuery.noconflict(true);
    positioned afther the script source "...
  • Ashwin JotForm Support
    Replied on December 7, 2015 at 8:48 AM

    Hallo,

    Ik ben niet zeker of ik uw vraag goed begrepen heb.

    Verklaar uw vraag een beetje meer in detail en wij zullen u zeker helpen.

    We zullen wachten op uw reactie.

    Dank je!

  • Vaibhav
    Replied on November 3, 2016 at 3:55 AM

    I'm a newbie, can you tell me in detail which file you are editing that code into