If your problem is related with headspace, then go to:
wp-content/plugins/headspace2/js/headspace.js
Line 26:
Change: $( ‘a[href=#toggle]’ ).click( function(){
With: $( ‘a[href=”#toggle”]’ ).click( function(){
Line 61:
Change: $( ‘a[href=#toggle]’ ).click( function(){
With: $( ‘a[href=”#toggle”]’ ).click( function(){