Topic Resolution: Resolved
    Roman
    Spectator
    Posts: 3147
    September 10, 2014 at 7:34 pm #12836

    please paste the code here which you try to insert there

    Frédéric Bélanger
    Spectator
    Posts: 2
    September 11, 2014 at 1:52 am #12844

    Just tested for Iframe:  works

    Script:  still doesn’t work

    There you go:

    <script type=”text/javascript” src=”http://form.jotformpro.com/jsform/42484478537972″></script&gt;

     

    Thanks !

    Frédéric Bélanger

    Alok Maheshwari
    Spectator
    Posts: 303
    September 12, 2014 at 12:52 am #12862

    In js/main.js at around line 24 change

     

    var url = jQuery(this).attr(“src”);
    if(url.indexOf(“?”)>0){

     

    to

    var url = jQuery(this).attr(“src”);
    if(url)
    if(url.indexOf(“?”)>0){

    Frédéric Bélanger
    Spectator
    Posts: 2
    September 12, 2014 at 2:39 am #12863

    IT WORKS PERFECTLY!  THANKS !!!

    Deron Spencer
    Spectator
    Posts: 2
    February 19, 2015 at 10:57 am #14846

    Confirming that this works for me too in solving the same problem. Thanks much. Please remember to include in next version so the change is not reverted.

    Deron Spencer
    Spectator
    Posts: 2
    February 19, 2015 at 4:54 pm #14860

    Can you say what is the equivalent file to edit for the evolve theme? The details you give seem to be specific to the alora theme and I am having the same problem with evolve.

    Thanks

    Asad Ullah
    Spectator
    Posts: 47
    February 19, 2015 at 8:50 pm #14863

    Hi Deron,

    You can use the same script like Alok suggest in above post for Alora theme location is here: `library/media/main.js
    line #181`

    Hope it helps, let me know if you need further assistance 🙂

    Thanks.