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.
Sent to Telegram. Please take a look.
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…
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.
Thank you very much for your help.. Now I’m dealing with the Hostinger AI Assistant plugin