martenw
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Typo in language fileThanks!
Forum: Alpha/Beta/RC
In reply to: Notice in WP 6.8 Beta 2I’m not using the Beta version on a production site.
Yes I used three different themes, including the WP 25 theme
The problem with translation loading is solved in the beta version 🙂
I’ll mention a glitch in the email log:
After selecting and deleting a couple of logs, the Select and Delete buttons are not updated and still show the number of logs selected.
Hi,
The warning does not appear again. I’ll inform you if it does.
Since today another message appears:
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
post-smtpdomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in C:\Xampp\apps\wordpress\htdocs\wp-includes\functions.php on line 6116I think it is in the freemius software.
Thanks for your reaction.
The warning appeared every time I visited the settings page, but I can’t reproduce it anymore 🙂
I’m using the latest version of Postman
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Translations not loadedThe translation problems are all solved 🙂
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Translations not loadedI’m sorry that I did not answer all your questions. I’m using the Dutch translations.
With WP version 6.6.2 all translations are used correctly and with 6.7 none.
In the mean time I solved the problem. In the file data.php translations were used as follows:'required_fields' => array(
'time_start' => __('Start Time', 'pta_volunteer_sus')
),Maybe I added them myself in the past 🙁 Replacing it with
'required_fields' => array(
'time_start' => 'Start Time',
),solved the problem. The text is now translated in validate_post().
I think I have burdened you with some extra work. I’m sorry for that.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Translations not loadedI’m not using WP 6.7 in a production environment, but only on a staging site.
Something has changed in WP 6.7. See for example
https://core.trac.ww.wp.xz.cn/changeset/59157Thanks!
User Role Editor
Hint: define a role with id employee and name Medewerker
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] haet_mail_preheaderThanks Julian. It’s now clear to me. I’ll do an extra test 🙂
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] haet_mail_preheaderI do not know what the preview functionality is. Which email applications do use this functionality? Is it problematic for some applications if the preheader is empty?
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] haet_mail_preheaderI think I did not express myself very well. I do not want to include videos in the preheader., but want them added to the body of the email. The processing of the preheader does not remove the video shortcode from the preheader and as a consequence the video is not contained in the body of the email. As I mentioned before, after removeing the preheader everything works fine.
However I do not know what the preheader is meant for.Forum: Plugins
In reply to: [BuddyPress Docs] Menu item “Documents” not visible for simple group membersBug in BP Docs
PHP Warning: Undefined property: stdClass::$setings in /var/www/eufort-sokolniki/wordpress/current/wp-content/plugins/buddypress-docs/includes/templatetags.php on line 1158