From: Ian Weller Date: Thu, 7 Apr 2016 19:53:23 +0000 (-0400) Subject: making changes to off-canvas for potential float over effect X-Git-Tag: v1.0.0^2~98 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ee99d6bdf0d1d51a9530d1bbb4617732b2ccf4f4;p=WP-Themes%2Fgaslightmedia.git making changes to off-canvas for potential float over effect --- diff --git a/css/app.css b/css/app.css index 7a56e13..d279c03 100644 --- a/css/app.css +++ b/css/app.css @@ -7420,7 +7420,7 @@ aside.right-off-canvas-menu ul.open { .right-off-canvas-menu { list-style: none; - transform: translate3d(100%, 0, 10px); } + z-index: 1010; } .right-off-canvas-menu .off-canvas-list li { color: #FFFFFF; } .right-off-canvas-menu .off-canvas-list li a { diff --git a/functions.php b/functions.php index 1c2e5b9..f6bb51d 100644 --- a/functions.php +++ b/functions.php @@ -136,7 +136,11 @@ function mytheme_search_loop() { post->ID)) return true; + return false; +} add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions ?> diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 641837e..9f7093c 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -48,7 +48,7 @@ aside.right-off-canvas-menu ul.open { } .right-off-canvas-menu { list-style: none; - transform: translate3d(100%, 0, 10px); + z-index: 1010; .off-canvas-list { li { color: $white; diff --git a/scss/_settings.scss b/scss/_settings.scss index a43237b..5130891 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 // - - - - - - - - - - - - - - - - - - - - - - - - -