Blog url's will not collapse by year

Permalink
Hello,

When I am viewing my Blog and try to collapse the url's by year, this feature does not work.

However, when I log in and view the Blog page, the url's by year WILL collapse. I think this feature should work when I am logged out too, and should work for anybody viewing my site.

Can someone tell me what is wrong here?
http://geminiuniversal.com/blog/...

Thanks,
Susan
PS - I know I have to fix the url line height, that will be done soon.

ses604
 
VPenkov replied on at Permalink Best Answer Reply
VPenkov
Some javascript isn't loaded outside edit mode.
<script type="text/javascript">
ccmDateNav.dateKey='05_2013';
ccmDateNav.loadPg=71;
$(function(){ ccmDateNav.init(); });
</script>


Not sure what DateNav is, but it gets bugged.
I don't know how to help you any further over the forums, but you can PM me some FTP details if no one else suggests a solution and I'll have a look at it.
ses604 replied on at Permalink Reply
ses604
Thank you so much!