| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/wp-content/themes/trackstore/ |
Upload File : |
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php
/**
* trackstore_elated_header_meta hook
*
* @see trackstore_elated_header_meta() - hooked with 10
* @see trackstore_elated_user_scalable_meta - hooked with 10
* @see eltd_core_set_open_graph_meta - hooked with 10
*/
do_action( 'trackstore_elated_header_meta' );
wp_head(); ?>
</head>
<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">
<?php
/**
* trackstore_elated_after_body_tag hook
*
* @see trackstore_elated_get_side_area() - hooked with 10
* @see trackstore_elated_smooth_page_transitions() - hooked with 10
*/
do_action( 'trackstore_elated_after_body_tag' ); ?>
<div class="eltd-wrapper eltd-404-page">
<div class="eltd-wrapper-inner">
<?php
/**
* trackstore_elated_after_wrapper_inner hook
*
* @see trackstore_elated_get_header() - hooked with 10
* @see trackstore_elated_get_mobile_header() - hooked with 20
* @see trackstore_elated_back_to_top_button() - hooked with 30
* @see trackstore_elated_get_header_minimal_full_screen_menu() - hooked with 40
* @see trackstore_elated_get_header_bottom_navigation() - hooked with 40
*/
do_action( 'trackstore_elated_after_wrapper_inner' );
do_action('trackstore_elated_before_main_content'); ?>
<div class="eltd-content" <?php trackstore_elated_content_elem_style_attr(); ?>>
<div class="eltd-content-inner">
<div class="eltd-page-not-found">
<?php
$eltd_title_image_404 = trackstore_elated_options()->getOptionValue( '404_page_title_image' );
$eltd_title_404 = trackstore_elated_options()->getOptionValue( '404_title' );
$eltd_subtitle_404 = trackstore_elated_options()->getOptionValue( '404_subtitle' );
$eltd_text_404 = trackstore_elated_options()->getOptionValue( '404_text' );
$eltd_button_label = trackstore_elated_options()->getOptionValue( '404_back_to_home' );
$eltd_button_style = trackstore_elated_options()->getOptionValue( '404_button_style' );
if ( ! empty( $eltd_title_image_404 ) ) { ?>
<div class="eltd-404-title-image">
<img src="<?php echo esc_url( $eltd_title_image_404 ); ?>" alt="<?php esc_html_e( '404 Title Image', 'trackstore' ); ?>" />
</div>
<?php } ?>
<h1 class="eltd-404-title">
<?php if ( ! empty( $eltd_title_404 ) ) {
echo esc_html( $eltd_title_404 );
} else {
esc_html_e( '404', 'trackstore' );
} ?>
</h1>
<h1 class="eltd-404-subtitle">
<?php if ( ! empty( $eltd_subtitle_404 ) ) {
echo esc_html( $eltd_subtitle_404 );
} else {
esc_html_e( 'Error Page', 'trackstore' );
} ?>
</h1>
<?php
if ( trackstore_elated_core_plugin_installed() ) {
echo trackstore_elated_get_separator_html();
} else {
echo '<div class="eltd-separator-holder clearfix eltd-separator-center "><div class="eltd-separator" style="width: 45px"></div></div>';
}
?>
<p class="eltd-404-text">
<?php if ( ! empty( $eltd_text_404 ) ) {
echo esc_html( $eltd_text_404 );
} else {
esc_html_e( 'Oops! The page you are looking for does not exist. It might have been moved or deleted.', 'trackstore' );
} ?>
</p>
<?php
$eltd_params = array();
$eltd_params['text'] = ! empty( $eltd_button_label ) ? $eltd_button_label : esc_html__( 'Back to home', 'trackstore' );
$eltd_params['link'] = esc_url( home_url( '/' ) );
$eltd_params['target'] = '_self';
$eltd_params['size'] = 'medium';
if ( $eltd_button_style == 'light-style' ) {
$eltd_params['custom_class'] = 'eltd-btn-light-style';
}
echo trackstore_elated_execute_shortcode( 'eltd_button', $eltd_params ); ?>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
</body>
</html>