Hello?
I couldn't figure this out so I wiped out my SS install and redid it from scratch. I tested the user forms and they worked until I applied the template I built. I switched applications and I am now using the jquery lite plugin so I have the following javascript in my page.ss
<script type="text/javascript" src="mysite/javascript/jquery-1.3.2.js"></script>
<script type="text/javascript" src="mysite/javascript/jquery.cycle.lite.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#slideshow').cycle();
});
</script>
Once I run the pages, the userforms in the admin section can't be edited. I only get a blank page. Even when I go back to the default blackcandy theme, the userforms still can't be edited in admin.
Does anybody know why this is?
tx
Wil