Добавил номер и почту на сайт

This commit is contained in:
User A0264400
2026-04-12 17:03:19 +03:00
parent cc60cd4a2a
commit 310791eb7f
85 changed files with 33 additions and 28 deletions

View File

@@ -622,10 +622,10 @@
<div class="contact-card reveal">
<h3>Контактные данные</h3>
<ul class="contact-list">
<li><strong>Телефон:</strong> <a href="tel:+79781234567">+7 (978) 123-45-67</a></li>
<li><strong>Телефон:</strong> <a href="tel:+79117748923">+7 (911) 774-89-23</a></li>
<li><strong>Адрес:</strong> г. Севастополь, ул. Генерала Острякова, 92</li>
<li><strong>График:</strong> ежедневно с 8:00 до 21:00</li>
<li><strong>E-mail:</strong> order@aqualinia-sev.ru</li>
<li><strong>E-mail:</strong> sygorenkomisha17@gmail.com</li>
</ul>
<form class="contact-form" id="contactForm">
@@ -659,8 +659,8 @@
</div>
<div class="contact-quick-actions">
<a class="contact-quick-link" href="tel:+79781234567">Позвонить: +7 (978) 123-45-67</a>
<a class="contact-quick-link" href="mailto:order@aqualinia-sev.ru">Написать: order@aqualinia-sev.ru</a>
<a class="contact-quick-link" href="tel:+79117748923">Позвонить: +7 (911) 774-89-23</a>
<a class="contact-quick-link" href="mailto:sygorenkomisha17@gmail.com">Написать: sygorenkomisha17@gmail.com</a>
</div>
</div>
</div>

View File

@@ -36,10 +36,10 @@
<div class="contact-card reveal">
<h3><?php esc_html_e( 'Контактные данные', 'twentytwentyfour' ); ?></h3>
<ul class="contact-list">
<li><strong><?php esc_html_e( 'Телефон:', 'twentytwentyfour' ); ?></strong> <a href="tel:+79781234567">+7 (978) 123-45-67</a></li>
<li><strong><?php esc_html_e( 'Телефон:', 'twentytwentyfour' ); ?></strong> <a href="tel:+79117748923">+7 (911) 774-89-23</a></li>
<li><strong><?php esc_html_e( 'Адрес:', 'twentytwentyfour' ); ?></strong> <?php esc_html_e( 'г. Севастополь, ул. Генерала Острякова, 92', 'twentytwentyfour' ); ?></li>
<li><strong><?php esc_html_e( 'График:', 'twentytwentyfour' ); ?></strong> <?php esc_html_e( 'ежедневно с 8:00 до 21:00', 'twentytwentyfour' ); ?></li>
<li><strong><?php esc_html_e( 'E-mail:', 'twentytwentyfour' ); ?></strong> <a href="mailto:order@aqualinia-sev.ru">order@aqualinia-sev.ru</a></li>
<li><strong><?php esc_html_e( 'E-mail:', 'twentytwentyfour' ); ?></strong> <a href="mailto:sygorenkomisha17@gmail.com">sygorenkomisha17@gmail.com</a></li>
</ul>
<form class="contact-form" id="contactForm">
@@ -73,8 +73,8 @@
</div>
<div class="contact-quick-actions">
<a class="contact-quick-link" href="tel:+79781234567"><?php esc_html_e( 'Позвонить: +7 (978) 123-45-67', 'twentytwentyfour' ); ?></a>
<a class="contact-quick-link" href="mailto:order@aqualinia-sev.ru"><?php esc_html_e( 'Написать: order@aqualinia-sev.ru', 'twentytwentyfour' ); ?></a>
<a class="contact-quick-link" href="tel:+79117748923"><?php esc_html_e( 'Позвонить: +7 (911) 774-89-23', 'twentytwentyfour' ); ?></a>
<a class="contact-quick-link" href="mailto:sygorenkomisha17@gmail.com"><?php esc_html_e( 'Написать: sygorenkomisha17@gmail.com', 'twentytwentyfour' ); ?></a>
</div>
</div>
</div>

