Viewing 1 replies (of 1 total)
  • Plugin Author sjaved

    (@sjaved)

    Hi @simsekahmett,
    Hope you are doing good today 🙂

    Please delete the plugin first, then download it again and then check the popup. I have fixed this issue already.

    If its still there then disable the debugging by replacing the following line:

    define(‘WP_DEBUG’, true); // enable debugging mode

    With this one:
    define(‘WP_DEBUG’, false); // disable debugging mode by default

    in wp-config.php file.

    Its not a solution but a work around to make the errors go away. However, its still a bug and I will fix it in next version.

    Thanks for taking time and reporting the issue 🙂
    Cheers, Sajid

Viewing 1 replies (of 1 total)
  • The topic ‘Not Working’ is closed to new replies.