Quote Originally Posted by rbarbour View Post
Are the files on GH the updated and newest files?

If so, their seems to be allot of unnecessary code copied from the slimbox.php file from google groups that is not needed and may cause issues.

That file is generic and the custom options may/may not override options.php (ADMIN Configurations).
You are absolutely right about the extra unnecessary code.
I took the zip file posted here, and the comments from others that said "It works!" and blindly committed it to the project.

While it does "work", I do not want to use the eval() method that was used in the responsive "fix".
Today I have been manually un-minifying that code so that I can use basic minified JS instead.

GH has been updated just now, with some code & structure updates. Proceed with caution though, it still needs some testing