• Resolved arekko

    (@arekko)


    On widget page customize (/wp-admin/widgets.php) plugin display error:

    Warning: Cannot modify header information – headers already sent by (output started at …/public_html/wp-content/plugins/widget-countdown/includes/widget.php:394) in…/public_html/wp-admin/includes/misc.php on line 1114

    Please inform me, it is a bug or what? What I can solve a problem? If I switch off plugin the error not displaying.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    We will check it from our side and then let you know about results.

    Thanks.

    Thread Starter arekko

    (@arekko)

    After consult with WpDevArt support team:

    The issue comes from this file – widget-countdown/includes/widget.php. Find this file from our plugin folder and edit it.

    Find this part of code(387-395 lines) and remove it –

    $pagenow;
    if( $pagenow == ‘widgets.php’) {
    echo ‘
    <style>
    .pro_feature{
    font-style:italic;
    }
    </style>’;
    }

    This fix the issue.
    Thanks.

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    We are going to close this topic, if you have other issues, then let us know.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error – Cannot modify header information’ is closed to new replies.