Pascal Dreissen
Forum Replies Created
-
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Privacy tool emailYou can change the sender address pretty easy by inserting this in your themes functions.php
add_filter('gdpr/mail/headers', function($headers) { $headers[] = 'From: Firstname Lastname <[email protected]>'; return $headers; });
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Sender e-mail address for policy toolsThanks,
Works perfect!
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Sender e-mail address for policy toolsHi,
Thanks for your answer. I understand one can change the default address but i don’t want to use the default since we want to use a general address for gdpr related e-mails. So basically i want a separate address for notification sent by this plugin ??
Forum: Fixing WordPress
In reply to: Best FREE 2FA alternative to replace Clef?Give these guys: https://www.authentiq.com/ a try working extremely well. You can request a beta plugin here: https://betalist.com/startups/authentiq-wordpress
Using it already for a couple of weeks like a breeze!
Forum: Plugins
In reply to: [W3 Total Cache] White page with w3tc enabledDo you have page cache debug enabled ? It is happening by me only when page cache debug is enabled.
Forum: Plugins
In reply to: [W3 Total Cache] CloudFlare API errorPlease make sure you are using the e-mail address under the account settings of cloudflare in W3TC, had the same problem because before you needed to use the user name instead! That fixed above error for me!
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] page-sitemap.xmlYep fixed it, thanks again!
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] page-sitemap.xmlSame problem here. Figured it out special characters aren’t encoded or replaced anymore, in my case an & in an alt tag of an image. Not sure why the preg_replace doesn’t work anymore in inc/class-sitemaps.php.
However replacing the following line (545) in inc/class-sitemaps.php fixed the issue here, maybe Yoast can comment on this what is happening:
$output .= "\t\t\t<image:caption>".preg_replace( "[^A-Za-z0-9\s\.]", "", $img['alt'] )."</image:caption>\n";
with
$output .= "\t\t\t<image:caption>".htmlspecialchars($img['alt'])."</image:caption>\n";
Fixed the XML!
Forum: Plugins
In reply to: [Attention bar] Attention bar work?Nope problem ?? thanks for your response again!
Forum: Plugins
In reply to: [Attention bar] Attention bar work?Hi,
Could you please try the development version: https://downloads.www.ads-software.com/plugin/attention-bar.zip
Let me know if this is of any help… thanks!
Forum: Plugins
In reply to: [Attention bar] [Plugin: Attention bar] php code optionSorry for my late reply. Not quite sure what you mean by sniplet. You have 2 options
1) Through a widget 2) By inserting the javascript part directly in the content (see settings in attention-bar).If you send me an url of your page i can have a look what is going on.
Thanks!
Forum: Plugins
In reply to: [Attention bar] Attention bar work?Did you install WordPress in a subdirectory ? If yes, please wait for the next version, there is an issue with subdir installs of WordPress.
If not, send me the URL of your site, so i can have a look!
Thanks!
Forum: Plugins
In reply to: [Attention bar] jQuery is not definedHi,
hard to tell, don’t think you have an url where i can have a look ?
Did you enabled the jquery loading under the attention-bar settings ?Best regards!
Forum: Plugins
In reply to: [Attention bar] Is Attention bar restricted to Administrators?Release 0.7.2.1 contains access control setting in the settings page of Attention bar.
Regards!
Release 0.7.2.1 contains the possibility to exclude pages or posts on the post it self through a setting in the sidebar of the post. Hope you like it!
Regards!