From: Ian Weller Date: Tue, 12 Apr 2016 12:47:41 +0000 (-0400) Subject: removing extra slideshow code and experimenting with the off-canvas options X-Git-Tag: v1.0.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0c306937d26cdebf5da7ac6443ba20d5609398e1;p=WP-Themes%2Fgaslightmedia.git removing extra slideshow code and experimenting with the off-canvas options --- diff --git a/parts/slide-show.php b/parts/slide-show.php index 72b904c..aa9a04e 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -5,11 +5,3 @@ -'; - echo do_shortcode("[metaslider id=14]"); - echo do_shortcode("[metaslider id=242]"); - - echo ''; -} -?> diff --git a/scss/_settings.scss b/scss/_settings.scss index be9e8cb..9178d76 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -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 // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scss/_structure.scss b/scss/_structure.scss index 177205b..5bcc408 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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