hitcode
Forum Replies Created
-
Forum: Plugins
In reply to: [Locatoraid Store Locator] Same location, different storeHello,
no I’m afraid we could not develop a custom feature for this at the moment.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Disallowed Key CharactersHi,
sorry for the issue. It seems like it may depend on your WordPress config and other plugins. Is it an option for me to get a temporary WP admin access to your site? Please send it to http://www.shiftcontroller.com/contact/Forum: Plugins
In reply to: [Locatoraid Store Locator] Translate/LocalizeHi,
at the moment we don’t employ the .po/.mo system for localization. Although, the front end can be fully translated or customized through the admin control panel in Locatoraid > Configuration > Settings, in the “Customize or Translate Front End Text” section. And these changes will not be erased after updates.Forum: Plugins
In reply to: [Locatoraid Store Locator] Seems brokenHello,
sorry for not replying sooner. Is there a chance for us to get temporary WP admin access to your site, we’ll try to promptly resolve the issue. Please send it through http://www.locatoraid.com/contact/Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Update broke PluginHello,
sorry for the issue, we’ve fixed it at your site.Yes, with the “copy to date” it was a bug, it’s now resolved in 3.1.2
Hi Daniel,
hmm it’s strange, the copy function is not supposed to delete any shifts, it only creates new ones. Might it be a confusion here? Are you sure that the existing shifts in the week that is copied to are deleted?Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Report PrintingHi,
what do you mean by “clustered”? Would you mind giving me a temporary WP admin access to your site so we could check it out. Please send it through http://www.shiftcontroller.com/contact/Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] no emails being sent outHello,
are those shifts “Active”? As no email is sent on Draft shifts. If they are active, do you receive other emails from your WordPress? If yes, would you please consider giving me a temporary WP admin access to your site, please send it through http://www.shiftcontroller.com/contact/ it will greatly help to resolve the issue.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Staff names blocked by imageHello,
please adjust the corrective CSS code that we used in the previous message so the final code will look like this:<style> #nts ul>li { overflow-x: visible; overflow-y: visible; display: inherit; } #nts ul>li:before { content:''; display: inherit; padding: 0; margin: 0; } #nts i.fa{ width: auto; } #nts i.fa>img { margin: 0 0.25em 0 0; } </style>Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Can't Add Shiftscould you please try to turn debug on by changing the wp-config.php and setting
define('WP_DEBUG', true);Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] report by user stop workinghmm, it didn’t help much 🙁 Is there an option for you to set it up somewhere online so we could check it out?
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Can't Add ShiftsHi,
one of the reasons might be that the plugin runs out of memory. Could you please try to increase the memory allocation as described here:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPTry extending it to 128M for example.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Cannot remove scroll barsHello,
could you please edit the content of the page with ShiftController shortcode and add this code there, it will resolve the issue:<style> #nts ul>li { overflow-x: visible; overflow-y: visible; display: inherit; } #nts ul>li:before { content:''; display: inherit; padding: 0; margin: 0; } </style>It will also resolve the other issue with elements spacing.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Web page spacingsHello,
my apologies for a delayed reply. Could you please edit the content of the page with ShiftController shortcode and add this code there, it will resolve the issue:<style> #nts ul>li { overflow-x: visible; overflow-y: visible; display: inherit; } #nts ul>li:before { content:''; display: inherit; padding: 0; margin: 0; } </style>It will also resolve the other issue with scrollbars.