• I’d really like to use the Easy Nivo Slider plugin but I’m finding that it breaks Network Admin when WP 3.1 is configured to have a network of sites. With the plugin installed I just get a blank page in network admin (/wp-admin/network), admin works for the main site though (/wp-admin). Hope it can be fixed. Thanks. N.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nytr0x,
    Oh ! Same for me . May I know if your problem solved?

    Thanks !

    Yitzi

    (@yitzi)

    nytr0x, from the “Fatal error when I try to access Network Panel(On Multi-SIte installation” thread:

    Try changing:

    if (is_admin()) {

    in easy-nivo-slider.php (about line 113) to:

    if (is_admin() && (!defined('WP_NETWORK_ADMIN') || !WP_NETWORK_ADMIN)) {

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Easy Nivo Slider] Plugin breaks WP 3.1 network admin’ is closed to new replies.