This commit is contained in:
User A0264400
2026-04-18 17:34:45 +03:00
parent 9f141d94ca
commit 88abd59222
26 changed files with 106 additions and 86 deletions

View File

@@ -1,18 +1,29 @@
# BEGIN HTTPS + WWW REDIRECT
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.dostavka-vodi-krim\.ru$ [NC,OR]
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC]
RewriteRule ^(.*)$ https://dostavka-vodi-krim.ru/$1 [R=301,L]
</IfModule>
# END HTTPS + WWW REDIRECT
# BEGIN WClearfyCache # BEGIN WClearfyCache
# Modified Time: 18-09-23 0:08:35 # Modified Time: 18-09-23 0:08:35
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On
RewriteBase / RewriteBase /
RewriteCond %{HTTP_HOST} ^www.dostavka-vodi-krim.ru [NC]
RewriteRule ^(.*)$ http\:\/\/dostavka\-vodi\-krim\.ru\/$1 [R=301,L]
# Start WCLEARFY Exclude # Start WCLEARFY Exclude
# End WCLEARFY Exclude # End WCLEARFY Exclude
# Start_WCLEARFY_Exclude_Admin_Cookie # Start_WCLEARFY_Exclude_Admin_Cookie
RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=gp-admin RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=gp-admin
# End_WCLEARFY_Exclude_Admin_Cookie # End_WCLEARFY_Exclude_Admin_Cookie
RewriteCond %{HTTP_HOST} ^dostavka-vodi-krim.ru
RewriteCond %{HTTP_HOST} ^dostavka-vodi-krim.ru$ [NC]
RewriteCond %{HTTP_USER_AGENT} !() RewriteCond %{HTTP_USER_AGENT} !()
RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot) RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot)
RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{REQUEST_METHOD} !POST
@@ -23,26 +34,24 @@ RewriteCond %{QUERY_STRING} !.+
RewriteCond %{HTTP:Cookie} !comment_author_ RewriteCond %{HTTP:Cookie} !comment_author_
RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or] RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [OR]
RewriteCond /home/a0264400/domains/dostavka-vodi-krim.ru/public_html/wp-content/cache/all/$1/index.html -f RewriteCond /home/a0264400/domains/dostavka-vodi-krim.ru/public_html/wp-content/cache/all/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L] RewriteRule ^(.*)$ /wp-content/cache/all/$1/index.html [L]
</IfModule> </IfModule>
<FilesMatch "index\.(html|htm)$"> <FilesMatch "index\.(html|htm)$">
AddDefaultCharset UTF-8 AddDefaultCharset UTF-8
<ifModule mod_headers.c> <IfModule mod_headers.c>
FileETag None FileETag None
Header unset ETag Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache" Header set Pragma "no-cache"
Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT" Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT"
</ifModule> </IfModule>
</FilesMatch> </FilesMatch>
# END WClearfyCache # END WClearfyCache
# BEGIN WordPress # BEGIN WordPress
# Директивы (строки) между `BEGIN WordPress` и `END WordPress`
# созданы автоматически и подлежат изменению только через фильтры WordPress.
# Сделанные вручную изменения между этими маркерами будут перезаписаны.
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
@@ -52,5 +61,4 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L] RewriteRule . /index.php [L]
</IfModule> </IfModule>
# END WordPress # END WordPress

View File

@@ -177,7 +177,7 @@
display: grid; display: grid;
place-items: center; place-items: center;
border-radius: 18px; border-radius: 18px;
background: linear-gradient(145deg, var(--accent), var(--primary)); background: #fff;
color: #fff; color: #fff;
box-shadow: 0 18px 34px rgba(13, 79, 214, 0.24); box-shadow: 0 18px 34px rgba(13, 79, 214, 0.24);
} }
@@ -679,6 +679,7 @@
padding: 22px; padding: 22px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
gap: 14px; gap: 14px;
min-height: 100%; min-height: 100%;
} }

View File

