• The latest pop up which nobody asked for is invasive. It blocks any other sidebar menu item from being activated unless we sign up to your other products and offers. I consider this site breaking. I had to say ‘no thanks’ four times in order for the invasive pop up to stop blocking me accessing my site menu. This is so wrong on so many levels. Whoever implemented this should be fired at the very least, taken through the basics of UX and accessibility rules. Very poor decision and the developers should do the decent thing and work on removing it as a priority.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 100% agree! This is the worst and I’ll be searching for an alternative straight away!

    Plugin Support Antonio Candela

    (@antoiub)

    Hello @mikeyinglis ,

    I’m very sorry to hear about the inconvenience you’re experiencing. It’s certainly not right for an onboarding process to block the use of the menu or Complianz itself, so something is definitely wrong.

    We can’t reproduce the issue on our end, unfortunately, so we would appreciate if you could provide an example. This will help us understand the problem better and work on a solution.

    Thank you for your patience and cooperation.

    Plugin Support Antonio Candela

    (@antoiub)

    Hello @mikeyinglis ,

    We got some updates for the current issue, and want to assure you that we are actively working on resolving it in the next patch. In the meantime, we have identified the cause of the problem and provide a temporary workaround to restore your WordPress backend using a mu-plugin or script inside functions.php. Please follow these steps:

    1. If you don’t already have a mu-plugins folder in wp-content, open your FTP client and create a new folder named mu-plugins in the wp-content directory. The resulting path should look like: */wp-content/mu-plugins/
    2. Upload a .php file to wp-content/mu-plugins/ via FTP with the following code:
    <?php

    if ($timestamp = get_option('cmplz_wsc_onboarding_start')) {
    if (is_numeric($timestamp) && $timestamp < time()) {
    delete_option('cmplz_wsc_onboarding_start');
    }
    }
    1. Logout from your WordPress website and log in again. This will initialize the script via the admin_init hook, restoring your backend.
    2. Remove the mu-plugin or the script after the backend has been restored.

    I hope this helps, please let us know.
    Best regards,
    Antonio

    Thread Starter mikeyinglis

    (@mikeyinglis)

    Thank you we will give this a go.

    This is happening to me as well, Complianz keeps popping up wanting me to use it’s website scanner. I hit “No thanks” three times in a row and then “Close” then every time I try to access anything else on the admin menu it starts again.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘your plugin is invasive & site blocking’ is closed to new replies.