georgegd
Forum Replies Created
-
Hi all,
Sorry for writing in the same ticket. I tried to clear cache and any Cookies for the website containing your form but still the issue continues the same; the flag is not shown and instead the country name is appearing. Using Firefox version 131.0.2 and Falkon version 24.08.2 and have the same result.
Thank you
- This reply was modified 1 month ago by georgegd.
Hi,
I have the same issue at my contact webpage too. This happened after the last update to version 1.36.0
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Nginx and Permissions-policyHi @vmarko
Thank you for your kind support
I’ll try to configure it and will come back if something else may be needed!
Forum: Plugins
In reply to: [W3 Total Cache] Nginx and Permissions-policyHello @vmarko
I created a simple page on my website with two print screens on it as per your 2 points above
Here is the link
envisionvirtualspace.design/w3tc-print-screen/
Let me know please if other info is needed
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Nginx and Permissions-policyHello @vmarko
Thanks for your support
Yes, I have enabled both CSP and Permissions Policy
Security headers section seems too long and print screen seems to be not quite practical because a lot of print screens will be needed, is there something I can do to kind of export the config and send via an email ? nginx.conf is also too long, below is part of it. Please let me know if it helps.
# BEGIN W3TC Browser Cache
gzip on;
gzip_types text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/richtext text/plain text/xs>
location ~ \.(css|htc|less|js|js2|js3|js4)$ {
expires 31536000s;
etag on;
if_modified_since exact;
add_header Pragma "public";
add_header Cache-Control "public";
add_header Strict-Transport-Security "max-age=31536000";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";
add_header Referrer-Policy "strict-origin-when-cross-origin";
add_header Content-Security-Policy "frame-src 'self' https://websitedemos.net/ blob:; connect-src 'self'; font-src 'self' data:; script-src>
try_files $uri $uri/ /index.php?$args;
''''''
add_header Strict-Transport-Security "max-age=31536000";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";
add_header Referrer-Policy "strict-origin-when-cross-origin";
add_header Content-Security-Policy "frame-src 'self' https://websitedemos.net/ blob:; connect-src 'self'; font-src 'self' data:; script-src 'se>
# END W3TC Browser CacheForum: Plugins
In reply to: [W3 Total Cache] Nginx and Permissions-policyThanks,
I am not quite sure if these are part of Content Security Policy or Permissions-policy ? When I run test for security headers it shows no Permissions-policy are applied. Is there something I am missing ?
Forum: Plugins
In reply to: [W3 Total Cache] Nginx and Permissions-policyThank you for your support.
I believe the only difference configured in W3TC is manual option instead of automatic for Minify
Let me know please if some configuration is needed for you to check.
Forum: Reviews
In reply to: [Contact Form Block] plugin vs supportHi @tigroumeow,
I get that you help your paying customer first but your contact form is free, there was no commercial version in your site and I had no other option in this case (free vs pay).
I get that you may answer later for your free products and I believe 2 weeks would had been reasonable time having any small feedback about my questions, even though you are not ordered to (but this is also my perception, you may have different one and that is ok too).
I couldn’t guess that nice review, with a thanks, could lead to an immediate reply, maybe cultural differences affect that.
Cheers!
Hi,
@karlemilnikka Thank you for your support. Through your help I found it, configured and it worked great.
Regards
George
Hi,
@karlemilnikka Thank you for your support, I appreciate your help
I am currently using msmtp client installed in ubuntu server and a google email account to be contacted by this client and used to send emails from and till now everything works good and all the emails (from different plugins) arrive only to the address configured for WordPress admin. The contact form need to send email towards another email address. Do you think this can be done somehow using my current configuration?
Regards,
George
Forum: Plugins
In reply to: [Contact Form Block] Change email – modify-the-receiver-of-the-emailHi,
I created a child theme, activated it and added your code to the functions.php file of the child theme but when applying send button have an error :
The e-mail (to) is not valid.
after removing the code the form sends correctly the email to the Admin address.
Any help about it?
Thanks
Hi,
@karlemilnikka Thank you for your support.
Can it be “hardcoded” somewhere that the form sends the email to a specific email address ? So avoiding adding additional plugins ?
Regards
George