martenw
Forum Replies Created
-
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.www.ads-software.com/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
Forum: Plugins
In reply to: [Adminimize] Error in new AdminimizeFrank repaired the warning, but did not change the version number, so no update will be done.
Forum: Fixing WordPress
In reply to: Xampp Win: Error gd, is not installed, or has been disabledYou have to modify the php.ini file. Search for
;extension=gd
;extension=intland remove the ;
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Schedule prepared many timesThank for the update. It works fine.
One more question:
I am using the shortcode [shiftcontroller4 type=”day” time=”now”] to show the schedule of the current day.
It shows the schedule correctly, except that parts of the html are embedded in
<code class=”hc-p2 hc-mt1 hc-mb1 hc-border hc-block hc-maroon”>How can I get rid of this?
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Schedule prepared many timesAlso the function getShifts() in sh4\schedule\html\view\common.php is called three times every time a schedule is rendered.
Probably also a cache will do here?
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Schedule prepared many timesIts working perfect!