From b01ca603418ece8ea1e4e206c9ace4bd959403e2 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 11 Apr 2020 21:08:49 +0200 Subject: [PATCH] fix menu mobile, fix mobile search link --- kit/functions.php | 8 ++- kit/header.php | 8 ++- kit/template-parts/sidebar.php | 2 +- kit/template-parts/site-nav.php | 103 -------------------------------- 4 files changed, 14 insertions(+), 107 deletions(-) diff --git a/kit/functions.php b/kit/functions.php index a026f91..9dbc82e 100644 --- a/kit/functions.php +++ b/kit/functions.php @@ -82,9 +82,15 @@ class kit_custom_main_menu extends Walker_Nav_Menu { $output .= $title; $output .= ' - '; + + '; } else { $output .= "
  • "; + $output .= ''; $output .= ''; $output .= $title; $output .= ''; diff --git a/kit/header.php b/kit/header.php index 02cb97e..e32b3e3 100644 --- a/kit/header.php +++ b/kit/header.php @@ -91,6 +91,7 @@
    +

    KIT - Karlsruher Institut für Technologie @@ -99,13 +100,15 @@

    - + Suche Suche - + @@ -114,4 +117,5 @@
    +
    diff --git a/kit/template-parts/sidebar.php b/kit/template-parts/sidebar.php index f24d347..ce36072 100644 --- a/kit/template-parts/sidebar.php +++ b/kit/template-parts/sidebar.php @@ -5,7 +5,7 @@ Suche - + Zu den FAQ Zu den FAQ diff --git a/kit/template-parts/site-nav.php b/kit/template-parts/site-nav.php index 9efe1ea..67831b3 100644 --- a/kit/template-parts/site-nav.php +++ b/kit/template-parts/site-nav.php @@ -1,115 +1,12 @@