Revolution slide selection with Multisite installation

Hi,

Could you change line 42 of /functions/meta-functions.php so that you can select the revolution sliders that are active/present for the current multisite.
Currently it only show the revolution slide from the base website.

from
$table_name = $wpdb->base_prefix . "revslider_sliders";

to
$table_name = $wpdb->prefix . "revslider_sliders";

Thanks

Marcellino

Comments

Sign In or Register to comment.