rfmf
Forum Replies Created
-
As @mrtom414 suggested it was the functions.php of my child theme. I found an old function i added some years ago to test something and forgot about… Thank you for your time!
Thank you for your suggestions, i appreciate it! I’m really busy right now, so I will look into it at the beginning of next week and report back.
@mrtom414 I really just used the WordPress theme in this current case and never before. It was installed unused. I started with Hello Elementor (child) and stuck to it, since then.Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Weiterleitung/Redirects@danielrufde Danke für die Laien gerechte Erkl?rung und die aufgebrachte Zeit.
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Weiterleitung/RedirectsHallo Mitbetroffene,
ich entnehme dem Post von danielrufde, dass die Weiterleitung in der Datenbank zu finden ist? Oder ist es doch ein JS/ZIP auf dem Server? Nach was genau muss ich schauen?
Ich komme überhaupt nicht mehr auf meine Seite, also auch kein Login etc… geht nur noch per FTP. Habe eben ein Rollback zu Anfang des Monats laufen, das letzte DB Backup ist aber leider vom 20.09.
Danke!Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Conditional logic “AND” broken?Hey, unfortunately it is a local installation. But i figured out, that it works without combining conditions. If someone has the same problem, here is the markup:
<div class=”col-xl-4 col-md-4 mb-50″>
<label>tariff</label>
[select tariff first_as_label “choose tariff” “tariff 1” “tariff 2” “tariff 3″]
</div>
<div class=”col-xl-4 col-md-4 mb-50”>
<label>package</label>
[group sel-t1 clear_on_hide]
[select t1 first_as_label “package” “t1A” “t1B” “t1C”][/group]
[group sel-t2 clear_on_hide]
[select t2 first_as_label “package” “t2A” “t2B” “t2C”][/group]
[group sel-t3 clear_on_hide]
[select t3 first_as_label “package” “t3A” “t3B” “t3C”][/group]
</div>
<div class=”col-xl-4 col-md-4 mb-50″>
[group group-t1 clear_on_hide]
[group t1A clear_on_hide]T1A[/group]
[group t1B clear_on_hide]T1B[/group]
[group t1C clear_on_hide]T1C[/group]
[/group][group group-t2 clear_on_hide]
[group t2A clear_on_hide]T2A[/group]
[group t2B clear_on_hide]T2B[/group]
[group t2C clear_on_hide]T2C[/group]
[/group][group group-t3 clear_on_hide]
[group t3A clear_on_hide]T3A[/group]
[group t3B clear_on_hide]T3B[/group]
[group t3C clear_on_hide]T3C[/group]
[/group]
</div>And conditions:
show [sel-t1] if [tariff] equals “tariff 1”
show [sel-t2] if [tariff] equals “tariff 2”
show [sel-t3] if [tariff] equals “tariff 3”
show [group-t1] if [tariff] equals “tariff 1”
show [group-t2] if [tariff] equals “tariff 2”
show [group-t3] if [tariff] equals “tariff 3”
show [t1A] if [t1] equals “t1A”
show [t1B] if [t1] equals “t1B”
show [t1C] if [t1] equals “t1C”
show [t2A] if [t2] equals “t2A”
show [t2B] if [t2] equals “t2B”
show [t2C] if [t2] equals “t2C”
show [t3A] if [t3] equals “t3A”
show [t3B] if [t3] equals “t3B”
show [t3C] if [t3] equals “t3C”