Thanks for using my plugin and I apologize for the trouble.
Right now your theme is loading a javascript file that has an error in it which is preventing any other scripts from running (including mine).
http://www.guidetostopsnoring.com/wp-content/themes/ppl-ninja/js/ppl-script.js?ver=3.7.1 on line 41 is trying to reference a function swipe() which doesn’t exist. If you get that fixed (assuming there are no other issues) then my toggles will start working.
Thanks for looking at it. I have submitted a ticket to
my theme developer to have them look at and fix it. I will followup here.
It sounds like it might take some for my theme developer to address this issue. Is there something you could suggest I do as a patch in the meanwhile ?
Perhaps I could add a swipe() function ( that does nothing )
to at least satisfy this issue ?
I am not sure how I would add an empty swipe() function.
Any help would be appreciated.
Thanks, Fred B.
I think better than adding an empty function (which would create its own set of issues) would be to comment out (or erase — the same thing) the sections of code which call swipe().
You’d have to open the ppl-script.js in a text editor and the function is covered in lines 41-52