Enhance
Forum Replies Created
-
I read the blog post and if I understand correctly what I need is unfortunately not possible.
Thanks
Thanks, it works.
Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] Is this project dead?Same here, only with the latest version of the plugin.
WP 5.4.2
PHP 7.3.26With old version of the plugin (2.1.1) works well.
Forum: Plugins
In reply to: [Komito Analytics] How it works?Seems ok now, my fault ??
- This reply was modified 3 years, 11 months ago by Enhance.
Forum: Plugins
In reply to: [Editorial Calendar] WordPress 5.6 broke the pluginThanks it works ??
And thanks also for the great work, it is a great and simple plugin!
Forum: Plugins
In reply to: [Koko Analytics] Pageviews.php appear and disappearThank you Danny for your help and to explain me how pageviews.php works ??
Now it seems fine!I have another question: is possibile to implement CSP Header with Koko Analytics?
Forum: Plugins
In reply to: [W3 Total Cache] Can’t set Security HeaderDear Marko,
just want to inform you that it seems solved ad you can see.
The only thing that i changed is settings on Page Cache from “Disk” to “Disk Enhanched” and it works immediately.Thanks for your time.
Forum: Plugins
In reply to: [W3 Total Cache] Can’t set Security HeaderWith your “Compatibility test” I see that mod_headers seems not enabled. So I had contact my hosting to ask if it is possible to enable it.
Is it possible to send the .htaccess privately?
Just to not post it here in a public forum.Forum: Plugins
In reply to: [W3 Total Cache] Can’t set Security HeaderYes I have it at the end of the file, like this:
<IfModule mod_headers.c> Header always set Strict-Transport-Security "max-age=31536000" Header always append X-Frame-Options "SAMEORIGIN" Header set X-XSS-Protection "1; mode=block" Header set X-Content-Type-Options "nosniff" Header set Referrer-Policy "no-referrer-when-downgrade" Header set Content-Security-Policy "base-uri 'self'; frame-src 'self'; connect-src 'self'; font-src 'self'; script-src 'self'; style-src 'self'; img-src 'self'; media-src 'self'; object-src 'self'; form-action 'self'; frame-ancestors 'none'; default-src 'self'" Header set Feature-Policy "accelerometer 'none';ambient-light-sensor 'none';autoplay 'none';camera 'none';display-capture 'none';document-domain 'none';encrypted-media 'self';fullscreen 'self';geolocation 'none';gyroscope 'none';layout-animations 'none';legacy-image-formats 'none';magnetometer 'none';microphone 'none';midi 'none';oversized-images 'self';payment 'none';picture-in-picture 'none';publickey-credentials 'none';speaker 'none';sync-xhr 'none';unoptimized-images 'self';unsized-media 'self';usb 'none';vibrate 'none';wake-lock 'none';xr-spatial-tracking 'none'" </IfModule> <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+)\.(x[0-9]{5})\.()$ $1.$3 [L] </IfModule> # END W3TC Browser Cache
Thank you
- This reply was modified 4 years, 1 month ago by Enhance.
Forum: Plugins
In reply to: [W3 Total Cache] Can’t set Security HeaderThank for the support,
you are right: there is the header on the requested url like css of your screenshot.But I can’t see the security header on the request url of the homepage or of the single article like my screenshot: https://imgur.com/d7aKFeG
Is there something that i don’t understand? Or there is something I missing of other settings?
Thanks
Forum: Plugins
In reply to: [Koko Analytics] No data display (and no pageviews.php file)It solved itself ??
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Connection is broken…Same here!
Hi @trbelt88 i like your solution (reload page) but where did I have to put that code?
Thanks!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Mobile menu bugged with anchor linkThank you!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Add Telegram to Social IconsI am talkink about the hamburger menu, not the header or the footer. In header and footer it works well.
On mobile there is an hamburger menù on the top right. If you click it there is the social menù.
But writing now to you i found myself how to fix it, i am write it there to help anyone need this.
.social-menu a[href*="t.me"] { background-image: url('/wp-content/uploads/2020/01/tg-social.png'); background-repeat: no-repeat; background-position: center; }
and
.social-menu li a[href*="t.me"] svg { display: none; }