plainware
Forum Replies Created
-
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.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Schedule TemplatesHello,
thank you for your detailed information. In the latest 4.9.6 version we’ve modified the “Schedule Templates” module so now it lets you choose available employees for open shifts.So first you create a schedule template:
Sun 7-8 Host 1 x Open Shift
Sun 8-9 Host 1 x Open Shift
Sun 7-9 Cohost 2 x Open Shift
etcThen when creating real shifts from this template, for each open shift it’ll display a drop down of possible employees to fill this shift. I hope it’ll work better for you.
The other part, to specify “availability” or “preferred” time for employees, is not yet available with our plugin. An employee is considered available unless there’s an overlapping shift or time off. But we’re planning to add such a “availability” module in one of the nearest updates.