| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/themes/senior-care-lite/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found)
* @subpackage Senior Care Lite
* @since 1.0
*/
get_header(); ?>
<div id="primary" class="content-area">
<main id="content" class="site-main" role="main">
<?php $senior_care_lite_header_option = get_theme_mod( 'senior_care_lite_show_header_image','on');
if($senior_care_lite_header_option == 'on'){ ?>
<header class="page-header">
<div class="header-image"></div>
<div class="internal-div">
<?php //breadcrumb
if ( !is_page_template( 'page-template/custom-home-page.php' ) ) { ?>
<div class="bread_crumb archieve_breadcrumb align-self-center text-center">
<?php senior_care_lite_breadcrumb(); ?>
</div>
<?php } ?>
<h1 class="page-title text-center my-5"><?php esc_html_e( 'Oops! That page can’t be found.', 'senior-care-lite' ); ?></h1>
<div class="home-btn text-center">
<a href="<?php echo esc_url( home_url() ); ?>" class="py-3 px-4"><?php esc_html_e( 'GO BACK', 'senior-care-lite' ); ?></a>
</div>
</div>
</header>
<section class="error-404 not-found my-5">
<div class="container">
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'senior-care-lite' ); ?></p>
<?php get_search_form(); ?>
</div>
</div>
</section>
<?php }
else if($senior_care_lite_header_option == 'off'){ ?>
<section class="error-404 without-img-head not-found py-5">
<div class="container">
<div class="page-content">
<?php //breadcrumb
if ( !is_page_template( 'page-template/custom-home-page.php' ) ) { ?>
<div class="bread_crumb archieve_breadcrumb align-self-center text-center">
<div class="without-img">
<?php senior_care_lite_breadcrumb(); ?>
</div>
</div>
<?php } ?>
<h2 class=" text-center my-5"><?php esc_html_e( '404', 'senior-care-lite' ); ?></h2>
<h1 class=" text-center my-5"><?php esc_html_e( 'Oops! That page can’t be found.', 'senior-care-lite' ); ?></h1>
<p class="text-center"><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'senior-care-lite' ); ?></p>
<?php get_search_form(); ?>
<div class="home-btn text-center mt-5">
<a href="<?php echo esc_url( home_url() ); ?>" class="py-3 px-4"><?php esc_html_e( 'GO BACK', 'senior-care-lite' ); ?></a>
</div>
</div>
</div>
</section>
<?php } ?>
</main>
</div>
<?php get_footer();