• Resolved Vlady Todorov

    (@bgvlado)


    The plugin doesn’t work on WP Multisite Network enable.

    I modified the Helpers to make this work on my website.

    public static function isPluginActive($plugin)
    {
    if (MULTISITE) {
    return in_array(WP_PLUGIN_DIR . ‘/’ . $plugin, wp_get_active_network_plugins());
    } else {
    return in_array($plugin, (array) get_option(‘active_plugins’, array()));
    }
    }

    Can you add this in the next version of plugin?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, I am trying to get the plugin to work on Multisite but it doesn’t seem to have been updated with the suggested changes yet as it doesn’t work. How do I get it working in the interim? I have tried updating the is_plugin_active function in /wp-admin/includes/plugin.php but that hasn’t worked.

    Any help much appreciated

    Thanks Matt

    Thread Starter Vlady Todorov

    (@bgvlado)

    Hi Matt,

    I gave up on this i’m not paying for something not supported anymore.

    I made a script in function.php that on every email send from contact form 7 to call the bitrix API and send all data there.
    For 2 months now works perfect. It’s tricky but is more customizable ??

    If you need help drop me email through my website in profile.

    Cheers

    Plugin Author Roman Shkabko

    (@flamix)

    Hello Vlady,

    Thank you very much, we will definitely add this in the next version (1-2 weeks)

    Hi,

    Has this been fixed yet, I still have the message

    WordPress Contact Form 7 activated – No. You must install plugin!

    even though it is installed?

    Thanks

    Plugin Author Roman Shkabko

    (@flamix)

    Hello!
    Yes, the update came out 1 minute ago. Try installing the new plugin (version 3.0.0).
    In addition to fixing this bug, we have made many improvements to the plugin.

    Install updates and write if it helped you. Thank you!

    Great thanks, will give it a go now

    Plugin Author Roman Shkabko

    (@flamix)

    Now working?

    Plugin Author Roman Shkabko

    (@flamix)

    Thank you! This issue was fixed in 3.0 version.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP Multisite Network’ is closed to new replies.