• Hi support,

    I noticed that with version 2.05 when I hit Save button in widgets, no spinner is displayed so user does not know are widget changes saved or not.

    By debugging I found that problem is caused by Display Widgets because on line 576 you have this JavaScript code:

    inside.find('.spinner').hide();

    So that code set display:none to regular WP spinners. I fixed that by commenting out this .hide() code.

    Please consider better targeting or toggling class for active/inactive spinner.

    Cheers,
    Aleksandar U.

    https://wordpress.org/plugins/display-widgets/

  • The topic ‘Widget spinner hidden when DW block load’ is closed to new replies.