22nd Jan, 05:01 pm
Due to the latest jquery update the login boxes won't work if you purchased your theme before today. To fix them please do the following.
Admin Cp > Templates & Style > Templates > sidereel Templates > Ungrouped Templates > header include
Replace
With this
Admin Cp > Templates & Style > Templates > sidereel Templates > Ungrouped Templates > header include
Replace
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
With this
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>