I've installed a WordPress multisite. Unfortunately, using a multisite prevents me from using the Revolution Slider. Is there a way to resolve this issue?
can you explain what is the problem exactly? Because we tested Be with multisite and Revolution Slider works fine. We noticed one issue on just few servers in the past and maybe below explanation will help you in your case.
In functions/meta-functions.php file on your FTP, please replace below line:
if ( in_array( 'revslider/revslider.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { $array = $wpdb->get_results("SELECT * FROM $table_name ORDER BY title"); }
with:
$array = $wpdb->get_results("SELECT * FROM $table_name ORDER BY title");
If this won`t help with your problem, then please send us explanation and access to your FTP and wp dashboard on pm so we can check everything.
On the page meta where you are able to select a slider, the options are not given for the current site's sliders (ex. site ID 15), but those of the main/host site only (ID 1). Seems it's not finding the ID of the current site to load the sliders associated with that site.
Be|Theme v.3.7
Rev Slider v.4.5.95
WP 3.9.1 Multisite
In-addition, when I created a slider to match the requested Alias, I am receiving a jQuery error: Uncaught ReferenceError: revslider_showDoubleJqueryError is not defined
Comments
can you explain what is the problem exactly? Because we tested Be with multisite and Revolution Slider works fine. We noticed one issue on just few servers in the past and maybe below explanation will help you in your case.
In functions/meta-functions.php file on your FTP, please replace below line: with: If this won`t help with your problem, then please send us explanation and access to your FTP and wp dashboard on pm so we can check everything.