slowhandasg
Forum Replies Created
-
Just for complettness:
BackWPup-Version: 4.1.1
PHP-Version: 7.4.33 (64bit)
Server: Apache
Betriebssystem: Linux
PHP-SAPI: cgi-fcgisame problem here
I found out that using the new API will break the thing:
wp_register_style( ‘google-fonts’, ‘https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;400&display=swap’, false );
If you use the old one, it works:
wp_register_style( ‘google-fonts’, ‘https://fonts.googleapis.com/css?family=Gothic+A1:100,400&display=swap’, false );
Forum: Plugins
In reply to: [Email posts to subscribers] Specify subscription group in shortcodeJust use group=”” in your shortcode.
I found out that this problem appears when you have both “The Events Calendar” plugin and nextgen active and try to add a featured image in gutenberg.
Only using one of both plugins solves the problem, or using classic editor while both active as well.
So this seems to be a conflict between this three.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with NextGEN GalleryI do have the same issue. The problem is only active when you are using gutenberg and try to select an featured image.
Forum: Fixing WordPress
In reply to: Can’t set the featured imageI found out that the problem appears when gutenberg, the “The Events Calendar” and “NextGEN Gallery” are both active. Do you also use this plugins?
- This reply was modified 6 years, 1 month ago by slowhandasg.
- This reply was modified 6 years, 1 month ago by slowhandasg.
Forum: Fixing WordPress
In reply to: Can’t set the featured imageSame problem for me. Installing and activating classic editor does fix the problem, so the issue is related to gutenberg.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Is there an upcoming GDPR compliance release?This looks really promising, but there seems to be a parsing problem with the parameters. Following you example I get the following code in the preview:
<p><a href="https://xxx.xxxx.com/?lang=de&emact=e3VzZXItZW1haWx9fHxkZXw%3D" style="“font-weight:">“I</a></p>
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Is there an upcoming GDPR compliance release?Hi eventualo,
A html mail would be fantastic. The question is how complicated that feature would be?
My idea was to get a quick solution…
Thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Is there an upcoming GDPR compliance release?I really would appreciate that feature!
The easiest way would be to have a batch option to resend the opt-in mail to the selected subscribers.
I did a run with debug logging enabled. Hope this is useful:
[18-May-2018 09:50:18] 1. Trying to create a WordPress export to XML file …
[18-May-2018 09:50:20] Check WP Export file …
[18-May-2018 09:50:20] WP Export file is a valid WXR file.
[18-May-2018 09:50:20] Compressing file …
[18-May-2018 09:50:20] Compressing done.
[18-May-2018 09:50:20] Undefined variable: compress
[18-May-2018 09:50:20] ERROR: Exception caught in Error: Call to a member function close() on null
[18-May-2018 09:50:20] Restart after 3 seconds.
[18-May-2018 09:50:21] 2. Trying to create a WordPress export to XML file …
[18-May-2018 09:50:24] Check WP Export file …
[18-May-2018 09:50:24] WP Export file is a valid WXR file.
[18-May-2018 09:50:24] Compressing file …
[18-May-2018 09:50:24] Compressing done.
[18-May-2018 09:50:24] Undefined variable: compress
[18-May-2018 09:50:24] ERROR: Exception caught in Error: Call to a member function close() on null
[18-May-2018 09:50:24] Restart after 3 seconds.
[18-May-2018 09:50:26] 3. Trying to create a WordPress export to XML file …
[18-May-2018 09:50:32] Check WP Export file …
[18-May-2018 09:50:32] WP Export file is a valid WXR file.
[18-May-2018 09:50:32] Compressing file …
[18-May-2018 09:50:32] Compressing done.
[18-May-2018 09:50:32] Undefined variable: compress
[18-May-2018 09:50:32] ERROR: Exception caught in Error: Call to a member function close() on null
[18-May-2018 09:50:32] Restart after 7 seconds.
[18-May-2018 09:50:34] ERROR: Step aborted: too many attempts!
[18-May-2018 09:50:34] 1. Trying to generate a file with installed plugin names …
[18-May-2018 09:50:34] Added plugin list file “Kunstagent.pluginlist.2018-05-18.txt” with 1,59 KB to backup file list.
[18-May-2018 09:50:34] 1. Trying to generate a manifest file …
[18-May-2018 09:50:34] Added manifest.json file with 5,39 KB to backup file list.
[18-May-2018 09:50:34] 1. Trying to create backup archive …
[18-May-2018 09:50:34] Compressing files as ZipArchive. Please be patient, this may take a moment.Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Groups not showingYes, you fixed it! Thanks!!!
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Groups not showingFound out that the problem is related to the exclusive flag of an checkbox. If you use this flag to allow only one option of an checkbox the unhiding of the group does not work …
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Language selection in TemplateYes a newsletter theme.
Thanks, that solved my problem!