View File

@@ -33,8 +33,8 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode :
</nav>
<div class="header-actions">
<a class="header-phone" href="tel:+79781234567">
<span aria-hidden="true">+7 (978) 123-45-67</span>
<a class="header-phone" href="tel:+79117748923">
<span aria-hidden="true">+7 (911) 774-89-23</span>
</a>
<?php if ( 'cart' === $test1_header_mode ) : ?>
<button class="cart-button" id="cartOpenButton" aria-label="Открыть корзину">
@@ -64,7 +64,7 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode :
<a href="<?php echo esc_url( home_url( '/faq/' ) ); ?>">FAQ</a>
<a href="<?php echo esc_url( home_url( '/contacts/' ) ); ?>">Контакты</a>
</nav>
<a class="header-phone" href="tel:+79781234567">+7 (978) 123-45-67</a>
<a class="header-phone" href="tel:+79117748923">+7 (911) 774-89-23</a>
<button class="cart-button" id="mobileCartOpenButton" aria-label="Открыть корзину с мобильного меню">
<span>Корзина</span>
<span class="cart-count" id="mobileCartCount" aria-live="polite" aria-atomic="true">0</span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}

View File

@@ -0,0 +1 @@
.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}

View File

@@ -0,0 +1 @@
.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}

View File

@@ -1,4 +0,0 @@
2026-03-11T01:54:00+00:00 INFO Starting batch import. Cursor: 2026-03-10 12:49:48 (ID: 0), batch size: 100
2026-03-11T01:54:00+00:00 INFO No orders to process
2026-03-11T15:10:43+00:00 INFO Starting batch import. Cursor: 2026-03-11 01:54:00 (ID: 0), batch size: 100
2026-03-11T15:10:43+00:00 INFO No orders to process

View File

@@ -1,4 +0,0 @@
2026-03-12T03:50:41+00:00 INFO Starting batch import. Cursor: 2026-03-11 15:10:43 (ID: 0), batch size: 100
2026-03-12T03:50:41+00:00 INFO No orders to process
2026-03-12T16:08:00+00:00 INFO Starting batch import. Cursor: 2026-03-12 03:50:41 (ID: 0), batch size: 100
2026-03-12T16:08:00+00:00 INFO No orders to process

View File

@@ -1,2 +1,4 @@
2026-04-10T06:23:49+00:00 INFO Starting batch import. Cursor: 2026-04-09 17:56:30 (ID: 0), batch size: 100
2026-04-10T06:23:49+00:00 INFO No orders to process
2026-04-10T18:37:10+00:00 INFO Starting batch import. Cursor: 2026-04-10 06:23:49 (ID: 0), batch size: 100
2026-04-10T18:37:10+00:00 INFO No orders to process

View File

@@ -0,0 +1,4 @@
2026-04-11T07:48:29+00:00 INFO Starting batch import. Cursor: 2026-04-10 18:37:10 (ID: 0), batch size: 100
2026-04-11T07:48:29+00:00 INFO No orders to process
2026-04-11T20:35:00+00:00 INFO Starting batch import. Cursor: 2026-04-11 07:48:29 (ID: 0), batch size: 100
2026-04-11T20:35:00+00:00 INFO No orders to process

View File

@@ -0,0 +1,2 @@
2026-04-12T08:54:11+00:00 INFO Starting batch import. Cursor: 2026-04-11 20:35:00 (ID: 0), batch size: 100
2026-04-12T08:54:11+00:00 INFO No orders to process

View File

@@ -0,0 +1 @@
2026-04-10T13:10:26+00:00 INFO Удалены устаревшие файлы журнала (1).

View File

@@ -0,0 +1 @@
2026-04-11T14:32:18+00:00 INFO Удалены устаревшие файлы журнала (1).