hitcode
Forum Replies Created
-
Hello,
could you please give me a temporary WP admin access, we’ll try to promptly resolve the issue. Please send it through
http://www.shiftcontroller.com/contact/Forum: Plugins
In reply to: [Locatoraid Store Locator] Details Not Appearing on MapHello,
would you mind giving me a temporary WP admin access, we’ll try to promptly resolve the issue. Please send the details through
http://www.locatoraid.com/contact/Forum: Plugins
In reply to: [Locatoraid Store Locator] Details Not Appearing on MapHi,
please don’t remove the line completely, remove just the stating two characters “//”, the line should remain there like this:define('LPR_NO_LOAD_GOOGLEMAPS', 1);Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal Sync | DescriptionHi Daniel,
yes we’ve got this in the development plan, hope to get it done within weeks. It will be a bit more complicated that this code because the comments option is packaged as a module which might be missing on a certain install (as it is with free versions).Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal Sync | Field ReadonlyHello,
in 3.0.7 we’ve added a button with the link to webcal:// that I think will be a good option for IPhonesForum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal SyncHello,
in 3.0.7 we’ve added a button with the link to webcal://, hope it resolves the issue.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] The newer version 3.06 is slowerHello,
please try the latest 3.0.7 version, we’ve implemented a change that should improve the speed of Ajax calls (when the spinning circle appears).Forum: Plugins
In reply to: [Locatoraid Store Locator] Show specific stores based on typeHi,
I’m afraid currently it could not be overcome at the moment. We’ll consider to add an option to move such custom files in their own plugin directory (at the moment it will not work because it needs correct plugin url to load css and javascript).Forum: Plugins
In reply to: [Locatoraid Store Locator] Details Not Appearing on MapHello,
another option is to disable loading the Google maps api file from our plugin. So it will hope that you load it by another plugin or the theme. To do so, please edit our locatoraid.php file and uncomment (remove the starting //) the line 20 where it defines the LPR_NO_LOAD_GOOGLEMAPS constant), like this:define('LPR_NO_LOAD_GOOGLEMAPS', 1);It’s a little hackish, but it will work for the moment. Also make sure that you reapply this tweak after automatic updates because it will get overwritten.
We’ll consider adding a setting in our options page for it in one of the nearest updates as it seems like a frequent case
Forum: Plugins
In reply to: [Locatoraid Store Locator] Show specific stores based on typeHello,
one of the options is to make use of the “products in listings” feature of the Pro version, or set up another instance of Locatoraid as discussed in the neighbor topic.Forum: Plugins
In reply to: [Locatoraid Store Locator] Details Not Appearing on MapHello,
sorry for not replying sooner. The problem here is that the Google maps script file is included twice on the same page, one is from our plugin, and another one most probably is loaded by your theme. I think it could be resolved if you can change the theme not to load Google maps API file on that page with our plugin.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Disable automatic scroll on page?Hello,
do you mean the automatic scroll to the shifts calendar when a page is loaded? You can currently disable it with a bit of JavaScript code in the content of the page with ShiftController shortcode:<script> nts_no_scroll = 1; </script>Hello,
I’m sorry at the moment it’s not compatible with SQLite, we’ll try to consider this option for one of the future updates.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] The newer version 3.06 is slowerHello,
is it slower 3.0.6 vs 3.0.5 or 3.0.6 vs 2.3?Forum: Plugins
In reply to: [Locatoraid Store Locator] Details Not Appearing on MapHello,
would you mind giving me the link to the front end page (the one with Locatoraid shortcode)? There might be a conflict with some other plugin or your theme, most probably the Google maps API file is being loaded several times.