added icon and selector for shareThis
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 18:25:43 +0000 (14:25 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 18:25:43 +0000 (14:25 -0400)
css/app.css
footer.php
parts/bread-crumbs.php
scss/_main.scss

index cb636af..ec7ff51 100644 (file)
@@ -7137,7 +7137,10 @@ header {
   margin-top: 10px;
   width: 58px; }
 
-#content-wrapper .right .stButton .sharethis {
+.right #shareThisOrange .stButton .chicklets {
+  display: none; }
+
+#shareThisOrange {
   background-image: url("../assets/share-icon.png") !important;
   width: 52px;
   height: 22px; }
index 8257700..3e420e6 100644 (file)
@@ -20,7 +20,7 @@
                                         <li><a "http://www.flickr.com/discoverkalamazoo/" class="flick"></a></li>
                                         <li><a href="http://instagram.com/discoverkzoo#" class="instagram"></a></li>
                                         <li><a href="https://plus.google.com/b/115700146801924187896/115700146801924187896/posts" class="google"></a></li>
-                                        <li><span class='st_sharethis' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>'></span></li>
+                                        <li><span id="footerShareThis" class='st_sharethis' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>'></span></li>
                                     </ul>
                                 </div>
                             </div>
index e450bcd..0c0771a 100644 (file)
@@ -1,4 +1,4 @@
-<?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
+<?php echo '<span id="shareThisOrange" class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
 <?php if(function_exists('bcn_display') && !is_front_page())
 {
     echo "<div class=\"breadcrumbs\">";
index e4e1285..0eae686 100644 (file)
     margin-top: 10px;
     width: 58px;
 }
-#content-wrapper .right .stButton .sharethis {
+.right #shareThisOrange .stButton .chicklets{
+    display: none;
+}
+ #shareThisOrange{
   background-image: url("../assets/share-icon.png") !important;
   width: 52px;
   height: 22px;
+}
+#footerShareThis{
+//    margin-top: 10px;
 }
\ No newline at end of file