• Hi, the theme is very nice, but I get an annoying message everytime I click any Update/Save/Ok button in backend. I have no plugins activated, and no child theme. Full message:

    Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetArchives.php:127) in /home/mysite/wp-admin/post.php on line 197
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetArchives.php:127) in /home/mysite/wp-includes/pluggable.php on line 1210
    
    • This topic was modified 8 years, 8 months ago by TheDani.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author cafeserendipity21

    (@cafeserendipity21)

    Hi @thedani,

    unfortunately I can’t reproduce the problem 🙁
    But maybe I can offer you some solutions.

    Have you activated the 2 widgets ‘Quicksand Categories’ and ‘Quicksand Archives’. If so, try to deactivate them.

    If it doesn’t work, you can also go to Appearance->Editor, select the Quicksand-Theme and click on Theme functions (functions.php). There you will find

    register_widget('QuicksandWidgetCategories');
     register_widget('QuicksandWidgetArchives');

    Uncomment or delete these ones.

    Last but not least another and maybe also the best solution. Therefor you would need your own editor. If so, open /home/mysite/wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetArchives.php and /home/mysite/wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetCategories.php and delete the last ?>

    If you are able to conduct the last step, I would appreciate it to let me know, if it worked.

    Hope that helps 🙂

    Thread Starter TheDani

    (@thedani)

    Last alternative worked for me. Thank you for your quick reply 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cannot modify header information – headers already sent by’ is closed to new replies.