Hi, I build up a complex set of custom fields with your plugin. All works fine for me and there’s only one little thing I’d rather love to add now:
Because of the huge number of fields, the browser (most time it’s an IE problem) need a long time to load the page editor with all the custom fields for example. That is not a problem, but it would be fine to show a message for example in a lightbox popup that says: “Please wait… the editor is loading” or something like this.
By now, I had no idea how to get this to work.
Is there any simple way to manage this with a few lines of code, that I can write in the functions.php for example?
Hi @cyberian90,
I think you can use acf/input/admin_head to add the loading script. You can try this guide to show the loading script: http://www.jquerybyexample.net/2012/06/show-loading-image-while-page-is.html.
I hope this helps.
Hi James,
thank you for this idea. I’ll try to do it.