plainware
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Front end view previous and NextHello,
currently there’re no specific ids for those links but you can style them with the following tweak:.hc-app-container .hc-col-1-2 > a.hc-align-center { border: #ccc 1px solid; padding: .5em 1em }
- This reply was modified 2 months ago by plainware.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Reminders Are The Wrong Period?Hello,
thank you for your feedback! I’m afraid this might be a confusion. These email subjects are configurable. The weekly notifications are always for the next week regarding the reference date. And the default email subject reads “Next Week Shifts: {DATELABEL}” where {DATELABEL} is replaced with the actual dates like “13 – 19 Oct 2024”. So this “Your Castings THIS WEEK” is a custom label that was set in ShiftController, Administration, Reminders, Edit Templates. You can probably replace “THIS WEEK” to “for the following week:” or remove it altogether to avoid confusion.Forum: Plugins
In reply to: [Locatoraid Store Locator] Something is wrong with the distanceHello,
thank you for your feedback. Our plugin calculates the mathematical distance as a direct line between two points, while the Google maps provide you with the distance on the automobile or pedestrian roads. The latter is certainly longer. Why we don’t calculate the real distance along the roads? We do this for speed – a search request may return hundreds of results. It may take a second to calculate the road distance from A to B, but it’ll have a significant delay if we have multiple results. It will also require more API requests from your site to the Google Maps that will result in higher expenses.So, to sum it up: if we need to get the exact distance along the roads, we should ask the Google maps to build the route between the point A (the search request) to points B1, B2, B3 … B100 … B1000 etc (our locations from the locator database). So we would need to send 100s of API requests to the Google Maps on this one locator request which will take time and money. With the current mathematical approach, we simply ask the Google Maps about the geo coordinates of the point A, then we calculate the mathematical distance between these coordinates of the point A, and the coordinates of our locations B1, B2 … which are already known since you already geocoded them. It’s a simple and quick function. Although its result is shorter than the real car trip, it still allows to rank the results by distance less or more close to reality.
I hope it helps!
Forum: Reviews
In reply to: [ShiftController Employee Shift Scheduling] Unusable vero slowHello,
in version 4.6.60 we’ve implemented a few optimization changes that reduced the number of database queries, I hope it’ll help.Forum: Reviews
In reply to: [ShiftController Employee Shift Scheduling] Too too slowHello,
in version 4.6.60 we’ve implemented a few optimization changes that reduced the number of database queries, I hope it’ll help.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Too too slowHello,
in version 4.6.60 we’ve implemented a few optimization changes that reduced the number of database queries, I hope it’ll help.Forum: Reviews
In reply to: [ShiftController Employee Shift Scheduling] Unusable vero slowThank you very much for your feedback! I’m really sorry for the issue. With the current version there can be speed issues if there are a LOT of calendars, like more than 50. For the moment we can only suggest to reorganize the structure of the data, perhaps merge several calendars into one.
Forum: Reviews
In reply to: [ShiftController Employee Shift Scheduling] Too too slowThank you very much for your feedback! I’m really sorry for the issue. With the current version there can be speed issues if there are a LOT of calendars, like more than 50. For the moment we can only suggest to reorganize the structure of the data, perhaps merge several calendars into one.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Google API key not workingCiao,
I’m sorry for not replying sooner. Currently your web page has the following error:Google Maps JavaScript API error: BillingNotEnabledMapError
That means that you need to provide your billing details (a creadit card or something) at Google Console control panel (where you configured the Maps API key). They provide $200 USD free credit each month that is enough for most small and medium websites, but anyway still require the billing details. This error isn’t related specifically to our plugin, any application dealing with Google Maps requires the same configuration.
Forum: Plugins
In reply to: [Plain Tracker] Plugin IntegrationHello,
thank you very much for your feedback, I’m really sorry for not replying sooner. At the moment those do not integrate with each other, but integration development is in the nearest plans! Most probably, it will be possible to use shifts from ShiftController as templates for time cards. Also we plan clock-in/out functionality for Plain Tracker, and probably it could also connect with ShiftController somehow.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Edit Columns in frontendHello Dominik,
thank you for your feedback! I’m not sure if I completely understood your question. Do you mean to make the day columns wider? By default, our schedule view extends to the full width it has, so it greatly depends on your current theme. You can probably adjust your theme settings so on this particular page the content is 100% wide rather than taking a fraction of the available width.
Or alternatively you can switch to the list view so all the shift information will be completely visible almost in any front end design.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Reminders for Time OffHello,
thank you for your feedback! We’ve published a new version update 4.9.40 where we added an option to choose if you need to send reminders for shifts, time off or both. Configure it in ShiftController, Administration, Reminders.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] hide employee front endHello, thanks, we’ve fixed the download.
Hello,
I’m sorry at the moment it’s not possible. A user is either an administrator, who can have access to everything, or a manager who can manage shifts in certain calendars, but can’t create new employees or shift types.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Create Shiftcontroller AdminHello,
I’m sorry for not replying sooner.All admins of the site automatically get admin rights in ShiftController too. We also add the “ShiftController Administrator” role to WordPress so if you assign this role to a user, they will have admin rights in ShiftController, but no admin rights to other parts/plugins of the website.
So, for your case, assigning dual role: WordPress Admin and ShiftController Admin doesn’t make sense, the WordPress admin is already an administrator in ShiftController.