Replace video with slideshow
authorLaury GvR <laury@gaslightmedia.com>
Thu, 4 Apr 2019 15:45:17 +0000 (11:45 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 4 Apr 2019 15:45:17 +0000 (11:45 -0400)
header.php
parts/slide-show.php
style.css

index 983691e..97cbcf4 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.76">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.77">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 8eb23ce..3e87498 100644 (file)
@@ -1,8 +1,8 @@
 <?php if (is_front_page()) : ?>
-       <div id="slideshow">
-            <?php get_template_part('parts/header-video'); ?>
-         <!-- <?php //if ( is_active_sidebar( 'slideshow' ) ) : ?>
-           <?php //dynamic_sidebar( 'slideshow' ); ?>
-         <?php //endif; ?> -->
+         <div id="slideshow">
+        <?php //get_template_part('parts/header-video'); ?>
+        <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
+            <?php dynamic_sidebar( 'slideshow' ); ?>
+        <?php endif; ?>
        </div>
 <?php endif; ?>
index 76056ac..317c69c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.76
+Version: 1.0.77
 */