removing extra slideshow code and experimenting with the off-canvas options
authorIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 12:47:41 +0000 (08:47 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 12:47:41 +0000 (08:47 -0400)
parts/slide-show.php
scss/_settings.scss
scss/_structure.scss

index 72b904c..aa9a04e 100644 (file)
@@ -5,11 +5,3 @@
         <?php endif; ?>
     </div>
 <?php } ?>
-<?php if (is_front_page()) {
-    echo '<div id="slideshow">';
-    echo do_shortcode("[metaslider id=14]");
-    echo do_shortcode("[metaslider id=242]");
-    
-    echo '</div>';
-}
-?>
index be9e8cb..9178d76 100644 (file)
@@ -896,7 +896,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%);
 // $off-canvas-overlay-background-hover: rgba($white, 0.05);
 
 // Transition Variables
-// $menu-slide: "transform 500ms ease";
+ $menu-slide: "transform 500ms ease";
 
 // 19. Orbit
 // - - - - - - - - - - - - - - - - - - - - - - - - -
index 177205b..5bcc408 100644 (file)
@@ -46,20 +46,3 @@ h6 {
 a:hover {
     text-decoration-color: $blue;
 }
-//.page-inside {
-//    #content-wrapper {
-//        
-//            h1 {
-//                font-size: rem-calc(48);
-//                font-weight: bold;
-//                letter-spacing: 0.05em;
-//                color: $blue;
-//            }
-//            h2 {
-//                font-size: rem-calc(24);
-//                letter-spacing: 0.1em;
-//                color: $orange;
-//            }
-//        
-//    }
-//}
\ No newline at end of file