color: inherit;
text-decoration: none; }
-/* */
\ No newline at end of file
+/* */
+.st_sharethis {
+ float: right;
+ margin-top: 10px;
+ width: 58px; }
+ .st_sharethis .stButton .chicklets {
+ height: 21px; }
+
+.stButton .sharethis {
+ background-image: url("../assets/share-icon.png") !important;
+ width: 52px;
+ height: 22px; }
+
+.breadcrumbs {
+ padding-right: 20px; }
</body>
<?php wp_footer();?>
+ <script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+ <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.4.1";</script>
<script>
jQuery(document).ready(function(){
jQuery(".top-bar > section > ul > li > a").attr('href','#');
<div class="small-12 medium-9 main-content columns">
<div class="row">
<div class="small-12 medium-11 medium-push-1 left columns">
- <?php
- if(function_exists('bcn_display') && !is_front_page()) {
- echo "<div class=\"breadcrumbs\">";
- bcn_display();
- echo "</div>";
- }
- ?>
+ <?php get_template_part('parts/bread-crumbs');?>
</div>
</div>
<div class="row editor-content">
--- /dev/null
+<?php
+echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>';
+if(function_exists('bcn_display') && !is_front_page()) {
+ echo "<div class=\"breadcrumbs\">";
+ bcn_display();
+ echo "</div>";
+}
+?>
\ No newline at end of file
--- /dev/null
+@import "plugins/sharethis";
\ No newline at end of file
@import "foundation";
@import "wordpress";
@import "structure";
+@import "plugins";
// Or selectively include components
// @import
--- /dev/null
+.st_sharethis {
+ float: right;
+ margin-top: 10px;
+ width: 58px;
+ .stButton .chicklets {
+ height: 21px;
+ }
+}
+.stButton .sharethis {
+ background-image: url("../assets/share-icon.png") !important;
+ width: 52px;
+ height: 22px;
+}
+.breadcrumbs {
+ padding-right: 20px;
+}
\ No newline at end of file