I'm trying to get digital signatures going with the Ultimatum theme, but unfortunately there is an error:
Fatal error: Cannot redeclare class Browser in C:\xampp\htdocs\mysite\wp-content\plugins\gravityformssignature\super_signature\Browser.php
I experimentally changed the name of the class in super_signature Browser.php to Browserx. I also changed the constructor function name, and the call in signature.php to $browser = new Browserx();
This gets rid of the conflict, but the signature doesn't appear to be working. The canvas is generated on the form and ss.js is loaded, but nothing happens, and I'm out of my depth at this point! I'm guessing I need to make more edits.