Hi parterreblog,
Version 1.2.4 will be released momentarily which addresses the bug of contact details not saving correctly in WordPress 3.8
Regarding the shortcodes not working in your widgets, that is not a fault of the plugin. That is completely dependent on the theme you’re using and plugins should not alter this behaviour. To enable the use of shortcodes in Text Widgets, add the following code to your functions.php file
add_filter('widget_text', 'do_shortcode');
This will enable Text Widgets in your theme to process shortcodes.
If you experience any more difficulty, please let us know.
Given this new information, if you would like to take the time to alter your 1 star rating, that would be very much appreciated.
Thank you.