hitcode
Forum Replies Created
-
Forum: Plugins
In reply to: [Locatoraid Store Locator] Database Error and PHP ErrorHello,
I’m sorry for the issue, thank you very much for your detailed feedback. We would love to troubleshoot the issue, but we would need a temporary FTP access to the wp-content/plugins/locatoraid directory. If it’s acceptable for you, please let me know and send the info through our contact form http://www.locatoraid.com/contact/Forum: Plugins
In reply to: [Locatoraid Store Locator] Do not see resultsPlease give me the url of the front end page, we’ll try to figure it out.
Regarding translation, sure Poedit is going to work if you upload the translation to one of the standard directories WordPress uses for translation files. Or you could use the Loco Translate plugin or similar.
- This reply was modified 9 years ago by hitcode.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Do not see resultsHello,
regarding the error, it can be either the API key is incorrect, or you might already have another plugin that loads the Google maps API file without the key. Our plugin checks if the Google maps file is already loaded, and if it is, it doesn’t load it again, so the API key configuration in out plugin has no effect.Regarding translation, it’s translated just as any other plugin, we have the .pot file supplied and it can be translated with Poedit, or plugins like Loco Translate for example.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Links “do follow” or “no follow”yes, the locations details are not indexed at the moment
Forum: Plugins
In reply to: [Locatoraid Store Locator] What does this mean?Hi,
sorry for the issue, it was an outdated parameter used by an older version of our plugin, it’s resolved in the latest version update.Forum: Plugins
In reply to: [Locatoraid Store Locator] PHP 5.6 and 7Hi,
I’m sorry for a delayed reply. We’ve just released a new 3.0 major update that is fully compatible with PHP 5.6 and 7.Forum: Plugins
In reply to: [Locatoraid Store Locator] Links “do follow” or “no follow”Hi,
sorry for not replying sooner. The links are without the no follow attribute, but since they are dynamically generated with JavaScript, it should not pose an issue as they are not indexed.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal function went down on 3.1.9Hello,
sorry for a delayed reply. The problem seemed to appear on certain devices only so it was quite a difficult to track. We’ve added a change in 3.2.0 which is supposed to fix it.Forum: Plugins
In reply to: [Z Schedule Manager - Recurring Classes Schedule] Happening NowHi,
sorry for not replying sooner. In the latest 1.0.3 version update we’ve added the “Now” option in the range selector. Also it can be now controlled through the shortcode parameters so you can use it like this:
[z-schedule-manager range=”now”]We’ve added the help page (“Publish”) in the admin about the shortcode attributes.
Forum: Plugins
In reply to: [Locatoraid Store Locator] How to change the default zoom level?Hello,
sorry for not replying sooner. I’m afraid currently it could not be directly manipulated, the zoom is set automatically to show all matching locations. You could try to increase the search radius setting so it will match more locations and so the map zoom will adjust accordingly.Forum: Plugins
In reply to: [Locatoraid Store Locator] The plugin will not let you put an apostropheHello,
where do you mean to enter an apostrophe to? To a location name?Forum: Plugins
In reply to: [Locatoraid Store Locator] example of import csv file – Anyone Can Help HereHello,
sorry for not replying sooner. You can fist download (import) the file with your current locations and use it as a starting point, add your new locations in the same format as those already present, then import the file back to the plugin.Forum: Plugins
In reply to: [Locatoraid Store Locator] Geocode error: request deniedHello,
could you please try to remove any referrer restriction for this key if you have any, and check if it helps.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] 404 Page Not FoundHi,
sorry for not replying sooner, would you mind giving me a temporary WP admin access to your site, we’ll try to promptly resolve the issue. Please contact us at http://www.shiftcontroller.com/contact/Forum: Plugins
In reply to: [Locatoraid Store Locator] Search box is bulletedHello,
sorry for not replying sooner. Please add this code to the content of the page with Locatoraid shortcode:<style> .hc ul li { list-style-type: none; } </style>