Denis Bolvinov
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Robots.txt Manager] Cant get this too workHi! I have the same problem…
- This reply was modified 7 years, 3 months ago by Denis Bolvinov.
Ok, thank you a lot!
I have the same problem with server processor overload caused by All in one Seo
Forum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] 1/5 columnOk! Thank you!
Ok! Thank you!
The problem solved! You were right! Emails didn’t work because of woocommerce update.
Fonts are loaded properly after I removed following lines from .htacess and change them to standart for wordpress multisite.
Were these lines added by plugin?
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^index\.php$ – [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^ – [L]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^(.*\.php)$ $1 [L]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule . index.php [L]Forum: Plugins
In reply to: [WooCommerce] No notification new order mailThe same problem. Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] Woocommerce cart and checkout pages are dowloaded as htmlAs I said before, clearing cache helped, but there is no guarantee that this issue won’t happen again.
Do you know any commom reasons for such bugs?Forum: Plugins
In reply to: [W3 Total Cache] Woocommerce cart and checkout pages are dowloaded as htmlhttps://sanata-flowers.ru
But problem disappeared after clearing cache.Forum: Plugins
In reply to: [W3 Total Cache] Error 503 because of OPCacheUnrotunately the site is on the shared hosting, I can not change php.ini
First two parametres are ON
opcache.revalidate_freq is set to 0. Could it be the reason of the bug?Forum: Plugins
In reply to: [Multisite Admin Bar Switcher] Cyrillic blog namesOk! Done!
Do you have any plans to upgrade functionality by adding different kinds of sorting, for example – by folders?
Forum: Plugins
In reply to: [Multisite Admin Bar Switcher] Cyrillic blog namesEverything works fine! Thank you!
Forum: Plugins
In reply to: [Multisite Admin Bar Switcher] Cyrillic blog namesFor example, Мой блог
Forum: Plugins
In reply to: [Comment Notifier] Migrate to another sitejust moved wp_comment_notifier table to the new installation
Solved!Forum: Plugins
In reply to: [Comment Notifier] Anyone know where in the WordPress database.Ok, thank you!
I has just checked it and solved the issue, which I posted in another ticked!