webwurm
Forum Replies Created
-
Forum: Plugins
In reply to: [Integrate Firebase] Help getting firestore-informationThanks again, it’s solved!
Forum: Plugins
In reply to: [Integrate Firebase] Help getting firestore-informationThanks a lot, I sent you an email.
Forum: Plugins
In reply to: [Integrate Firebase] Differences between free and pro, esp. FirestoreThanks for the info! I couldn’t find that out with researching 🙂
Forum: Plugins
In reply to: [Germanized for WooCommerce] Kasse AGB Checkbox verschiebenHi,
Ich habe die oben genannte Lösung zum Verschieben der AGB-Checkbox in der Kassa versucht (Theme: Storefront), und nun erscheinen die AGB doppelt – einmal über und einmal unter der Tabelle. Ich kämpfe jetzt schon ein paar Stunden, aber ich komm nicht drauf…add_action( 'init', 'my_child_move_legal_checkboxes', 50 ); function my_child_move_legal_checkboxes() { // Remove remove_action( 'woocommerce_review_order_after_payment', 'woocommerce_gzd_template_render_checkout_checkboxes', 10 ); // Right before submit button add_action( 'woocommerce_gzd_review_order_before_submit', 'woocommerce_gzd_template_render_checkout_checkboxes', 10 ); }Irgendeine Idee, was ich falsch mache?
Vielen herzlichen Dank im Voraus!Hello!
No problem, I’m happy you are willing to help!I switched the PlugIn on now again – and you can see directly on my homepage, that some pics don’t work: http://www.wurmweb.at
I leave it enabled for now, but I soon need to switch it off due to its heavy impact.
Thank you very much!
ManuelForum: Fixing WordPress
In reply to: "Read more"-link points to "Home"Thank you, I did that!