Notifications
Clear all

Can't disable "Close".

9 Posts
2 Users
0 Likes
1,380 Views
 bggm
(@bggm)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

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

chrome 2019 04 27 00 25 10

   
Quote
Topic Tags
 bggm
(@bggm)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

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:

displayblock; border2px solid; (I'd also remove color#df6927; personally)


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5874
 

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: 

https://davidwalsh.name/add-custom-css-wordpress-admin


   
ReplyQuote
 bggm
(@bggm)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

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.

chrome 2019 04 27 15 10 00

   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5874
 

Please delete all caches before checking. 


   
ReplyQuote
 bggm
(@bggm)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

It's still there.


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5874
 

Hi @bggm,

Could you please deactivate the WP Optimize plugin and check again? 


   
ReplyQuote
 bggm
(@bggm)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

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.


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5874
 

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? 


   
ReplyQuote
Share:
Scroll to top