clavet
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices Italian Add-on for WooCommerce] Modifica label “Tax Code”Grazie per il supporto.
Lavorandoci un po’, ho trovato una soluzione, usando “gettext”. La riporto, a vantaggio di tutti:function wc_billing_field_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Tax Code' : $translated_text = __( 'Fiscal Code/Tax Code', 'woocommerce' ); break; } return $translated_text; } add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );Un saluto.
Forum: Plugins
In reply to: [PDF Invoices Italian Add-on for WooCommerce] Modifica label “Tax Code”Grazie per la risposta.
La modifica del file è esclusa, perché incide sugli aggiornamenti e non è elegante.
Non c’è la possibilità di fare un override attraverso qualche riga di codice da mettere su function.php? Ci ho lavorato parecchio, senza riuscirci.Attendo fiducioso.
Grazie.
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Issue on v.1.2.2Hi guys,
now it works fine.Thank you!
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Plugin issuesIt works like a charm!
Great support guys.
Grazie!Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Plugin issuesI’t seems to be related with the version of PHP.
Can you check it?Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Plugin issuesThank you. It works.
But I have a new issue, upgrading to v-1.1.1.
When I “turn on” the plugin (“Abilita Ginger”), the web site reply with a blank page. With debug node active I have this warning: DOMDocument::saveHTML() expects exactly 0 parameters, 1 given in /wp-content/plugins/ginger/front/gingerfront.utils.php on line 303Can you help me?
Thanks.
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Plugin issuesGreat support. Thank you!
Some other things (sorry if I’m playing as bug finder):
1. “Read More” button doesn’t display;
2. “Custom css” textarea (it’s very useful!) should be resizable.Having some problems with blocking feature (opt-in). Does it really work? How to use custom scripts?
Thank you.