rkesize
Forum Replies Created
-
Hi @cyn92 thank you for your replay.
This is the website: https://praxis-herbrandt.de/terminanfrage/
I figured out, if both persons have the scheduler open and both haven′t booked yet, and one person booked this event and leave the page, the second one did not get an error or something else, that the event is already booked.
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Shortcode ErrorIf have fix it in my case with removing the Quotation Marks. But sometimes it will be not work to remove them i think.
If you’re familiar with CSS, than a little workaround is to add at to the specific widgets custom css with the class “.dark selector and so on”. Than can you add your changes like “color: #fff !important;” that would change if the body tag has the .dark class. In Elementor pro you can change custom css at any widget. In Elementor free you can use the widget Xpro Addons For Elementor to add custom css in any widget.
I tried to reproduce the error, but now it works. Maybe some Chache issues…
Thank you in advance.
Hi, now it works better. But a little problem is, that the margin and padding from image i set in the dark mode, didn′t work in the light mode.
Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF Rechnung Template bearbeitenHi,
es hat geklappt. Vielen Dank :).
Super Support.
Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF Rechnung Template bearbeitenAh okay,
soweit habe ich es verstanden. Nun wei? ich nicht genau in welche Tabelle ich das einfügen soll. Da ich ja eine PDF Ausgabe erzwingen m?chte.
Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF Rechnung Template bearbeitenübrigens habe ich diesen Code jetzt in meine functions.php geschrieben.
Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF Rechnung Template bearbeitenIch kenne mich leider noch nicht so gut mit den Hooks und Filtern aus.
W?re das eine Variante?
function kundennummer_rechnung( $string, $atts, $order ) { // Die UserID aus $order herausbekommen und dann die Kundennummer return $kundennummer; } add_filter( 'woocommerce_gzdp_shortcode_order_data', 'kundennummer_rechnung');
In der Beispiel Rechnung im Woocommerce Germanized Pro Einstellungsmenü hat sich nichts getan.
Vielen Dank für die Hilfe im voraus