Thread Starter
ganafa
(@ganafa)
If anyone else is having dramas getting the options to display (or waiting for a non-existent reply from the plugin authors) you can strip out the below code from ig-behavior-triggers.php
if ( ! in_array( 'icegram/icegram.php', get_option( 'active_plugins', array() ) ) && ! in_array( 'icegram/icegram.php',get_site_option( 'active_sitewide_plugins', array() ) ) )
return;