hitcode
Forum Replies Created
-
Hello,
are you referring to ShiftController version 3. As in the current version 4 we don’t yet have any shortcode parameters (plan to reintroduce them in on the future updates). If for version 3, you can try to omit the “route” part at all, so it would look like this:
shiftcontroller range="7 days" location="2"]Forum: Plugins
In reply to: [Locatoraid Store Locator] Clickable phone number for mobileHi,
so far I can’t find a way to make the list come up on a mobile, but we can hide the map. Please make use of this CSS code, add it either to Additional CSS of your theme configuration, or paste it directly to the page content with Locatoraid shortcode (wrapped by <style> </style> tags):@media (max-width: 48em) { #hclc_map { position: absolute; visibility: hidden; } }Forum: Plugins
In reply to: [Locatoraid Store Locator] JSOn and parsing errorok marking it as resolved
Forum: Plugins
In reply to: [Locatoraid Store Locator] Clickable phone number for mobileHi,
you may edit the template that is used to display search results.Go to Locatoraid, Configuration, Details In List, click Switch To Advanced Mode.
Find the code where it renders the phone number and change this default code:{{=phone}}to something like this:
<a href="tel:{{=phone}}">{{=phone}}</a>To make it visible for mobile devices only, here’s the code that should work:
<div class="hc-xs-hide"> {{=phone}} </div> <div class="hc-lg-hide"> <a href="tel:{{=phone}}">{{=phone}}</a> </div>The first line will be displayed for computers, the second line will be visible for mobile devices only.
This will define the view for the results in the list. For the map display edit this template:
Locatoraid, Configuration, Details On Map, click Switch To Advanced Mode.
Forum: Plugins
In reply to: [Locatoraid Store Locator] JSOn and parsing errorHi,
did the update fix the error?
Thanks!Forum: Plugins
In reply to: [Locatoraid Store Locator] JSOn and parsing errorHi,
please try updating to the latest 3.4.4 version, we’ve added a fix that should help.Forum: Plugins
In reply to: [Locatoraid Store Locator] Not all Locations are shown on mapHello,
this might be related to the “limit” shortcode parameter. By default it’s set to 100 so it will show not more than 100 of matching locations. Please try setting it to a bigger value, like 500:[locatoraid limit=”500″]
Hi,
email notifications can be configured per calendar, in Administration, Calendars, Notifications. You can enable/disable various kinds of notifications, as well as edit their templates.As for reminders, so far they’re not yet implemented. As a workaround for the moment, you can make use the Administration, Upcoming Shifts Feed, it outputs the upcoming shifts in the CSV format so you can perhaps make your own reminder plugin or service, or feed it into some other application or service.
Did you enable this other shift type for the calendar too? In Administration, Calendars, Shift Types
- This reply was modified 8 years ago by hitcode.
Hello,
what’s ShiftController version? As we had this issue when a calendar had one shift type (custom time), but it’s supposed to be resolved in 4.1.0Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Holidays(ferie) less than 2 days.Hi,
there are a couple of ways to achieve this. First is to create another shift type: go to Administration, Shift Types, Add New (Hours) and create a whole day shift type (i.e. from 12:00am to 12:00am. Then assign this shift type to your holidays calendar.Or you can enable the “Custom Time” shift type for you holidays calendar, you will be able to create short holidays up to 1 day.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Other AdministratorYes, the new v4 adds a new role to WordPress, ShiftController Administrator, so you can add someone who can full control over shifts, but has no admin rights on WordPress itself.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Buy version 3.2.4!?Hello,
as of version 4.0.7, we’ve re-added the description field for calendars. If the description for a calendar is entered, it’s displayed in the shift detailed view in the calendar.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Missing Shortcode ExampleHello,
at the moment there are no shortcode parameters yet, we’ll re-add them soon.The users are not imported from WordPress now. You create “employees” entities. Then, if you want, you can link an employee with a WordPress user account, so this WordPress user will be notified of shifts, and can login and manage their shifts. But if you don’t need that, you can just manage shifts without WordPress users.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Buy version 3.2.4!?Hello,
please order the current version, and we’ll send you the old version too.By the way, calendars in the new version is a direct replacement of locations in the old one. So if you have many locations, you would just create calendars per each location. Just as you would do with v3. I don’t see any benefits of v3 here. And the new version adds a benefit – you can associate a limited set of employees with a location (calendar), and in the schedule view if you filter by calendar, it will show you only the employees that are eligible to work in this location (calendar).