Hi, really nice plugin, just what I was looking for.
So, I disable the "Close Button" in settings, but it doesn't happen. I probably wouldn't bother you with it, but there's another "glitch" in dashboard which is getting on my nerves
This **doesn't** solve the issue with no possibility to disable close buttons anywhere, but at very least fixes glitch from the dashboard:
remove the following from span.close { } CSS:
display: block; border: 2px solid; (I'd also remove color: #df6927; personally)
Hi @bggm,
Yes, there is no option to hide the Close button from the Dashboard. We'll take into consideration to add such option in future releases.
You can use CSS code to hide the button. Here is an example:
span.close {
display: none !important;
}
This instruction should be helpful:
Turned out the bug is caused by wp-Optimize plugin. Coincidence in naming?
Either way, the bug is unrelated with the glitch in dashboard. Despite disabling "Close Button" in settings, it's still there under comments.
Please delete all caches before checking.
It's still there.
I did that (I was getting annoyed by the block thing it did to my dashboard and I couldn't figure out how to disable it using CSS). I confirmed with another person using it on their blog, and they said they have that disable, bu they still see "Close" button on comments under their posts.
ok @bggm,
I'm sorry, but we don't find such an issue on our test websites. We'll need admin accesses to check the issue. Could you please send admin login details to info[at]gvectors.com email address?