AZAD
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] cron jobs problemDear qtwrk ,
Thanks for response ,
Well , how ? Can you help me to do that ?
If is possible please introduce me an article to use alternative way for triggering cron job with out any changes in my URLs .Best regards ,
AZADForum: Fixing WordPress
In reply to: ?doing_wp_cron=Can you help me ?
Forum: Plugins
In reply to: [LiteSpeed Cache] cron jobs problemDear qtwrk ,
Thanks for response ,
Yes I checked it before , in this article there are solutions for removing cron jobs but I don ‘ t want remove them , at all .
I want to keep them with out any changes in my URLs .
I had no problem before updating LSC in this case , and after it I encountered with many problems .Best regards ,
AZAD- This reply was modified 4 years, 5 months ago by AZAD.
Forum: Plugins
In reply to: [LiteSpeed Cache] cron jobs problem# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHEOptions -Indexes
# BEGIN rlrssslReallySimpleSSL rsssl_version[3.3.3]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file ‘/home/theworkshop/public_html/wordfence-waf.php’
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file ‘/home/theworkshop/public_html/wordfence-waf.php’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
Forum: Plugins
In reply to: [LiteSpeed Cache] cron jobs problemDear qtwrk ,
Thanks for response ,
But I need more detailed help to solve this issue . Can you help me how should rewrite rule issue ?
Best regards ,
AZADForum: Fixing WordPress
In reply to: ?doing_wp_cron=Dear mattyrob ,
Thanks for your response .
No I didn ‘ t add it . I had a little problem in my site health only , my hosting company were checking it yesterday that I encountered with this problem ( in a same time I were updating light speed cash plugin ) .
Is it possible to help me what to do to solve this problem ?Best regards ,
AZADForum: Plugins
In reply to: [LiteSpeed Cache] Admin bar disappearedThanks ,
May be I give up using ESI feature , because the current Theme is necessary for my site .
Best regards ,
AZADForum: Plugins
In reply to: [LiteSpeed Cache] Admin bar disappearedDear qtwrk ,
I set cache admin bar first but I disabled it , now .
Unfortunately my admin bar disappear in logged in page , again .
I need help .Best regards ,
AZADForum: Fixing WordPress
In reply to: Site health errorDear James Huff ,
Thanks for your response .
Actually my all plugins are qualified but I deactivated some of new installed plugins to make sure . Nothing changed .
I have two idea about it :
I think it happened when I was updating one of plugins last week . It lead to critical issue then I used recovery mode of wordpress , finally I removed this plugin completely .
on the Other hand my theme support said me it happened because my disk usage is 98 full .It is important for me to use Word Press ‘ s new updates but I don ‘ t know how to recognize the problem . is there any plugin to recognize the problem ?
Best regards ,
Forum: Fixing WordPress
In reply to: Site health errorDear James Huff ,
Thanks for your response .
About critical issue that I mentioned ( A plugin has prevented updates by disabling wp_version_check(). )
1 . Is it possible to recognize what plugin has caused critical issue without I deactive them one by one ?
2 . And if I couldn ‘ t find the plugin , you said that I can ignore this notice . If this error continued , could be resulted to serious problems for my site ?Best regards ,
- This reply was modified 4 years, 6 months ago by AZAD.
Forum: Plugins
In reply to: [WooCommerce] missing stringsCan you help me ?
Forum: Plugins
In reply to: [WooCommerce] missing stringsDear Riaanknoetze ,
Thanks .
After your reply I checked My theme ‘s templates Overrides in WooCommerce statue , It seems there is a issue :
eduma/woocommerce/myaccount/form-login.php version 3.6.0 is out of date . The core version is 4.1.0Actually I translated both of theme and WooCommerce with locotranslate , with out any problem . Both of translations work correctly except this three word in WooCommerce plugin that I mentioned above and they changed after WooCommerce update yesterday .
It is necessary for me to solve this issue .
Best regards ,
AZAD