baboehm
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Translating custom dynamic contentHi there, thanks for your reply!
I believe the xml file was put there by a predecessor of mine.
That option is indeed set to “The language is set from the content”.
There’s also the option “remove/language/in readable Permalinks” set though, and if I change to βThe language is set from the directory nameβ, the English URLs all get an /en/ added, which is not wanted in this case.
Can that be amended?
In any case, I did find a different solution in the meantime, with some code in the functions.php, using get_theme_mod() to get the actual strings, pll_register_string() them and thenadd_filter('[registered_string]', 'spacious_translate_slider_string', 10, 1);function spacious_translate_slider_string($value) {
if (function_exists('pll__') && !empty($value)) {
return pll__($value);
}
return $value;
}That works and I’m happy.
Best wishes!Well, to be fair it’s the first point in the Changelog:
7.2.3.1
- Fixed bug with counting approved bookings since 7.2.3
….
But yes, their communication is somewhat lacking, I agree.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Conflict with German MarketOk, had a chat with the German Market people.
In case anyone else encounters this:
There is an option at “Einstellungen -> Allgemein -> Bestellvorgang -> Checkout Template / Theme Optionen” to disable “German Market Hooks”.Disabling those Hooks solved the issue. Apparently they rearrange the Checkout page, which somehow interfered with the Advanced Card Processing gateway.
Thanks for your quick support!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Conflict with German MarketThanks, I will do that, I of course also asked Marketpress to look into this.
Best Wishes!Forum: Plugins
In reply to: [The Events Calendar] Enable Gutenberg for locationsWell, since this was sort of a pre-sale (or -install) question, I don’t have an Events Calendar account and your answer is “no”, I won’t get involved just yet π
Thanks for your answer anyway.
Thanks for the great support!
For anyone else reading: In this instance the problem was most probably that I had added the “cf7ic_generate” action to the actions to look out for under the “scope” tab.
Sent.
Ok, just tested with the new update – the issue prevails.
In the meantime, I also had the same problem on another page with a wholly different setup (different Server, different theme, and without the WP Image Captcha Plugin) – Trying to login, I get “Ihre Nachricht wurde als Spam eingestuft! Wenn Sie ein Mensch sind, entschuldigen wir uns dafΓΌr. Bitte schreiben Sie uns eine E-mail mit einem Hinweis.”How can we proceed troubleshooting this?
Thanks and best wishes!
Hi, thanks for the quick reply!
There were no JS errors present, I checked.
I also don’t think there is any IP forwarding happening, but I didn’t check that yet.
Will apply the update and reactivate the plugin next week, then I’ll also check the logs.Until then Happy Easter!
Ok, in case anyone comes across this and, like me, does not think of the obvious, here’s what Complianz’ wonderful support helped me realize:
This was caused by a widget present on every page that included the Complianz Consent Area shortcode with the cache_redirect-attribute active, like so:
[cmplz-consent-area cache_redirect="true" ...]Removing the cache_redirect-attribute solved the problem.
Many thanks!
Ok, just did that.
Thanks so far!
Hi @antoiub ,
thanks for getting back to me.
Deactivating Autoptimize doesn’t seem to change this behavior.
I’ve deactivated it now and am leaving it for the moment so you can see…Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookiedatabase Synchronization issuesYes, it does work again now.
Ok, glad this is sorted π
Have a nice day!
Sure, should I open a new Thread for this?
Here’s a screenshot:

Here’s the Error Message:
Uncaught (in promise) TypeError: can't access property "data", window.csAppConfig is undefined wye https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 EventListener.handleEvent* https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 app.react18.7.4.20.js:135:8315 wye https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 (Async: EventListener.handleEvent) https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135 https://[snip]/wp-content/plugins/cornerstone/assets/js/app.react18.7.4.20.js?ver=7.4.20:135Disabling Complianz makes that go away and Cornerstone loads without a problem
Huh, that finally pointed me in the right direction, thanks!
Theme is “X” (Child) by Themeco: https://theme.co/x
There was a code active in the child theme’s functions.php, that came from their forum and used to help with Complianz breaking Cornerstone.Here’s the code:
function cmplz_my_filter_site_needs_cookiewarning( $cookiewarning_required) { if ( function_exists('CS') ) { return false; } } add_filter( 'cmplz_site_needs_cookiewarning', 'cmplz_my_filter_site_needs_cookiewarning' );And here’s where it’s from: https://theme.co/forum/t/complianz-breaks-cornerstone-quickfix/107533
After removing that snippet, the videos are being blocked again.
Cornerstone is back to being broken once more though, as long as Complianz is active.Still annoying, but a much better situation than before.
That code seems to have worked for some time, but I can’t say which update broke it.Hard to say who should fix this, if you’re interested in getting Complianz to work with Cornerstone, I’ll be happy to beta test or something π
And of course mea culpa, I should have checked the functions.php for possible conflicts.
Since the original issue is solved now, I’ll mark this as resolved.
Thanks for the ace support! - Fixed bug with counting approved bookings since 7.2.3