Julian Stark
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Hook that gets tiggered when purgingI had a look at the code and found the hook:
do_action( 'litespeed_purged_all' );
Forum: Plugins
In reply to: [Contact Form 7] Spinning Wheel stucks (Update to 5.4)I just read another post here. Autoptimize was the reason
Forum: Plugins
In reply to: [Contact Form 7] Spinning Wheel stucks (Update to 5.4)Hello, we have the same problem here: https://weinprobe-stuttgart.com/kontakt/
Vielen Dank! Das wars…. Den Einstellungs-Punkt habe ich gar nicht mehr gefunden.
Grü?e
Forum: Themes and Templates
In reply to: [Go] Set blocks to primary background colorThank you @gdalex !
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unable to open file for reading.I had the same issue. @flinty2000 ‘s solution still works.
It works now. I didn’t change anything. Weird. Maybe the english string was cashed.
Unfortunately I also have this issue. ??
Some orders that were actually confirmed appear in the abandoned section.
How do you check if an order was successful? Is the email address ok or do you require a specific order number?
In the last case two orders of the same person and with the same product appeared in the abandoned list. A third instance appeared as confirmed order.
If someone is looking for a quick fix solution – I translated it this way (I know, it’s not the most beautiful way but it works):
// Abandonned Cart übersetzung function change_translate_text( $translated_text ) { if ( $translated_text == 'No Thanks' ) { $translated_text = 'Nein danke'; } if ( $translated_text == "You won't receive further emails from us, thank you!" ) { $translated_text = 'OK!'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
- This reply was modified 4 years, 10 months ago by Julian Stark.
Ok, also die Cookies durch die Skripte werden ohne Opt-In nicht gesetzt, das passt.
Gibt es vielleicht noch eine M?glichkeit tats?chlich auch die Skript nur dann zu laden, wenn der Nutzer akzeptiert? (Thema Page Speed)
Ich musste zum Speichern das Plugin Wordfence Security deaktivieren.
Sorry but I switched to another solution
Using the_content seams very broad?
This doesn’t work with my feed. I try to strip all tags and I removed the ‘<b>’ part