@@ -124,7 +124,7 @@
display: grid; display: grid;
place-items: center; place-items: center;
border-radius: 18px; border-radius: 18px;
background: linear-gradient(145deg, #3cc8ff, #0d4fd6); background: #fff;
color: #fff; color: #fff;
box-shadow: 0 14px 28px rgba(13, 79, 214, 0.24); box-shadow: 0 14px 28px rgba(13, 79, 214, 0.24);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 KiB

View File

@@ -19,9 +19,10 @@ if ( ! $blog_url ) {
<div class="classic-footer-col brand-col"> <div class="classic-footer-col brand-col">
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу"> <a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
<span class="brand-mark" aria-hidden="true"> <span class="brand-mark" aria-hidden="true">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/> <path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
</svg> </svg> -->
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.png' ) ); ?>" alt="">
</span> </span>
<span class="brand-text"> <span class="brand-text">
<strong>АкваЛиния</strong> <strong>АкваЛиния</strong>

View File

@@ -22,9 +22,10 @@ $blog_is_active = is_home() || is_singular( 'post' ) || is_category() || is_tag(
<div class="header-row"> <div class="header-row">
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу"> <a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
<span class="brand-mark" aria-hidden="true"> <span class="brand-mark" aria-hidden="true">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/> <path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
</svg> </svg> -->
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.png' ) ); ?>" alt="">
</span> </span>
<span class="brand-text"> <span class="brand-text">
<strong>АкваЛиния</strong> <strong>АкваЛиния</strong>

View File

View File

@@ -0,0 +1,6 @@
2026-04-14T19:07:07+00:00 WARNING After passing through woocommerce_cart_item_images filter, image with id 411 did not have a valid thumbnail property.
2026-04-14T19:07:07+00:00 WARNING After passing through woocommerce_cart_item_images filter, image with id 414 did not have a valid thumbnail property.
2026-04-14T19:07:08+00:00 WARNING After passing through woocommerce_cart_item_images filter, image with id 411 did not have a valid thumbnail property.
2026-04-14T19:07:08+00:00 WARNING After passing through woocommerce_cart_item_images filter, image with id 414 did not have a valid thumbnail property.
2026-04-14T19:07:12+00:00 WARNING After passing through woocommerce_cart_item_images filter, image with id 411 did not have a valid thumbnail property.
2026-04-14T19:07:12+00:00 WARNING After passing through woocommerce_cart_item_images filter, image with id 414 did not have a valid thumbnail property.

View File

@@ -1,4 +0,0 @@
2026-03-13T05:42:53+00:00 INFO Starting batch import. Cursor: 2026-03-12 16:08:00 (ID: 0), batch size: 100
2026-03-13T05:42:53+00:00 INFO No orders to process
2026-03-13T18:47:49+00:00 INFO Starting batch import. Cursor: 2026-03-13 05:42:53 (ID: 0), batch size: 100
2026-03-13T18:47:49+00:00 INFO No orders to process

View File

@@ -1,4 +0,0 @@
2026-03-14T07:10:11+00:00 INFO Starting batch import. Cursor: 2026-03-13 18:47:49 (ID: 0), batch size: 100
2026-03-14T07:10:11+00:00 INFO No orders to process
2026-03-14T19:20:42+00:00 INFO Starting batch import. Cursor: 2026-03-14 07:10:11 (ID: 0), batch size: 100
2026-03-14T19:20:42+00:00 INFO No orders to process

View File

@@ -1,4 +0,0 @@
2026-03-15T07:25:50+00:00 INFO Starting batch import. Cursor: 2026-03-14 19:20:42 (ID: 0), batch size: 100
2026-03-15T07:25:50+00:00 INFO No orders to process
2026-03-15T19:34:52+00:00 INFO Starting batch import. Cursor: 2026-03-15 07:25:50 (ID: 0), batch size: 100
2026-03-15T19:34:52+00:00 INFO No orders to process

View File

@@ -1,4 +0,0 @@
2026-03-16T07:37:20+00:00 INFO Starting batch import. Cursor: 2026-03-15 19:34:52 (ID: 0), batch size: 100
2026-03-16T07:37:20+00:00 INFO No orders to process
2026-03-16T19:44:45+00:00 INFO Starting batch import. Cursor: 2026-03-16 07:37:20 (ID: 0), batch size: 100
2026-03-16T19:44:45+00:00 INFO No orders to process

View File

@@ -1,4 +0,0 @@
2026-03-17T08:06:23+00:00 INFO Starting batch import. Cursor: 2026-03-16 19:44:45 (ID: 0), batch size: 100
2026-03-17T08:06:23+00:00 INFO No orders to process
2026-03-17T20:11:23+00:00 INFO Starting batch import. Cursor: 2026-03-17 08:06:23 (ID: 0), batch size: 100
2026-03-17T20:11:23+00:00 INFO No orders to process

View File

@@ -1,4 +0,0 @@
2026-03-18T09:08:17+00:00 INFO Starting batch import. Cursor: 2026-03-17 20:11:23 (ID: 0), batch size: 100
2026-03-18T09:08:17+00:00 INFO No orders to process
2026-03-18T21:08:41+00:00 INFO Starting batch import. Cursor: 2026-03-18 09:08:17 (ID: 0), batch size: 100
2026-03-18T21:08:41+00:00 INFO No orders to process

View File

@@ -0,0 +1,4 @@
2026-04-13T09:19:14+00:00 INFO Starting batch import. Cursor: 2026-04-12 21:14:27 (ID: 0), batch size: 100
2026-04-13T09:19:14+00:00 INFO No orders to process
2026-04-13T22:49:26+00:00 INFO Starting batch import. Cursor: 2026-04-13 09:19:14 (ID: 0), batch size: 100
2026-04-13T22:49:26+00:00 INFO No orders to process

View File

@@ -0,0 +1,4 @@
2026-04-14T10:57:44+00:00 INFO Starting batch import. Cursor: 2026-04-13 22:49:26 (ID: 0), batch size: 100
2026-04-14T10:57:44+00:00 INFO No orders to process
2026-04-14T23:50:28+00:00 INFO Starting batch import. Cursor: 2026-04-14 10:57:44 (ID: 0), batch size: 100
2026-04-14T23:50:28+00:00 INFO Batch import completed. Processed: 1 orders in 0.03 seconds. Cursor: 2026-04-14 19:07:12 (ID: 618)

View File

@@ -0,0 +1,2 @@
2026-04-15T12:20:42+00:00 INFO Starting batch import. Cursor: 2026-04-14 19:07:12 (ID: 618), batch size: 100
2026-04-15T12:20:42+00:00 INFO No orders to process

View File

@@ -0,0 +1,4 @@
2026-04-16T00:24:46+00:00 INFO Starting batch import. Cursor: 2026-04-15 12:20:42 (ID: 0), batch size: 100
2026-04-16T00:24:46+00:00 INFO No orders to process
2026-04-16T12:35:03+00:00 INFO Starting batch import. Cursor: 2026-04-16 00:24:46 (ID: 0), batch size: 100
2026-04-16T12:35:03+00:00 INFO No orders to process

View File

@@ -0,0 +1,4 @@
2026-04-17T00:59:47+00:00 INFO Starting batch import. Cursor: 2026-04-16 12:35:03 (ID: 0), batch size: 100
2026-04-17T00:59:47+00:00 INFO No orders to process
2026-04-17T13:37:38+00:00 INFO Starting batch import. Cursor: 2026-04-17 00:59:47 (ID: 0), batch size: 100
2026-04-17T13:37:38+00:00 INFO No orders to process

View File

@@ -0,0 +1,4 @@
2026-04-18T01:43:59+00:00 INFO Starting batch import. Cursor: 2026-04-17 13:37:38 (ID: 0), batch size: 100
2026-04-18T01:43:59+00:00 INFO No orders to process
2026-04-18T13:44:31+00:00 INFO Starting batch import. Cursor: 2026-04-18 01:43:59 (ID: 0), batch size: 100
2026-04-18T13:44:31+00:00 INFO No orders to process

View File

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

View File

@@ -0,0 +1 @@
2026-04-14T15:27:05+00:00 INFO Удалены устаревшие файлы журнала (3).

View File

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

View File

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

View File

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