gore.m
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] How to allow a user to refuse GA? – GDPRHi,
any news here?Thanks you
Forum: Plugins
In reply to: [WooCommerce] Privacy policy checkbox not appearingI dont have these themes installed, but Ive tried Automattics initial Underscore _s theme… I think it is more “basic” than Twenty Seventeen or Storefront.
So is there anything more that theme has to include?
I think problem is that there is not <input> (in html) by PP notice, but all other <inputs> are normally included, see screenshot:Forum: Plugins
In reply to: [WooCommerce] Privacy policy checkbox not appearingI have same problem, no checkbox (only PP info) – even if I remove all Woo functions and templates.
+ one more… cause of GDPR encryption is crucial now.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] How to allow a user to refuse GA? – GDPRThanks you
OK, thanks you… one of reason I wanted such change was that I found out that Schema Json Ld output should not be splitted, but it should be consistent because of relationship between them. Is that right?
If yes, why are Yoast schema@type":"WebSite"and@type":"Organization"splitted?… if it is OK that they are splitted… can I add
@type":"Florist"after@type":"Organization"like this?:<script>@type":"WebSite"</script> <script>@type":"Organization"</script> <script>@type":"Florist"</script>Thanks you
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] How to allow a user to refuse GA? – GDPRHi and thanks you @jobthomas.
Im hard working on our site too :-)) so I would like to know / may I ask you (in general) how it will work?
Thanks youThanks you
Thanks you!
Hi @wfalaa,
thanks you for your reply. I see, so is it OK?… I do not have to worry about it?
thanks you
Forum: Plugins
In reply to: [WPS Hide Login] WP-Admin = 404 + I can’t log outProblems were caused by Woocommerce Version 3.3.5 update, that caused problems in WPML CMS. Now after WPML fixed their CMS plugin to Version 3.9.4, problems are gone and WPS Hide Login plugin is working without problems.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] wc-ajax returning 404Hello,
yes, I can confirm problems are gone, thanks you .-)
Hi @tatvi,
ahh my bad, I forgot that, thanks you .-)Thanks you @wfalaa, but isn’t tagret of “Security Headers” and “Wordfence rules” same?
I mean… Isn’t (for example) Content Security Policy doing same think like “Wordfence rules”?Thanks you
Forum: Plugins
In reply to: [Comet Cache] Referrer-Policy is missingI see…
Ive tried HTTP Headers and Security Headers plugins, neither of them is using .htaccess… is strange that the rest of headers is presented. Is there any possibility track and try solve this problem? (I cant use .htaccess, Im on FastCGI, so headers from .htaccess are not presented)Ive also tried :
add_action('send_headers', function(){ header("Referrer-Policy: no-referrer-when-downgrade"); }, 1);add_action('wp_headers', function(){ header("Referrer-Policy: no-referrer-when-downgrade"); }, 1);Thanks you
