From ee99d6bdf0d1d51a9530d1bbb4617732b2ccf4f4 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 7 Apr 2016 15:53:23 -0400 Subject: [PATCH] making changes to off-canvas for potential float over effect --- css/app.css | 2 +- functions.php | 6 +++++- scss/_right-off-canvas.scss | 2 +- scss/_settings.scss | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) 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 // - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.17.1