Slideshow for inside pages
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Jun 2016 18:28:33 +0000 (14:28 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Jun 2016 18:28:33 +0000 (14:28 -0400)
header.php
parts/slide-show.php
style.css

index 0e9131b..861ffa7 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 814b8ee..02f7cdc 100644 (file)
@@ -14,7 +14,7 @@
     <?php } else if (is_page('135')) { ?>
         <div id="slideshow">
             <?php if ( is_active_sidebar( 'slideshow_inside_lodging' ) ) : ?>
-                <?php dynamic_sidebar( 'slideshow_inside_lodg`ng' ); ?>
+                <?php dynamic_sidebar( 'slideshow_inside_lodging' ); ?>
             <?php endif; ?>
         </div>
     <?php } else if (is_page('154')) { ?>
index 1947933..620e079 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.10
+Version: 1.0.11
 */