Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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(){

Viewing 1 replies (of 1 total)