kovacev
Forum Replies Created
-
thank you very much!
aha, ok. Thank you very much for your quick response…
I’m going to continue testing MxChat, I hope I buy the “Agency +” license.Dear CusRev Support,
Thank you so much for everything.As far as I’ve noticed, in the older version, the override inside the child theme folder (
/theme-child/customer-reviews-woocommerce/form.css) didn’t seem to work properly.However (after update), in the newer version 5.75.x, the override of
form.csswithin the child theme folder now works successfully – (just copy the fullform.cssfile and apply the desired changes).Thanks again for your time, effort, and support!
Best regards,
MRegards,
I created a file inside my …/my-child-theme/customer-reviews-woocommerce/form.cssImmediately after creating: form.css, the form breaks as shown in the image (even if it’s empty or if I try to add just an override like: .cr-form-wrapper { background-color: #fbf5ec; } — or even if I copy the entire CSS from the original plugin path). The result is always the same – the form gets distorted.
Thanks for your help, but unfortunately, I don’t know what I’m doing wrong!??
In my opinion, it should work (override), but something is still not right…Best regards,
MihaelOk, thank you for finding and solving the problem for the future. I appreciate the effort; you deserve a good rating for that. Best regards.
Hello @bhshravankumar. Yes, that’s it. It’s working fine. I’ve learned something for the future. I needed the correct name of the filter:
woo_ca_email_template_table_styleThank you very much,
MForum: Reviews
In reply to: [WSB HUB3] Jako dobro, jednostavo, profi – Kapa dolje majstorePozdrav Branko,
ovako, probao sam prilagoditi plugin za Woo 8 (HPOS), po meni ne bi trebalo biti nekih problema, jer kod HPOS-a mijenjale su se samo tablice u bazi za Woo, dok sa pluginom to ne bi trebalo imati neke veze, osim dodati kod za validaciju HPOS-a, što sam i napravio.
Plugin radi, generira uredno barkod i hub3 slike u određeni folder /wsb-hub3/barcodes/, ali ih ne prikazuje (ni na ThankYou Page ni u emailu). Koliko sam uspio istestirati, svi podaci koji trebaju šalju se na API, ali vjerojatno postoji greška u fajlu: /public/class-wsb-hub3-public.php red 212, $order->update_meta_data( ‘_wsb_sender_name’, sanitize_text_field($sender_name)); ne mogu točno definirati što je uzrok problema, ali do tu sam došao.
$sender_name – u konzoli vidim ispis, dok je očito neki problem ili sa Metodom update_meta_data ili sa_wsb_sender_name. Stoga ni kod generiranja HUB3 slike, ne ispisuje Ime i Prezime koji bi trebao biti obavezan podatak i možda to uzrokuje grešku koja onda ne pokreće kod za ispis ?if("hub3" == $display_param){ $hub3_image = get_post_meta( $order_id, '_wsb_hub3_slip', true ); if($hub3_image){ echo "<div class='slipdiv'><a title='" . __( 'Enlarge (New window)', 'wsb-hub3' ) . "' href='". esc_url(plugin_dir_url( __DIR__ ) . "barcodes/" . $hub3_image ) ."' target='new'><img style='width: " . esc_html($slip_width) . "' src='". esc_url(plugin_dir_url( __DIR__ ) . "barcodes/" . $hub3_image ) ."' alt='HUB-3A' /></a></div>"; } if($barcode_image){...}Da li ćete biti u mogućnosti u neko skorije vrijeme pogledati u čemu je (taj mali) problem i prilagoditi plugin za HPOS ?
Hvala puno, M- This reply was modified 2 years, 6 months ago by kovacev.