Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2004853
Slider Revolution
Closed

Comments

  • Susana65 started the conversation

    Hello,
    I have a problem with the Slider Revolution plugin, as soon as I activate it I get an error message that appears at the top of the page.

    Do you know how to remove it?

    Thank you for your help

    Have a good day

  • Susana65 replied

    I forget the screen photo

  •  2,699
    PenciDesign replied

    Hi,

    Seem that's issues come from Slider Revolution itself. You can see here:

    https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments?page=933#comment_21097714

    Those are just warning not errors, you can disable warnings notifications in wordpress.

    In that case, you can replace this line from your wp-config.php file:

    define('WP_DEBUG', false);
    

    with this:

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    

    I hope that helps you out there!

    Also, I recommend you update PHP to higher version to make everything running fine as author of plugin recommend.

    Thanks