• Resolved martian73

    (@martian73)


    Hello,

    Had to disable the plugin as its causing the Slider Revolution slider to not work.
    Do you know why this might be happening? It was working before latest updates.

    Thanks!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    @martian73 Can you post the script you added before the issue began?

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    If adding the script has caused the current issue, you can clear it by adding this code snippet to your theme’s functions.php:

    $wizard_settings = get_option( 'complianz_options_wizard' );
    unset( $wizard_settings['cookie_scripts'] );
    unset( $wizard_settings['cookie_scripts_async'] );
    update_option( 'complianz_options_wizard', $wizard_settings );

    Then remove it again.

    This will clear the code from the integrations page.

    Thread Starter martian73

    (@martian73)

    Thanks Rogier, thank cleared the plugin so its working again. For now I will just leave the FB Pixel integrations off.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Conflict with Slider Revolution’ is closed to new replies.