Hello
I've discovered this is a superb plugin that I can not do without !
I use the define('FORCE_SSL_ADMIN', true); in my wp-config.php to help keep admin access secure.
However, when I use this option from Adminimize:
Backend Options > Footer > Hide
It causes a warning in browsers of unsecure, or in chrome's case insecure content.
This is the object that the browsers have issue with:
http://mydomain.com/wp-content/plugins/adminimize/js/remove_footer.js?ver=3.2.1
With other plugins that call, say images, I can easily change the URI to be relative or explicit https.
But how can I resolve the issue with the adminimize remove_footer.js ?
Thank you