diff --git a/wp-content/themes/twentytwentyfour/functions.php b/wp-content/themes/twentytwentyfour/functions.php index faa13b7c..6a337096 100644 --- a/wp-content/themes/twentytwentyfour/functions.php +++ b/wp-content/themes/twentytwentyfour/functions.php @@ -260,7 +260,7 @@ add_filter( 'template_include', 'twentytwentyfour_faq_template' ); * @return string */ function twentytwentyfour_contacts_template( $template ) { - if ( ! is_page( 'contacts' ) ) { + if ( ! is_page( 'contacts-2' ) ) { return $template; } @@ -327,7 +327,7 @@ add_filter( 'template_include', 'twentytwentyfour_cart_template', 20 ); * @return void */ function twentytwentyfour_test1_assets() { - $use_test1_assets = is_page( array( 'test1', 'faq', 'contacts' ) ); + $use_test1_assets = is_page( array( 'test1', 'faq', 'contacts-2' ) ); if ( ! $use_test1_assets ) { return; @@ -395,7 +395,7 @@ function twentytwentyfour_test1_assets() { } } - if ( is_page( 'contacts' ) ) { + if ( is_page( 'contacts-2' ) ) { $contacts_js_file = get_theme_file_path( 'assets/js/test1-contacts.js' ); if ( file_exists( $contacts_js_file ) ) { @@ -419,7 +419,7 @@ add_action( 'wp_enqueue_scripts', 'twentytwentyfour_test1_assets', 100 ); * @return void */ function twentytwentyfour_test1_shared_shell_assets() { - if ( ! ( ( function_exists( 'is_checkout' ) && is_checkout() && ! is_order_received_page() ) || ( function_exists( 'is_cart' ) && is_cart() ) || is_page( 'faq' ) || is_page( 'contacts' ) ) ) { + if ( ! ( ( function_exists( 'is_checkout' ) && is_checkout() && ! is_order_received_page() ) || ( function_exists( 'is_cart' ) && is_cart() ) || is_page( 'faq' ) || is_page( 'contacts-2' ) ) ) { return; } diff --git a/wp-content/themes/twentytwentyfour/template-parts/test1-shared-header.php b/wp-content/themes/twentytwentyfour/template-parts/test1-shared-header.php index 4d82a0a6..f1fdee4c 100644 --- a/wp-content/themes/twentytwentyfour/template-parts/test1-shared-header.php +++ b/wp-content/themes/twentytwentyfour/template-parts/test1-shared-header.php @@ -29,7 +29,7 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode : Доставка Для дома и офиса FAQ - Контакты + Контакты