Forums
Forums / Plugin: User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration / Loading sign
(@bellawhite)
6 years ago
Hi!
Is there an option to delete the loading sign when creating a new Post ?
Screenshot
Thanks.
(@ediamin)
Currently there is no option/setting to disable that loading, but you can use CSS to hide the loading animation. The animation has the class .wpuf-loading and you can use this following code,
.wpuf-loading
.wpuf-form-add .wpuf-loading { display: none; }
Thank you very much!
The topic ‘Loading sign’ is closed to new replies.