• Usce

    (@usce)


    I tried to use Jetpack and Revolution slider on 2 of my websites, unfortunately every time I installed Jetpack my slideshow disappeared.

    But at overall it is good plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I’m sorry to hear you’ve run into issues.

    Unfortunately I cannot test things, since the Revolution slider plugin isn’t free. If you’re willing to give Jetpack another try, could you add the following to your site’s wp-config.php file?

    define('WP_DEBUG', true);
    
    if ( WP_DEBUG ) {
    
            @error_reporting( E_ALL );
            @ini_set( 'log_errors', true );
            @ini_set( 'log_errors_max_len', '0' );
    
            define( 'WP_DEBUG_LOG', true );
            define('WP_DEBUG_DISPLAY', false);
            define( 'CONCATENATE_SCRIPTS', false );
            define( 'SAVEQUERIES', true );
    
    }

    Once you’ve done so, activate the Jetpack plugin on your site, and visit a page including the Revolution Slider plugin.

    Then, check the wp-content/debug.log file in your WordPress installation, and paste the errors here. You can then replace define('WP_DEBUG', true); by define('WP_DEBUG', false); in the code above.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Has conflict with revolution slider’ is closed to new replies.