tommuc1
Forum Replies Created
-
@edanzer thank you so much for the perfect working and superfast answer!
have a nice weekend + regards from munich/bavaria/germany
tom@edanzer thanx for the quick fix:
.sl-caption {
display: none !important;
}just wondering what the solution is to turn it off only for mobile clients cause they overlap most of the picture there?
cheers
tomForum: Plugins
In reply to: [Polylang] bug reporthere we go:
RewriteEngine On RewriteCond %{HTTP:Accept-Language} ^en [NC] RewriteRule ^$ http://YourSite.com/en/ [L,R=301] RewriteCond %{HTTP:Accept-Language} ^de [NC] RewriteRule ^$ http://YourSite.com/de/ [L,R=301] RewriteCond %{HTTP:Accept-Language} ^es [NC] RewriteRule ^$ http://YourSite.com/es/ [L,R=301] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(en|de|es)/?$ index.php?lang=$1 [QSA,NC,L]Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] bug reportbut if that would be too unreliable or not perform well enough, a php-script can take over the task as well. i think this can only be done in the caching plugin and not in the voice plugin.
but frankly, the whole thing is not too important for us either – if it would be possible, it would be nice – if not, it doesn’t matter …
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] bug reportForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] bug reportok – finally the developer of polylang plugin answered:
‘As far as I know, WP Rocket makes things automatically. The uncached page is served to new visitors to allow the detection of preferences, and the cached page is served to returning visitors.’
but if this is really the way from wp rocket, I think it’s a pretty stupid way.
i wonder if the polylang thing would be feasible at all – or if the cache plugin always has to do it?
wouldn’t it be the simplest wp fastest cache would have a setting for the browser language query and would then set up a redirect in the .htaccess for the corresponding language cache?
e.g.:
`RewriteEngine On
RewriteCond %{HTTP:Accept-Language} ^en [NC]
RewriteRule ^$ http://mysite.com/en/ [L,R=301]RewriteCond %{HTTP:Accept-Language} ^de [NC]
RewriteRule ^$ http://mysite.com/de/ [L,R=301]RewriteCond %{HTTP:Accept-Language} ^nl [NC]
RewriteRule ^$ http://mysite.com/nl/ [L,R=301]RewriteCond %{HTTP:Accept-Language} ^fr [NC]
RewriteRule ^$ http://mysite.com/fr/ [L,R=301]RewriteCond %{HTTP:Accept-Language} ^es [NC]
RewriteRule ^$ http://mysite.com/es/ [L,R=301]RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-lRewriteRule ^(en|de|nl|fr|es)/?$ index.php?lang=$1 [QSA,NC,L]
Forum: Plugins
In reply to: [Polylang] bug reporti call it stupid to alienate potential customers who come to the site for the first time with an unnecessary long wait. and if that’s the way from wp rocket – then it’s stupid, too.
you can also query the browser language in another way (e.g. .htaccess) before and deliver the correct one of the different cached static language versions accordingly.
i wonder if this would be possible in polylang at all – or if the cache plugin always has to do it?
Forum: Plugins
In reply to: [Polylang] bug reporthello,
sorry – but excluding the frontpage from cache would be dumbest thing i’ve ever heard because this is the site you loose the biggest number of clients if it loads slow. with wp rocket would i have to exclude the homepage too?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] bug reporthave a nice weekend – keep up your great work.
our frontpage with more than 12mb 160 requests (pix and video overkill) loads to first view within 1 second only because of your great work!
https:///www.shootoutside.comForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] bug reportmoreover – thanx for your free and great working plugin! supereasy to set up – and in my tests way better results than ‘W3 Total Cache’ ‘LiteSpeed Cache’ ‘WP Super Cache’ ‘Hummingbird’.
cheers
tomForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] bug reportthanx for your superfast reply π yep – that’s what i thought too and why i informed you both: https://wordpress.org/support/topic/bug-report-111/