Yea, it would be best for you to copy paste your errors so that we can provide comprehensive solutions to you..
I just tried to activate the plugin and saw the following error (on WP 3.2.1):
Fatal error: Class ‘GFAddonCommon’ not found in [path]/wp-content/plugins/gravity-forms-css-ready-selector/gf-readyclasses-addon.php on line 51
I too had to delete the plugin via ftp, as it disables the entire plugin admin.
I’m running v1.5.2.8 of Gravity Forms.
ok I found the problem. line 37:
@include_once “GFAddonCommon.php”;
On linux servers it is case sensitive.
change to all lowercase and it will work:
@include_once “gfaddoncommon.php”;
I will update this and release a new version ASAP. Sorry about any inconvenience caused.
Awesome, that did the trick! Thanks for the quick reply, and thanks for making such a great plugin. 🙂
I have commited the changes to the plugin repo. All should be fine for future downloaders 🙂