Silas_229
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Allow providing glossariesYeah, sure. I created the glossary with Postman
Forum: Plugins
In reply to: [Loco Translate] Allow providing glossariesThat would be great as a first step! At least developers could provide a glossary then.
Hi @codekraft,
Generally I don’t attach much importance to being named in credits (in this case I didn’t even provide the fix), but I read a completely unrelated user in the changelog for “Fix/honeyform init” when updating. Could you adjust that?
Thank you very much!
Great!
Saving the options page again and resetting it has not worked. The problem was that the experimental Honeypot form was enabled without any excluded pages. Therefore, an empty string was saved in the options array for the key
honeyform_excluded_pages
. After I added a page, an array was saved and the error was gone. You probably should initialize this option with an empty array instead of an empty string.- This reply was modified 10 months, 1 week ago by Silas_229.
Forum: Developing with WordPress
In reply to: comments_where HookThank you!
Forum: Plugins
In reply to: [Klarna Checkout for WooCommerce] Klarna icon missingI use an almost unchanged Storefront Theme.
The content of the page is
<!-- wp:shortcode --> [payment_methods_info] <!-- /wp:shortcode --> <!-- wp:paragraph --> <p><a href="https://pyrostube-goslar.de/datenschutzerklaerung/#m326">Datenschutzhinweise zu Zahlungsdiensleistern</a></p> <!-- /wp:paragraph -->
Forum: Plugins
In reply to: [Einsatzverwaltung] Multisite kompatibelOkay, das Markdown will nicht, wie ich will, also habe ich mal einen GitHub Issue erstellt. Ist denke ich mal eh der bessere Ort für solch Probleme.
Forum: Plugins
In reply to: [Einsatzverwaltung] Multisite kompatibelWie sich jetzt herausgestellt hat, gibt es wohl doch ein paar Probleme:
Die Seite/einsatzberichte/
kann nicht aufgerufen werden. Fehler in Chrome: ERR_TOO_MANY_REDIRECTS. Das ist uns allerdings erst nicht aufgefallen, da wir stattdessen fast immer auf die Kategorie/category/einsaetze/
verlinken, was auch weiterhin noch funktioniert.
Der Einsatzfeed/einsatzberichte/feed/
funktioniert ebenfalls nicht mehr.Wenn ich WP_DEBUG aktiviere, erhalte ich seltsamerweise (und auch nur dann!) den Verbindungsfehler zur Datenbank
mysqli_real_connect(): (HY000/2002): No such file or directory
, wodurch dann die ganze Seite nicht mehr funktioniert, auch wenn ich nicht genau wei?, was den Fehler ausl?st und ob das etwas mit deinem Plugin und/oder der Multisite zu tun hat.Forum: Plugins
In reply to: [Einsatzverwaltung] Multisite kompatibelHallo,
wir haben mittlerweile unsere Webseiten umgestellt, und k?nnen best?tigen, dass alles einwandfrei l?uft ??I’ve searched the Plugin, the error is in
gdpr-modules\modal\modal-base-tabs.php
on line 42@pramaweb Many thanks!
Forum: Fixing WordPress
In reply to: Remove thumbnail on paged postA working CSS code would be
body[class*="single-paged-"] .featured-image, body[class*="single-paged-"] .featured-video { display: none; }
Forum: Fixing WordPress
In reply to: Remove thumbnail on paged postCan I remove it in my theme with a condition?
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Style is missingSolved the problem:
I forgot to include
wp_footer()
in my theme??