Total noob you said? You explain how to plug into WP, which is advanced material in my opinion. My mother still thinks floppy disks are the most convenient storage media, despite all my efforts to teach her the “hard drive way”. How am I supposed to call her? ??
I tried to reproduce the issue… and failed. Even with the Customizr theme, the installation worked just fine on my test environment. In fact, the problem occurs in two places:
– Server side: something must go wrong during favicon install. Unfortunately, I have no idea why.
– Client side: the message “Favicon installation in progress. Please wait…” stays forever, whereas the server is probably not long at firing an error. I fixed this sub-issue in version 1.0.6 of the plugin, just released.
In other words, if you update the plugin and run test scenario again, you should now get a “An internal error occurred” message.
I would be glad if you could provide me these information:
– The installation is actually performed by an Ajax request. The UI actually waits for the response of the Ajax call when it displays “Favicon installation in progress. Please wait…”. Could you check the response of the request to /wp-admin/admin-ajax.php?action=fbrfg_install_new_favicon&json_result_url=http… ? (with Chrome dev console or Firebug, etc.) You should get a 200 with a JSON document, but I suspect you actually get a 500.
– If you get a 500, could you check your Apache error logs to spot the error?
These checks a quite boring and a little time consuming. I would perfectly understand if you don’t have time to do them.