e222w
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Multiple cmplz_policy_id’s in Chrome?Now it works, thank you so much!!!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Multiple cmplz_policy_id’s in Chrome?Thank you for the quick help. The WP Fastest Cache plugin has been disabled. Result: It works now in incognito mode, unfortunately still not in “normal” browser mode (There are 2 different cmplz_policy_id’s (29 and 30).) … maybe another idea?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Paypal SupportHello Jarnovos,
Thank you for your feedback; Unfortunately, in Germany these Paypal Cookies are not optional and require the user’s consent. It’s a shame there isn’t a simple solution for this.
Best regards…
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Paypal SupportHello Jarnovos,
thank you very much for your detailed help. I deactivated these two PayPal scripts in the script center:
- paypal.com
- c.paypal.com
That also worked, the scripts are no longer loaded, the placeholder is displayed and the PayPal cookies are no longer set.
However, now another javascript (woocommerce-paypal-payments/modules/ppcp-button/assets/js) stops the complete website with a javascript error.
/*
if(“undefined”==typeof PayPalCommerceGateway||Ie(PayPalCommerceGateway)){if(“checkout”===PayPalCommerceGateway.context|
*/My second try:
I looked at which cookies are set by Paypal in the browser and tried to add them manually to the other cookies. Unfortunately, that doesn’t work either, the cookies are set anyway.Is there another way to prevent PayPal cookies from being set or to get consent for this? I use WordPress & Woocommerce & PayPal …
Thank you and have a nice weekend…
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Date without Time?Thank you for the quick help. I chose the field _wcpdf_invoice_date instead of _wcpdf_invoice_date_formatted and the type DATE and now the output works as expected… Thank you very much!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Zipcode after Country IssueThank you, I was able to solve the problem with a filter…
Thank you… Version 3.5.2 fix all my issues… now it works as expected
Hi Sully,
thank you very much for the quick reply.
Perfect, then I’ll wait for the new version.
Have a nice sunny weekend too.
RaphaelSorry, Imageupload does not work… here ar my settings
- This reply was modified 3 years, 1 month ago by e222w.
Yes, the user roles are also assigned… at least for me as an admin, the rule should also work, but unfortunately it doesn’t either…
These user roles are entered (test) in the field…
administrator
editor
author
contributor
subscriber
shop_manager- This reply was modified 3 years, 1 month ago by e222w.
This is exactly the tip I read in the documentation and followed. Unfortunately, the result remained the same… I also tried to switch between the options “Choose the Custom Shield page” and “WP Login Page”… but unfortunately also without success…
Many thanks for the quick response; Yes, I received and confirmed the email…
Forum: Plugins
In reply to: [WP MapIt] Additional Content (HTML block) before/after map?This works!
function lb_append_map_description($output, $tag) { if ( 'wp_mapit_map' !== $tag ) { return $output; } return $output . '<div>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>'; } add_filter('do_shortcode_tag', 'lb_append_map_description', 10, 2);Forum: Plugins
In reply to: [WP MapIt] Additional Content (HTML block) before/after map?okay, thank you very much… then I’ll try to program something of my own…
- This reply was modified 3 years, 3 months ago by e222w.