What I did find is that NextScripts did save some info into the sql server database under wp_options, I had to manually delete each next script entry until I reached an entry that actually said “WP HTTP Error: SSL: certificate verification failed” once I deleted that, my WordPress News feed started working.
Try going to the style.css
search for
#header {
padding-top: 20px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
change the “padding-top” from 20px to 198px
that worked perfectly for me.