@reverbstudios I installed the theme you sent and there were no errors unless OptionTree the plugin is installed and activated. Do you have some other issue I’m not aware of?
For everyone using Super Skeleton. If you want to upgrade OptionTree you must do it from inside the themes root directory. Alternatively, you can comment out or delete lines 31, 32, 35, 36, and 42 in functions.php
so OptionTree is no longer in theme mode and then you could use the plugin.
To update OptionTree in theme mode, download the latest version and unarchive it. Then replace the option-tree
directory in the theme with the new one you just downloaded.
As far as I can tell, there’s no patch needed for super-skeleton-2.0. However, I would remove the ugly styles it adds to OptionTree by commenting out line 42 in functions.php
like so:
//add_action('admin_head', 'ot_custom_style');
Those custom styles look terrible with WordPress 3.8.
I’m going to say this one more time so everyone is on the same page.
You cannot run OptionTree in plugin AND theme mode simultaneously or the sky will fall on your head.