kwmde
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Header Problem@thegentatwpforum I really appreciate your help. But I wouldn’t be so desperate if there is a plugin page for PRO Version 😅 But there no, it’s only available on elementor.com. And I did’t find any option to download a prev. versions there (yet).
I have no PRO as a zip. I guess I have to deal with my backups now.
EDIT: Got it! I had to update elementor to version 3.24.1 once again so PRO is reactivated.
Once it is reactivated, there is the rollback option for PRO as well (Elementor > Tools > Version Control > Rollback)
Learning: the pro version must not be newer than elementor itself. Otherwise PRO is automatically deactivated and is therefore not included in the rollback options.
Nevertheless thank you @thegentatwpforum 🙏
Edit after Edit: Its still broken after rolling back. Lol. Cache is cleared.
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Header Problem@thegentatwpforum You a are absolutely right. It SHOULD BE, but it’s not there. I only have the option to rollback elementor.
I’m so confused about this, because the screenshot here:https://elementor.com/help/rolling-back-to-a-previous-version-of-elementor/ shows also the option. But it’s just not there.
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Header ProblemDamn rolling back to prev. Versions doesn’t work for me.
Because of Elementor Pro? Anybody with PRO?Didn’t find a way to rollback PRO… Instructions on elementor.com looks different as my dashboard.
It is so exhausting!Forum: Plugins
In reply to: [Table of Contents Plus] New update broke the pluginInstalling a plugin to rollback plugins? You guys are crazy…
You just need to check two settings:
- the third option in settings. Something like “Automatically insert for the following content types” -> Tick the “post” box
- All the way down to advanced or extended options to find “Heading levels” choose the levels you would like to have (h1, h2,h3,…)
- stop installing a plugin for every nonsense. it overloads your site. So get rid of this rollback plugin ASAP and learn where to find previous versions. Just click on the advanced tap on the plugin side and scroll all the way down -> https://de.ww.wp.xz.cn/plugins/table-of-contents-plus/advanced/
No plugin needed.
Forum: Plugins
In reply to: [Prosodia VGW OS] Cookie nach EinwilligungHallo Bernd,
besten Dank für deine Rückmeldung.
Tatsächlich nutzen wir Borlabs Cookie und haben es auch wie in der verlinkten Anleitung eingerichtet.
Hier wird die Zählmarke allerdings nicht zurückgehalten. Soweit ich das erkennen kann, wird das Borlabs Tool hier nur zur Information der Seitenbesucher genutzt. Was nach deren Einschätzung zur Rechtslage auch ausreichen würde.Sei es drum, ich freue mich auf eure neue Version mit der Borlabs Unterstützung! 👍
Beste Grüße,
MarcoForum: Plugins
In reply to: [Germanized for WooCommerce] Hausnummer fehlt ab und zu@papillon121
Ich hatte das selbe Problem. Meine Lösung ist ein Codeschnippsel,der im Feld “Straße” nach einer Nummer sucht. Fehlt diese, wird eine Fehlermeldung ausgegeben.Diesen Code in die functions.php kopieren:
// Prüfung bei WooCommerce ob Hausnummer bei der Adresse eingetragen wurde add_action('woocommerce_checkout_process', 'custom_validation_process'); function custom_validation_process() { global $woocommerce; if(isset($_POST['billing_address_1']) and $_POST['billing_address_1'] != '') { if (!preg_match('/([0-9]+)/Uis', $_POST['billing_address_1'])) { if(function_exists('wc_add_notice')) wc_add_notice( __('Bitte Hausnummer im Feld Straße eintragen'), 'error' ); else $woocommerce->add_error( __('Bitte Hausnummer im Feld Straße eintragen') ); } } if(isset($_POST['ship_to_different_address'])) { if(isset($_POST['shipping_address_1']) and $_POST['shipping_address_1'] != '') { if (!preg_match('/([0-9]+)/Uis', $_POST['shipping_address_1'])) { if(function_exists('wc_add_notice')) wc_add_notice( __('Bitte Hausnummer im Feld Straße eintragen'), 'error' ); else $woocommerce->add_error( __('Bitte Hausnummer im Feld Straße eintragen') ); } } } } ?>Forum: Plugins
In reply to: [Post Grid] Dots after excerptAnd… is it possible to copy grids and just edit them?
I sent an email, just check your inbox.