Skip to content

Motopress slider integration not work in Wordpress Multisite Network deployments #60

Description

@castellani

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions