We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8425
    • 159 Posts
    Hello,
    I’ve noticed that there is a conflict when I run a MODx Evo 1.05 site in edit mode with this javascript from Foxycart:
    <script src="http://cdn.foxycart.com/xxxxxx/foxycart.complete.3.js" type="text/javascript" charset="utf-8"></script>


    In MODx edit mode I get a black screen when MODx tries to display the edit popup dialog. If I remove the javascript "foxycart.complete.3.js" it works fine.
    Does anyone know how to resolve this problem as I need both MODX edit dialog popup and the foxycart popup to work on the same page?
    Thank you very in advance for your help.
      • 8425
      • 159 Posts
      fyi - I fixed it by added the js after </head>