Thanks Mike
Looks like they fixed it in version 7.0.4
I wonder if it is a php error_reporting setting on some of our servers that was displaying the notice.
Daniel
Mike,
Did some looking at the 2 versions of the plugin and the problem looks to be on line 59 of leadin/admin/leadin-admin.php the add_leadin_global_admin_style() function calls wp_enqueue_style in the construct of the plugin before the admin_init hook is called and that is the error I am getting.
If I comment out line 59 version 7.0.3 works fine.
Hope this helps.
Daniel
Having the same problem here. Disabling the plugin gets rid of the error and the plugin admin page won’t load.
Thread Starter
Daniel
(@danyoson)
Nevermind figured it out by using a gallery. Works perfectly now.
Thanks Great Plugin