Title: hitcode's Replies - page 4 | WordPress.org

---

# hitcode

  [  ](https://wordpress.org/support/users/hitcode/)

 *   [Profile](https://wordpress.org/support/users/hitcode/)
 *   [Topics Started](https://wordpress.org/support/users/hitcode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hitcode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hitcode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hitcode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hitcode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hitcode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 331 total)

[←](https://wordpress.org/support/users/hitcode/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/hitcode/replies/?output_format=md) [2](https://wordpress.org/support/users/hitcode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hitcode/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/hitcode/replies/page/5/?output_format=md)…
[21](https://wordpress.org/support/users/hitcode/replies/page/21/?output_format=md)
[22](https://wordpress.org/support/users/hitcode/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/hitcode/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/hitcode/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Shortcode to show shifts for location for not logged in user](https://wordpress.org/support/topic/shortcode-to-show-shifts-for-location-for-not-logged-in-user/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/shortcode-to-show-shifts-for-location-for-not-logged-in-user/#post-10323760)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Clickable phone number for mobile](https://wordpress.org/support/topic/clickable-phone-number-for-mobile-2/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/clickable-phone-number-for-mobile-2/#post-10306825)
 * Hi,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] JSOn and parsing error](https://wordpress.org/support/topic/json-and-parsing-error/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/json-and-parsing-error/#post-10298460)
 * ok marking it as resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Clickable phone number for mobile](https://wordpress.org/support/topic/clickable-phone-number-for-mobile-2/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/clickable-phone-number-for-mobile-2/#post-10298454)
 * Hi,
    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.
    -  This reply was modified 7 years, 11 months ago by [hitcode](https://wordpress.org/support/users/hitcode/).
    -  This reply was modified 7 years, 11 months ago by [hitcode](https://wordpress.org/support/users/hitcode/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] JSOn and parsing error](https://wordpress.org/support/topic/json-and-parsing-error/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/json-and-parsing-error/#post-10286320)
 * Hi,
    did the update fix the error? Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] JSOn and parsing error](https://wordpress.org/support/topic/json-and-parsing-error/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/json-and-parsing-error/#post-10282416)
 * Hi,
    please try updating to the latest 3.4.4 version, we’ve added a fix that 
   should help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Locatoraid Store Locator] Not all Locations are shown on map](https://wordpress.org/support/topic/not-all-locations-are-shown-on-map/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/not-all-locations-are-shown-on-map/#post-10235356)
 * Hello,
    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″]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Error 500 when creating new schedule](https://wordpress.org/support/topic/error-500-when-creating-new-schedule/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/error-500-when-creating-new-schedule/#post-10221057)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Error 500 when creating new schedule](https://wordpress.org/support/topic/error-500-when-creating-new-schedule/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/error-500-when-creating-new-schedule/#post-10220223)
 * 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](https://wordpress.org/support/users/hitcode/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Error 500 when creating new schedule](https://wordpress.org/support/topic/error-500-when-creating-new-schedule/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/error-500-when-creating-new-schedule/#post-10219986)
 * 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.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Holidays(ferie) less than 2 days.](https://wordpress.org/support/topic/holidaysferie-less-than-2-days/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/holidaysferie-less-than-2-days/#post-10203279)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Other Administrator](https://wordpress.org/support/topic/other-administrator/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/other-administrator/#post-10191307)
 * Yes, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Buy version 3.2.4!?](https://wordpress.org/support/topic/buy-version-3-2-4/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/buy-version-3-2-4/#post-10191301)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Missing Shortcode Example](https://wordpress.org/support/topic/missing-shortcode-example/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/missing-shortcode-example/#post-10184930)
 * Hello,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftController Employee Shift Scheduling] Buy version 3.2.4!?](https://wordpress.org/support/topic/buy-version-3-2-4/)
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [8 years ago](https://wordpress.org/support/topic/buy-version-3-2-4/#post-10184924)
 * 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).

Viewing 15 replies - 46 through 60 (of 331 total)

[←](https://wordpress.org/support/users/hitcode/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/hitcode/replies/?output_format=md) [2](https://wordpress.org/support/users/hitcode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hitcode/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/hitcode/replies/page/5/?output_format=md)…
[21](https://wordpress.org/support/users/hitcode/replies/page/21/?output_format=md)
[22](https://wordpress.org/support/users/hitcode/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/hitcode/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/hitcode/replies/page/5/?output_format=md)