hitcode
Forum Replies Created
-
Hello,
thank you for your feedback. I’m sorry currently it would not be easy because the code displaying each shift is a sort of a box that is not aware of other shifts at the same time.In the next major update that we are developing (and will release within a few months) there’s an option to group shifts by time, so first it will display the time header like 6:00pm-1:00am, then list all shift (employees names) below it, hope it will work better for you.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Center map?Hello Matt,
could you please give me the link to your install to check it out?Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Translation – WeekdaysHello,
sorry at the moment they are not translatable, we’re working on this. For the moment, would you mind switching to a data format that doesn’t employ text for month names, for example 03/04/2015
It can be done in Configuration > Settings > Date FormatForum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] 500 Internal ErrorHello,
we’ll need a temporary WP admin account and FTP access to try to resolve this. Please contact us through the contact form on our website.Hello,
I’m afraid 2 shortcodes will not work properly on the same pageForum: Plugins
In reply to: [Locatoraid Store Locator] Select country in frontendHello,
it will appear if you have at least 2 different countries in the addresses of your locations.Forum: Plugins
In reply to: [Locatoraid Store Locator] Visual ComposerHello,
could you please give me the URL of the front end page?Hello,
yes currently our plugin will only work on the page with our shortcode – during the WP init we catch if the page has the shortcode, then we invoke some init code, enqueue scripts and styles, all this is required for the plugin to work, and it can be done only during WP init, the widgets and templates are coming too late for that.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Email NotificationsHello,
I’m sorry it must be a confusion, it’s true at the moment the open shifts are not being sent to all employees. A notification is sent only when an employee is assigned to the shift. So far we don’t have this “here are the currently open shifts” type of notification.Forum: Plugins
In reply to: [Locatoraid Store Locator] Something is wrong with the distances…Hello,
our plugin calculates the distance as a straight line between two points (98 km), but when you click the Directions button, the Google Maps algorithm tries to find a way by roads so it turns out to be longer (117 km) rather than straight line.Forum: Plugins
In reply to: [Locatoraid Store Locator] tags disappear when [locatoraid] shortcode usedHello,
yes we had to do this, by the way the <p> tags are removed on the page with our shortcode only, other pages are supposed to be unaffected. We need that option because quite often many clients have to add JavaScript and CSS to adjust the view and behavior. If you don’t need this, please edit this file:application/libraries/locatoraid_base.php
Remove or comment out the line 291:
add_filter('the_content', array($this, 'strip_p'), 1000);Hello Aaron,
sorry at the moment the do_shortcode() will not work with our plugin because it should do some stuff during wp init, i.e. enqueue scripts and styles, process cookies etc, while to my knowledge the do_shortcode() function comes just too late for this.Hello,
you would need to embrace it with underscores, i.e. _current_user_id_[shiftcontroller staff=”_current_user_id_”]
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Staff idHello,
yes sorry it’s a bug with multiple staff ids supplied, it’s resolved in 2.4.0 version.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Disable swap option.Hello,
there’s a setting in Configuration > Settings: Staff Can Pick Up Free Shifts. If set to Off, then the employees will not be able to pick up free shifts, i.e. no trade option too.