[ad_1]
ow my god 🙂 what a feature request.
May I ask why you need that?
Hi @emrevona,
Thank you for the quick reply. In response:
- We’ve never seen a plugin that depends on (or displays) a spinner when switching from one tab to another. Why do you need it anyway?
- We’d like to have the flexibility to use a spinner that matches the one we use throughout our website. Also, one that looks more modern (example)
Would be awesome if you can help with the above request.
Thank you!
Solved:
To delete the spinner, use the following CSS Rule:
#revert-loader-toolbar {
display: none!important;
}Note: The above will speed up dramatically your navigation between tabs.
To Change the Spinner:
- Upload your desired spinner (i.e., gif image) to your Media Library.
- Copy the spinner File URL generated by your Media Library.
- Use the following CSS Rule to change the spinner:
#revert-loader-toolbar {
background-image:url(https://www.mysite.com/wp-content/uploads/black-hole-spinner-25x25-1.gif)!important; // use the File URL of your spinner
background-color: transparent!important; // comment out this line to retain original background color
}Result: https://prnt.sc/rcS39WY9JS82
Note: The above CSS Rules are used to customize your WordPress Admin CSS. Click here for a detailed procedure to implement the above.
