No longer working in WordPress?
-
Until I recently upgraded to 3.5.2, I was using the following code without problem:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript" src="https://raw.github.com/motyar/firefly/master/jquery-firefly-0.2.js"></script> <script type="text/javascript"> $(document).ready(function() { $.firefly({ images : ['https://myimagegoeshere.png'], //Fly images total : 1, //number of flies ofTop :390 }); }); </script>
This is no longer working. Any ideas?
Thankshttps://www.ads-software.com/extend/plugins/firefly-effect-jquery/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No longer working in WordPress?’ is closed to new replies.