oliverlehne
Forum Replies Created
-
Hi Adam,
thank you for your response. I just checked the version that i used while starting this topic. It was the version 1.24.6 and there i still get the described issue with the children form field. Screencast of that: https://www.loom.com/share/978a7942aa124e92bf8116a8dcbe5035?sid=c2283277-8cca-4303-bac1-91903b66d89f. System is Mac with Chrome Browser.Afterwards i updated to your newest version 1.25.1 and the issue is gone. So someone was working on that in the meantime. Thanks for that ??
Take care and thank you very much for your support and testing aswell!
– Oliver
Hey Kris,
should be fixed, sorry!
– Oliver@wpmudevsupport14
Hi Nebu John,
sorry, i missed out, that i got a response here.
Here is the google doc link to the forminator form. The form is in german, the option “Kinder” gives me the headache there.
Thank you in advance!
– Oliver@wpmudev-support7 and @wpmudev-support2
I am struggling with the same error, but can’t get it to work with the provided temporary solution either. Although the form field outputs the error message “Value must be between X and Y”, an input with a negative digit is still possible. This should actually be a relatively quick fix, right?
Forum: Plugins
In reply to: [Modal Guten Block] Make Background of page not scrollable when modal is openNo problem, your response is still fast enough ?? I removed my code and now working with yours in the functions.php. Thanks a lot and i am looking forward to use your great plugin in many projects in the future aswell! Keep the great work up ??
Forum: Plugins
In reply to: [Modal Guten Block] Make Background of page not scrollable when modal is openMit folgendem JavaScript konnte ich die gewünschte Funktionalit?t herstellen. Vielleicht dient es als Ansto? für die Weiterentwicklung dieser Funktionalit?t für das Plugin.
var overlay = document.querySelector(‘.bod-block-popup-overlay’); function checkClasses() {
if (overlay.classList.contains(‘active’))
{ document.body.style.overflow = ‘hidden’; }
else {
document.body.style.overflow = ”; }
}
var observer = new MutationObserver(checkClasses);
var config = { attributes: true };
observer.observe(overlay, config)Forum: Plugins
In reply to: [Germanized for WooCommerce] Force Pay Order Checkout-LoopHi,
okay dann liegt das grunds?tzliche Problem also eher beim PayPal Plugin. Ich werde dem Entwickler mal Bescheid geben, bin jetzt aber mit der functions.php L?sung auch erstmal zum gewünschten Ergebnis gekommen.
Auf den Button mag ich nur ungern verzichten, da die Leute, die die Bestellung aus was für Gründen auch immer, abgebrochen haben, sonst ja keinerlei Hinweis erhalten, wo und wie sie jetzt für ihre noch unbezahlte Bestellung zahlen k?nnen.Vielen Dank wieder einmal für die schnelle und zielführende Unterstützung!
– Oliver
Forum: Plugins
In reply to: [Germanized for WooCommerce] Bestellbest?tigung trotz abgebrochener BezahlungKlasse, dann werde ich mir das auch mal n?her anschauen. KK-Zahlungen sind jetzt bei unserem Anwendungsfall auch nicht unbedingt notwendig. Der einfache PayPal Checkout w?re schon ausreichend.
Vielen Dank für die Tipps. Habe den Faden jetzt als “gel?st” markiert.
Beste Grü?e
Oliver
Forum: Plugins
In reply to: [Germanized for WooCommerce] Bestellbest?tigung trotz abgebrochener BezahlungAh okay, dann verstehe ich jetzt auch, warum bei deaktiviertem Plugin keine Mails mehr raus gehen. Vielen Dank für die Infos!
Dann muss ich jetzt eigentlich nur für mich entscheiden, ob ich diese “schwebenden” Transaktionen ohne direkten Abschluss erm?glichen m?chte oder nicht.
Gibt es sonst ein Paymentplugin, welches ihr für die Abwicklung mit PayPal in Kombination mit Germanized empfehlen k?nnt?Viele Grü?e
This should work in principle, but this one option is not worth $40 to me. At least not for the one product I want to distribute. Sorry.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Glider not working with WP RocketI do have the same Issues as you guys described. Also with the newest version 2.0.0 and in combination with wp rocket. I will make a downgrade for now, but hope, that the issue will be fixed soon.
Forum: Themes and Templates
In reply to: [Kadence] Kadence overwrites Elementor TinyMCE stylesGreat news! Thank you very much.
Forum: Themes and Templates
In reply to: [Kadence] Kadence overwrites Elementor TinyMCE stylesI have also encountered this problem and would be very happy if the editor could get back its default styling as described by @virtualant. Can’t really understand why more and more themes have made this change. For users who work with WordPress for the first time, it is not really easy to understand. It would be a shame to abandon Kadence just because of this “bug”.