1. PHP Notice: Undefined index: addthis_showonexcerpts in /wp-content/plugins/addthis/addthis_social_widget.php on line 1206
  2. Ln 1206 change to:
  3. if (empty($options['addthis_showonexcerpts']))
  4.  
  5. PHP Notice: Undefined index: above in /wp-content/plugins/addthis/addthis_social_widget.php on line 1402
  6. Ln 1402 change to:
  7. if (!empty($options['above']) && $options['above'] == 'custom')
  8.  
  9. PHP Notice: Undefined index: below in /wp-content/plugins/addthis/addthis_social_widget.php on line 1409
  10. Ln 1409 change to:
  11. if (!empty($options['below']) && $options['below'] == 'custom')