carminericco
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Does Not Work AnymoreObviously this is a quick workaround, not a permanent solution which we hope will come soon… Hope it helps
In file: wp-content/plugins/wp-gdpr-compliance/Integrations/Plugins/WooCommerce.php
1) For date in Order list:
Line: 224
Replace
$value = $this->getAcceptedDate( ! empty( $date ) );
with
$value = Time::localDateFormat( get_option( ‘date_format’ ) . ‘ ‘ . get_option( ‘time_format’ ), $date );
2) For date in Order detail:
Line: 206
Replace
$value = $this->getAcceptedDate( ! empty( $date ) );
with
$value = Time::localDateFormat( get_option( ‘date_format’ ) . ‘ ‘ . get_option( ‘time_format’ ), $date );
3)
After Line 7:
Add
use WPGDPRC\Utils\Time;
Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Does Not Work AnymoreTo fix issue 2), please try this solution while waiting for a permanent solution from the author:
In file: wp-content/plugins/wp-gdpr-compliance/Integrations/Plugins/WooCommerce.php
1) For date in Order list:
Line: 224
Replace
” $value = $this->getAcceptedDate( ! empty( $date ) ); ”
with
” $value = Time::localDateFormat( get_option( ‘date_format’ ) . ‘ ‘ . get_option( ‘time_format’ ), $date ); ”2) For date in Order detail:
Line: 206
Replace
” $value = $this->getAcceptedDate( ! empty( $date ) ); ”
with
” $value = Time::localDateFormat( get_option( ‘date_format’ ) . ‘ ‘ . get_option( ‘time_format’ ), $date ); ”3)
After Line 7:
Add
” use WPGDPRC\Utils\Time; ”Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Does Not Work AnymoreTo fix GDPR Not accepted in CF7 Form:
File: wp-content/plugins/wp-gdpr-compliance/Integrations/Plugins/ContactForm.php
Line: 426Replace ” === 1 ” with ” == 1 ” (or with ” === ‘1’ “)
Forum: Plugins
In reply to: [Cookie Law Info Accepting By Scroll [Unmaintained]] Button doesn't scrollCiao kkriss,
forse potresti provare Italy Cookie Choices.
A presto!Forum: Plugins
In reply to: [Cookie Law Info Accepting By Scroll [Unmaintained]] Button doesn't scrollGreat job Richard, then I will remove my plugins from the repository.
It would be a good idea the support to multilanguage.
See you soon!Forum: Plugins
In reply to: [Cookie Law Info Accepting By Scroll [Unmaintained]] Does not workHi, if you write me the URL of your website, I can take a look.
See you soon!Forum: Plugins
In reply to: [Cookie Law Info Accepting By Scroll [Unmaintained]] Button doesn't scrollCiao, il plugin non fa altro che “simulare” tramite lo scroll il click sul tasto di accettazione del Plugin Cookie Law Info.
Se mi dai l’indirizzo del sito web magari posso dare uno sguardo.
A presto!