Please help! I can not create nor update or anyting in K2
Could it be that this template is not working with K2 v2.6?
I am basing my whole idea with using K2 so I need urgent help here.
Hope to hear from you soon.
The problems is that you have JavaScript errors:
ReferenceError: $K2 is not defined
$K2(document).ready(function() {
The script is caused by double load of jQuery. Make sure that you have only one instance in your source. Currently in the head section of your site are these two rows.
<script src="/media/k2/assets/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="/media/k2/assets/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript"></script>