• Resolved pivovody

    (@pivovody)


    The plugin has not been working properly for about a month. This plugin is not even displayed correctly in the WordPress administration panel. The token doesn’t want to check.. Everything worked fine before that. Recordings are not transferred automatically. All settings have not changed. Reinstalling the plugin does not help. Where to look for the problem?

    • This topic was modified 8 months ago by pivovody.
    • This topic was modified 8 months ago by pivovody.
    • This topic was modified 8 months ago by pivovody.
    • This topic was modified 8 months ago by pivovody.
    • This topic was modified 8 months ago by pivovody.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Irshad Ahmad

    (@irshadahmad21)

    Hello

    Sorry for the issue you are facing.

    This plugin is not even displayed correctly in the WordPress administration panel.

    Do you see any warnings under the plugin in the plugins list on the wp-admin > Plugins page?

    The token is not verified.

    What does the token verification say?

    Additionally, you may enable logs in Advanced Settings and send the view log links to our support on Telegram (@WPTelegramSupport) to let us have a look at what’s happening. Please do not share the logs here on the public forum.

    Thread Starter pivovody

    (@pivovody)

    Sent to Telegram. Please take a look.

    Thread Starter pivovody

    (@pivovody)

    Do you see any warnings under the plugin in the plugins list on the wp-admin > Plugins page?

    There are no warnings.

    What does the token verification say?

    I press the “Check…” button and… nothing… no reaction..

    Nothing comes to Telegram…

    Plugin Author Irshad Ahmad

    (@irshadahmad21)

    Upon checking, it’s the Hostinger AI Assistant plugin that causes the styling issue. The plugin loads its wildcard CSS rules without scope and is loaded everywhere on the site and it messes up the UI.

    For example, one of its style rules is this that messes up most of the UIs

    *, :after, :before {
    margin: 0;
    padding: 0;
    }

    Any serious developer would never write a plugin that way to interfere with other plugins/themes.

    They should firstly not load the styles on every page where it’s not needed. Secondly, they should scope their CSS rules to their own UIs rather than polluting the whole WP admin interface.

    Thread Starter pivovody

    (@pivovody)

    Thank you very much for your help.. Now I’m dealing with the Hostinger AI Assistant plugin

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

The topic ‘The plugin has stopped working.’ is closed to new replies.