/* ========================= * Island Promo Banners * ========================= */ /** OAHU banner — non-sticky, shows only on /oahu and /oahu/* */ function camp_oahu_banner() { $path = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH) ?: '/'; if (preg_match('#^/oahu(/|$)#i', $path)) { echo '
Flush Your Old Toilet for Just 1¢* – Includes Free Plumbing Inspection!
Restrictions apply. Limited time offer. Contact Steve\'s for details.
Schedule Now
'; } } add_action('wp_body_open', 'camp_oahu_banner', 5); /** MAUI banner — non-sticky, like Oahu. * Shows on: * • / (Maui homepage) * • any path NOT starting with another island slug * Hidden on: * • /oahu/*, /kauai/*, /big-island/*, /hawaii-island/*, /lanai/*, /molokai/*, /kona/*, /hilo/* */ function camp_maui_banner() { $path = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH) ?: '/'; $lower = strtolower($path); // if path starts with any of these slugs, DO NOT show Maui banner if (preg_match('#^/(oahu|kauai|big-island|hawaii-island|lanai|molokai|kona|hilo)(/|$)#i', $lower)) { return; } // show on root or any non-island path (includes /maui/* if you have it) if ($lower === '/' || $lower !== '/') { echo '
GET A NEW TOILET FOR JUST 1 CENT!* LIMITED TIME ONLY.
50 Households ONLY - Act Now Maui!
Limited Time Offer. Up Front Pricing. No Hidden Fees. Restrictions Apply.
'; } } add_action('wp_body_open', 'camp_maui_banner', 6); Home Service Blogs | Steve's Plumbing & A/C Service®
Oahu, HI
Select Your Location
Big Island Big Island, HI. Set as my Location
Kauai Kauai, HI. Set as my Location
Maui Maui, HI. Set as my Location
Oahu Oahu, HI. Set as my Location

Our Blogs

Americans with Disabilities Act (ADA) Notice

At Steve’s Plumbing & A/C Service – Oahu, we are committed to ensuring that individuals with disabilities enjoy full access to our websites. In recognition of this commitment, we are in the process of making modifications to increase the accessibility and usability of this website, using the relevant portions of the Web Content Accessibility Guidelines 2.0 (WCAG 2.0) as our standard. Please be aware that our efforts are ongoing. If at any time you have difficulty using this website or with a particular web page or function on this site, please contact us by phone at (808) 300-5712; or email us at (customerservice@stevesplumbingac.com) and place “Web Content Accessibility (ADA)” in the subject heading and we will make all reasonable efforts to assist you.