Hi Joe,
I see the social media icons above the menu. Is this how you want it, yes? Just want to make sure at least that one is behaving properly. :)
Here's what I've found reviewing the source code for the page you listed above.
The first instance of the social media code is found in #header:
<ul class="social_bookmarks">
<li class='mail'><a href='http://joeligammari.com/contact-joe-ligammari/'>Send us Mail</a></li><li class='dribbble'><a href='http://linkedin.com/in/joeligammari' target='_blank'>Follow us on Linkedin</a></li><li class='twitter'><a href='http://twitter.com/joeligammari' target='_blank'>Follow us on Twitter</a></li><li class='facebook'><a href='http://www.facebook.com/photographybyjoeligammari ' target='_blank'>Join our Facebook Group</a></li>
<li class='rss'><a href="http://joeligammari.com/feed/">Subscribe to our RSS Feed</a></li>
</ul>
The second one is found in #main in the DIV "title_meta" which I believe is the class name you were trying to originally hide:
<div class='title_meta'><form action="http://joeligammari.com/" id="searchform" method="get">
<div>
<input type="submit" value="" id="searchsubmit" class="button"/>
<input type="text" id="s" name="s" value="search site"/>
</div>
</form><!-- end searchform--><ul class="social_bookmarks"><li class='mail'><a href='http://joeligammari.com/contact-joe-ligammari/'>Send us Mail</a></li><li class='dribbble'><a href='http://linkedIn.com/in/joeligammari'target='_blank'>Follow us on LinkedIn</a></li><li class='twitter'><a href='http://twitter.com/joeligammari'target='_blank'>Follow us on Twitter</a></li><li class='facebook'><a href='http://www.facebook.com/photographybyjoeligammari 'target='_blank'>Join our Facebook Group</a></li> <li class="rss"><a href="http://joeligammari.com/feed/">RSS</a></li></ul></div></div>
Now going through my copy of the original PHP templates the only instance I find of the social media code is in footer.php. I even looked in the share.php inside the WooCommerce folder you mentioned in an earlier post and that code pertains to the ShareThis plugin not the code that comes with Propulsion.
So let me ask you, when you copied the social media code in your header.php did you remove it from footer.php? Did you copy the code in any other template file? How about adding a widget to the Shop sidebar in the Appearance > Widgets?
Regards,
Mya