benedettoapp
Forum Replies Created
-
Forum: Plugins
In reply to: [Strumenti Partita IVA per Woocommerce] Vendita solo ai privatiScusa ma io non riesco a trovare questa impostazione, al momento sto usando la versione free, forse e un opzione della pro?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Add “I Agree to Terms” CheckboxSure why not, i think it’s a mandatory thing to be compliant with GDPR
any way I solved it for now by adding:add_action( 'woocommerce_register_form', 'razztech_add_registration_privacy_policy', 11 ); function razztech_add_registration_privacy_policy() { woocommerce_form_field( 'privacy_policy_reg', array( 'type' => 'checkbox', 'class' => array('form-row privacy'), 'label_class' => array('woocommerce-form__label woocommerce-form__label-for-checkbox checkbox'), 'input_class' => array('woocommerce-form__input woocommerce-form__input-checkbox input-checkbox'), 'required' => true, 'label' => 'Autorizzo il trattamento dei miei dati secondo la <a href="/privacy-policy">Privacy Policy</a> del sito, ai sensi del Regolamento 2016/679/UE (GDPR) ', )); } // Show error if user does not tick add_filter( 'woocommerce_registration_errors', 'razztech_validate_privacy_registration', 10, 3 ); function razztech_validate_privacy_registration( $errors, $username, $email ) { if ( ! is_checkout() ) { if ( ! (int) isset( $_POST['privacy_policy_reg'] ) ) { $errors->add( 'privacy_policy_reg_error', __( 'Devi accettare la privacy policy!', 'woocommerce' ) ); } } return $errors; }
Forum: Plugins
In reply to: [Strumenti Partita IVA per Woocommerce] Vendita solo ai privatiStesso problema, ma al contrario, vorrei eliminare la scelta Sei una azienda? società privato ma far uscire direttamente i campi per la società perché è un e-commerce solo per società.
Attualmente disattivato su registrazione, ma visibile in dettagli accountForum: Plugins
In reply to: [YITH WooCommerce Gift Cards] PHP Notice:i gave the website to the client, i don’t know if it’s still happening anymore or if they have changed it.
Forum: Plugins
In reply to: [Dynamic Pricing and Discounts for WooCommerce] ELITARIO Theme compatibilityok i will thanks.
Ok thanks, i did manage to solve it, but it is a little tricky, because dragging a column in a column will not always work, so it’s a little frustrating, it’s easier to add with the + button on the column menu to add columns and delete to minus it.
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] 5 equal columns of 20%Thanks, I found Page Builder by SiteOrigin and it can be done with it. I’m playing with it now
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] 5 equal columns of 20%I just posted the same question, i hadn’t seen yours, did you find a solution on how to have 5 column
Forum: Themes and Templates
In reply to: [Yuuta] Hide page/post title, hide posted on and commentsThanks for the replay, but i guess i’ll have to change theme, because i don’t know how to do those things.
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] WR-Pagebuild page load timeno tools, just go to the url
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] WR-Pagebuild page load timeI have the same problem, and i’m already using W3 Total Cache, and cloudflare with railgun active and you can see the differences if you go to:
https://www.alloff.it it loads in under 2 sec perfect, but on new.alloff.it same content it takes about 20+ sec it’s an impossible time, no one would wait for so long.
It looks like to me that before the page starts to show it totally loads it and then shows it. I read in your last post that that you first want to improve functions and than speed, how long do you think this is going to be fixed?Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Problems with letters with accent.Ok the thread fixed it, sorry i had missed it before.
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Problems with letters with accent.Something else I can try, even if I make new pages I still have this problem
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Problems with letters with accent.I already have the v2.4.3 and i still have the problem
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Problem with Widget Wranglerit’s ok, i’ve solved for now, i only needed to make one widget with the combination of WR Page builder and Widget Wrangler. I do have yet one new problem, but i’ll make a new support request.