We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motopress Slider doesn´t appear in the Cherry Options for the Network Sites, only appears in the root site.
To correct the problem I change the block of code in the file \cherryframework4\init\statics\moto-slider.php
if ( in_array( 'motopress-slider/motopress-slider.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) )
for this one:
if(is_plugin_active( 'motopress-slider/motopress-slider.php'))
Regards, Castellani
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motopress Slider doesn´t appear in the Cherry Options for the Network Sites, only appears in the root site.
To correct the problem I change the block of code in the file \cherryframework4\init\statics\moto-slider.php
if ( in_array(
'motopress-slider/motopress-slider.php',
apply_filters( 'active_plugins', get_option( 'active_plugins' ) )
) )
for this one:
if(is_plugin_active( 'motopress-slider/motopress-slider.php'))
Regards,
Castellani
The text was updated successfully, but these errors were encountered: