hitcode
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] 404 error on previewHello,
yes sorry it’s currently a bug, because the URL of that preview does not follow the permalink structure. We’ll be trying to resolve the issue soon.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Export to google agenda with name ?Hello,
we’ve added this option in the latest 6.2.7 update, in the Sync page you can define which field will be used for the summary in the iCal output.Forum: Plugins
In reply to: [Locatoraid Store Locator] Conflict with Google Maps pluginHello,
could you please trying to upgrade to version 2.4.6, we’ve encountered a similar problem with a double Google maps JavaScript file loading, and it was resolved with that update.Hello,
sorry for not replying sooner. Yes it was a small bug, it’s resolved in version 2.3.9 now. Thank you very much for your feedback.Forum: Plugins
In reply to: [Locatoraid Store Locator] Dropdown PreselectionHello,
currently we don’t have a dropdown for the city, but you can enter the cities as “products”, then this dropdown will appear (it’s available in the Pro version). Then there is a setting in Configuration > Settings: Start With Default Locations Listing. If set to No, then the map and the listing will not appear by default, waiting for the customer search or selecting a dropdown. After something from a dropdown is selected, then the map and the results appear.Forum: Plugins
In reply to: [Locatoraid Store Locator] Conflict with Google Maps pluginHello,
could you please give me the URL of your front end with Locatoraid, there might be some sort of a conflict.Forum: Plugins
In reply to: [Locatoraid Store Locator] Search button not workingHello,
sorry for not replying sooner, could you please give me the URL of your front end page, we’ll try to check it out, there might be some sort of a conflict.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] SMTP Error: Could not connect to SMTP host.Hello,
did you try it without the SMTP settings, it most cases it does help as the PHP itself figures out how to send email.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Front End View – Monthly DisplayHello,
could you please configure the shortcode or add shifts so it will display at least one shift at that page http://perfect.jmesservey.com/shifts/?/wallCurrently it shows none so I can’t check it out if there’s a problem with the date header.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Front End View – Monthly DisplayHello, it’s supposed to display the date above the shifts. Doesn’t it show it on your install? Could you please give me the address of the front end page?
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Staff idHello,
this option (with commas) should work:[shiftcontroller staff="1,2,3"]Also you can automatically show the shifts of the current user:
[shiftcontroller staff="_current_user_id_"]Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Email notificationsHello,
it tries to send emails by the built in PHP functions that should work in most cases. For a closer look, it’s required to have an FTP access to your site to find the reason for this issue.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Front End View – Monthly DisplayHello,
we’re reviewing options to include the calendar view in the front end too. A few versions back we did have this but it gave too much troubles with various themes on the front end so we decided to revert back to a simple list that works almost everywhere.Hello Olaf,
by the way, did you want to display the shifts of the currently logged in user? If yes, then we have an undocumented 🙂 feature: you can supply the ‘_current_user_id_’ for the ‘staff’ shortcode parameter and it will translate it to the current user:[shiftcontroller staff="_current_user_id_"]Regarding localization, internally it’s already there but it it’s not in the WP way, you will need to translate a language file: create a new subfolder for your language here:
shiftcontroller/application/language
then copy the app_lang.php language file from the English subfolder, then translate it. Then you will need to edit this file:
shiftcontroller/happ/application/config/config.php
on line 137 change the language:
$config['language'] = 'dutch';Please note that this changes will be overwritten by automatic updates so it’ll be required to keep a backup somehow. We also plan to add localization options that can be manages through the admin control panel.
Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] EditsHello Andreas,
thank you very much for your feedback. The option to add, update and delete locations and providers (bookable resources) comes with the Salon Pro version only.