.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 {
<?php endwhile;
}
-
+function is_post_type($type){
+ global $wp_query;
+ if($type == get_post_type($wp_query->post->ID)) return true;
+ return false;
+}
add_action('thematic_searchloop', 'mytheme_search_loop');
// End of the Contextual/Highlight Search functions
?>
}
.right-off-canvas-menu {
list-style: none;
- transform: translate3d(100%, 0, 10px);
+ z-index: 1010;
.off-canvas-list {
li {
color: $white;
// $off-canvas-overlay-background-hover: rgba($white, 0.05);
// Transition Variables
- $menu-slide: "transform 500ms ease";
+// $menu-slide: "transform 500ms ease";
// 19. Orbit
// - - - - - - - - - - - - - - - - - - - - - - - - -