Script Blocking issue
Permalink
Hi, ive been working on implementing the Jquery tools into a concrete5 theme.. when i call the script
in my header, it renders the concrete5 elements invisible.. when i remove the above code everything works fine, except of course the javascript functionality//
anyone know any work arounds? much thanks ..
<script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script>
in my header, it renders the concrete5 elements invisible.. when i remove the above code everything works fine, except of course the javascript functionality//
anyone know any work arounds? much thanks ..
looks like you might be trying to include a version of jquery when another is already included.
here is another link, where i show it in 'action' ..
http://www.freestylemovement.com/index.php?cID=443...
you wont actually be able to see it unless you log in, but when i'm logged in and i FTP the page with the code call, the c5 editing bar and all the functionality disappears .. the page still moves down though, indicating the script is working , somewhat ..
as soon as i add this line:(revised)
<script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script>
.. any idea? i included screenshots of the two situations .. w/jquery & invisible c5, and w/o jquery & normal ..
http://www.freestylemovement.com/index.php?cID=443...
you wont actually be able to see it unless you log in, but when i'm logged in and i FTP the page with the code call, the c5 editing bar and all the functionality disappears .. the page still moves down though, indicating the script is working , somewhat ..
as soon as i add this line:(revised)
<script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script>
.. any idea? i included screenshots of the two situations .. w/jquery & invisible c5, and w/o jquery & normal ..
so i got it to work by isolating the functions i wanted and including them in the actual editable area ..
http://www.freestylemovement.com/index.php?cID=445...
but it's not the cleanest way, so if there's any insight to be shared ..
http://www.freestylemovement.com/index.php?cID=445...
but it's not the cleanest way, so if there's any insight to be shared ..