Great thank you so much Dude,
Quick followup,
1. Do you have a quick CSS to remove the date on single posts example http://www.mikeland100days.com/2013/01/17/if-you-only-knew/
I tried
#top.single-post .date_container {
display: none;
}"
with no luck.
2. Also has there been any update to this: No Cloud Zoom with propulsion thing? (http://www.kriesi.at/support/topic/cloud-zoom-plugin-for-woocommerce) From the thread is sounds like a systemic problem. As I understand it even the woocommerce official cloud zoom will not work.
3. Finally, this is a question for the plugin's author, however I will pose it to you in the event that you have some insight. I downloaded WP Socializer and it looks great my only issues are I cannot seem to center the icons no matter what CSS I try in the plugin's options settings. Also the Facebook output message is giving me the same copy that appears below the comments, as opposed to the title and link from the blog post. Do you know of a way to change this manually or otherwise.
As Always Your Support Staff Rocks! Thank You.
Below is my current Quick CSS in case the issue with question 1 is a conflict somewhere:
#shop_header {
display: none !important;
}
#top .logo, .logo a{
display: none;
}
#header .container {
border: none !important;
}
.rss {
display: none;
}
.title_container #searchform {
display: none;
}
div .wp-caption { border: none; }
h1.post-title a {
display: none;
}
.blog-inner-meta {
display: none;
}
.title_container {
display: none;
}
.blog-meta .post-format.primary-background.flag {
visibility:hidden;
}
.home #main .date-container{
display: none !important;
}
.wp-caption-text {
font-style: normal;
}
#top.single-post .date_container {
display: none;
}