• I’ve found the following advice in the readme file, but it’s totally unhelpful to me as I don’t know where exactly to add these lines.

    Please give a full explanation in the instructions or a reason why you can’t; it is ridiculous for a user to have to uninstall and find another plugin simply because the instructions are suitable only for developers.

    ***

    With some plugins and themes, you may need to adjust when the widget checking starts. You can add this to your theme functions.php or a new plugin.

    add_filter(‘dw_callback_trigger’, ‘dw_callback_trigger’);
    function dw_callback_trigger(){
    return ‘wp_head’; //change to: plugins_loaded, after_setup_theme, wp_loaded, wp_head, or a hook of your choice
    }

    https://www.ads-software.com/plugins/display-widgets/

  • The topic ‘Activated widgets not displaying’ is closed to new replies.