updating the features
authorIan Weller <ian@gaslightmedia.com>
Fri, 27 Jan 2017 19:36:18 +0000 (14:36 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 27 Jan 2017 19:36:18 +0000 (14:36 -0500)
I updated a few things, mostly the slideshow to show a slideshow that
matches the same slideshow dimensions.

functions.php
parts/slide-show.php

index a82d067..fc0deeb 100644 (file)
@@ -227,6 +227,9 @@ function glm_page_menu($parent = 0, $class = '')
     }
     echo '</ul><!-- end -->'."\n";
 }
+/**
+ * Footer Navigation
+**/
 if ( ! function_exists( 'shipwreck_footer' ) ) {
   function shipwreck_footer() {
       wp_nav_menu(array(
index fe24b5c..9ef72e2 100644 (file)
@@ -1,5 +1,8 @@
 <?php if (is_front_page()) : ?>
        <div id="slideshow">
+        <?php 
+            echo do_shortcode("[metaslider id=601]"); 
+        ?>
          <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
            <?php dynamic_sidebar( 'slideshow' ); ?>
          <?php endif; ?>