From 36cf8916596aff982c74f301e9ebdf02defc5560 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 5 Jul 2026 12:15:26 -0500 Subject: [PATCH] fix(header): adjust hero section display logic for non-front pages fix(nav-aux): update padding for auxiliary navigation container --- header.php | 2 +- views/components/nav-aux.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/header.php b/header.php index 0395520..bf74670 100644 --- a/header.php +++ b/header.php @@ -51,7 +51,7 @@ $showHero = isServicesDescendant() && get_field( 'hero_style' ) === 'default'; diff --git a/views/components/nav-aux.php b/views/components/nav-aux.php index 1a81a63..fd63d58 100644 --- a/views/components/nav-aux.php +++ b/views/components/nav-aux.php @@ -22,7 +22,7 @@ $currentPageURL = home_url( $wp->request ) . '/'; $profile = getFieldValue( 'social_media.profile_name' ) ? getFieldValue( 'social_media.profile_name' ) : '' ?> -