hi.
Plugin is active?
i dont see otfm-spoiler.min.css and otfm-spoiler.min.js files in console https://yadi.sk/i/eddqjTaqSft5HA
and here they are on my website https://yadi.sk/i/0dKVuf6zbk3Ajg
I just turned on the plugin for a bit so that you can see the issue.
Also, would you make your plugin compatible with the Rollback plugin? Now I can not rollback the plugin to the previous version:/
Please, let me know when you check it so that I disable the plugin until you fix it again.
Cheers
On your site I do not see that the plugin is activated. Activate it
On my website I can’t repeat the problem.
Hey mate,
The plugin is turned on on my website.
Look for a server-side problem. there should be 200 server response. And you have a 301 redirect https://yadi.sk/i/LIZUx_dWqFtqTQ
and the file size is 0 bytes.
There may be an error in server configuration
I am not sure… It was working before the update. Is tehre a way to return to the previous version of the plugin?
Your server does not allow access to the otfm-spoiler.min.js file, instead it redirects.
This is a compressed version of the script. It is better to solve the problem on your server with hosting technical support.
You can fix to the uncompressed version of the files:
plugins/otfm-gutenberg-spoiler/otfm-gutenberg-spoiler.php
find:
otfm-spoiler.min.js rename to otfm-spoiler.js (line 104)
and otfm-spoiler.min.css to otfm-spoiler.css (line 117)
It worked! Thanks, mate. However, I don’t think the new blue highlight feature was necessary. Highlighting the block in blue when it is pressed does not look very appealing. I think you should turn it into an optional feature.
It worked! Thanks, mate.
ok… problem in your server:
This is a compressed version of the script. It is better to solve the problem on your server with hosting technical support.
– I advise you to contact them for help. Perhaps they will reset the cache or mod_security or mod_pagespeed.
I do not know what could be on the server.
I donβt think the new blue highlight feature was necessary. Highlighting the block in blue when it is pressed does not look very appealing.
this will help people with disabilities. See ticket below
.otfm-sp__wrapper:focus {
outline: none;
}
– this custom css will disable it
I think you should turn it into an optional feature
not soon π
If the issue is solved, close the topic
Hi.
Thanks for the report. Check for version 1.3.2
The problem with the styles and script there has been fixed
@logaritym did you check the update? The problem is solved?