To start off Widget Logic is a great plugin and I'd like to keep it. I'm using Eletro Widgets and it conflicts with Widget Logic. Is there any way of getting around this, details are below.
error:
Warning: Illegal offset type in /wordpress-mu/wp-content/plugins/widget-logic/widget_logic.php on line 125
What's on line 125 of widget_logic.php
$callback=$wp_registered_widgets[$id]['callback_wl_redirect']; // find the real callback
This is the code in my template to activate Electro Widget
<?php if (class_exists('EletroWidgets')) new EletroWidgets(); ?>
Thanks in advance Muz!