Viewing 4 replies - 1 through 4 (of 4 total)
  • ottimoto

    (@ottimoto)

    Hi bloffield,

    I just experienced the same problems whilst debugging. Did you get a solution in the end?

    Many thanks
    otti

    Thread Starter bloffield

    (@bloffield)

    Hi, no, author still does not respond.

    Plugin Author CodeCans

    (@mr_sagar)

    Hi,
    This is not a error but notice because your WP_DEBUG is on.
    you can off WP_DEBUG.
    go to wordpress root file. open wp-config.php file then find out that line
    define( ‘WP_DEBUG’, true );

    just make it false like that:

    define( ‘WP_DEBUG’, false );

    Hope your issue will be solve
    Thanks

    Plugin Author CodeCans

    (@mr_sagar)

    Hi,
    You May also Upgrade latest version of kobra hover effects.
    issue has been solved with new update
    Regard
    Codecans Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error after activating plugin’ is closed to new replies.