plainware
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Mail Template possible?Hello,
yes, the email template is configurable. The reminder e-mails reuse the template from notification e-emails, which depends on the calendar of the shift. So for this “Boarding” calendar, you can edit the template in Administration, Calendars, Boarding: Notifications. Edit the Email: Shift Published (Employee) template.At the moment, we don’t have separate placeholders for start and end time yet, there’s just the {DATETIME} one which includes both date and the shift type label/or the start-end time of the shift. In your example it says “Morning (Sunday)” which is the label of the shift type. If you need the exact start/end time, you can either modify the shift type label to include these times, or set it in Administration, Shift Types, Settings – uncheck Show Shift Type Title In Calendar. This will stop using the shift type label both in schedule view and in notifications, using start-end time of the shift instead.
I hope it helps.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Error with TimezonesHello,
thank you for your feedback, I’m sorry for not replying sooner.
Could you please set your WordPress timezone (in Settings, General) to “Pacific/Auckland” instead of the current “UTC+13”, it should resolve the issue.
Also we’ve added a fix in our latest version update so it won’t break this way.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Missing ShiftsHello,
would you mind setting up a temporary “ShiftController Administrator” user in your site, we’ll try to figure it out promptly. Please send this information through our support system
https://www.plainware.com/support/index.php?a=add&category=2Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Rest APIHello,
so as we discussed over email, the issue was with incorrect POST request parameters, thus I think I can close the request as resolved.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Schedule prepared many timesok, here it is
/sh4/schedule/html/view/common.php
sh4-schedule-html-view-common.zipForum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Schedule prepared many timesHello,
thank you for your feedback! As a quick improvement, I’ve added a cache for this function, could you please replace this file on your site to check if it helps:
/sh4/shifts/view/widget.phpForum: Plugins
In reply to: [Locatoraid Store Locator] This page didn’t load Google Maps correctly.Hello,
the page now has the “Billing” error:
You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-startedYou would need to configure your billing options with Google Console and it should be finally OK.
Forum: Plugins
In reply to: [Locatoraid Store Locator] This page didn’t load Google Maps correctly.Hello,
please set the new Google Maps API key in Locatoraid, Configuration, Google Maps.
The direct link is:yoursite.com/wp-admin/admin.php?page=locatoraid&hca=maps-google-conf
Forum: Plugins
In reply to: [Locatoraid Store Locator] This page didn’t load Google Maps correctly.Hello,
sorry for not replying sooner. It gives the “InvalidKeyMapError” map error which translates as “The API key included in the script element that loads the API is not found. Please make sure you are using a correct API key. You can generate a new API key in the Cloud Console.”.Could you please check out if the Google Maps API key is correct, or try to create another API key?
Forum: Plugins
In reply to: [Locatoraid Store Locator] Mobile usabilitySorry no, there’s no option to paginate the list in the current version. You can probably add some custom CSS to emphasize the scrollbar a bit more for mobiles. In your WordPress admin, go to Appearance, Customize, then choose Additional CSS, and paste the following code:
@media (max-width: 48em) { .hclc_list_class::-webkit-scrollbar { width: 1em; } .hclc_list_class::-webkit-scrollbar-thumb { box-shadow: inset 0 0 .5em rgba(0, 0, 0, 0.3); } }Forum: Plugins
In reply to: [Locatoraid Store Locator] Mobile usabilityHello,
my apologies for not replying sooner. I’ve just visited your page and it did display the scroll bar in the location list. Or am I missing something?Hello,
I’m sorry for not replying sooner. You can configure calendar permissions so that shifts are not visible to other people. There’s no parameter that explicitly hides other calendars.Forum: Plugins
In reply to: [Locatoraid Store Locator] Search problemHello,
sorry for the issue, you we’ll need to enable “Geocoding API” for your Google Maps API key, please see this help file:
https://www.locatoraid.com/enable-geocoding-api/Forum: Plugins
In reply to: [PlainInventory - Inventory Management Plugin] Lot ControlHello,
do you mean having a kind of alert when the inventory is low? Sorry it’s not yet possible.Hello,
I’m sorry it’s a bug in the today’s released version. Please delete the plugin and install it again, it’ll have a fix.