With PHP 8.3 I see a couple of deprecated errors in the log. Can you please have a look at that?
Deprecated: Creation of dynamic property AgileStoreLocator\Plugin::$plugin_admin is deprecated in /.../wp-content/plugins/agile-store-locator/includes/plugin.php on line 85
Deprecated: Creation of dynamic property AgileStoreLocator\Frontend\App::$script_name is deprecated in /.../wp-content/plugins/agile-store-locator/includes/frontend/app.php on line 62
Deprecated: Creation of dynamic property AgileStoreLocator\Plugin::$plugin_public is deprecated in /.../wp-content/plugins/agile-store-locator/includes/plugin.php on line 88
Deprecated: Creation of dynamic property AgileStoreLocator\Plugin::$public_request is deprecated in /.../wp-content/plugins/agile-store-locator/includes/plugin.php on line 91
]]>
Hi Team,
I need assistance with adjusting the map feature on our platform. Specifically, I want to hide the location listing on the map and instead display the map only after a search is performed, using the template 0.
Could you please help me with this?
]]>Hello.
These strings use the?esc_attr()?function and is not translated:
Thanks.
]]>Hi, as you can see in the link of the page above, if i search for example “Porto”, i will give me the 3 stores in porto. That is correct, but after i want to search “Lisbon”, how is it supposed for the user to perform the search this second time?
My ideia was to create a button that would trigger the popup again.
jQuery(document).ready(function ($) {
$('#search_store_locator').click(function(){
$('.asl-geolocation-agile-modal').css('display', 'block');
});
});
I have not been able to solve this, if there is an already defined way to do it?
If not that is my suggestion for a future update.
]]>I’m using this plugin, with WPML, but the plugin is not loading the stores,
GET/wp-admin/admin-ajax.php?action=asl_load_stores&nonce=401e7e2166&lang=&load_all=1&layout=1 500 (Internal Server Error) jquery.min.js?ver=3.7.1:2
above there is the error, when i access
/wp-admin/admin-ajax.php?action=asl_load_stores&nonce=401e7e2166&lang=&load_all=1&layout=1 it throws the 500 error
This page isn’t working is currently unable to handle this request.
HTTP ERROR 500
if i change the url and add content to the lang parameter, for example:
/wp-admin/admin-ajax.php?action=asl_load_stores&nonce=401e7e2166&lang=en&load_all=1&layout=1
this will return the stores data
here are some examples i have tryed to solve this issue but none work:
[ASL_STORELOCATOR lang=”EN”], [ASL_STORELOCATOR lang=”en_GB”],
function custom_asl_storelocator_shortcode_with_wpml()
{
$current_lang = apply_filters('wpml_current_language', null);
if ($current_lang == 'es') {
$current_lang = 'es';
} elseif ($current_lang == 'en') {
$current_lang = 'en';
} else {
$current_lang = 'pt-pt';
}
return do_shortcode('[ASL_STORELOCATOR lang="' . esc_attr($current_lang) . '"]');
}
add_shortcode('custom_storelocator', 'custom_asl_storelocator_shortcode_with_wpml');
]]>
Hi,
I am using WPSL in multiple sites. I am having one weird issue with one of the website that I shared above. The store locator page(my shops page where I am showing the shops) is not loading in iPhone only. It works fine in android and Desktop also the mobile view of deesktop but not working in iPhone. Page is getting crashed. Nit sure whats the problem. Can someone please help me. And it was working fine from long time
]]>PHP Notice: Undefined property: stdClass::$country in /nas/content/live/kingsmeadprod/wp-content/plugins/agile-store-locator/includes/frontend/request.php on line 332, referer: https://www.kingsmeadcarpets.co.uk/find-a-retailer/
]]>Hi,
When I activate the Query Monitor Plugin, Agile Store Locator does not work https://snipboard.io/uoP92i.jpg
Thanks.
]]>When “Store Locator WordPress” is enabled, we are unable to add or modify form fields in “Gravity Forms”.
Disabling “Store Locator WordPress” allows “Gravity Forms” to function normally.
This seems like a possible conflict. Do you have any suggestions or verification of this issue?
]]>Hello,
I hope you’re having a good day!
I just noticed that when I use an iOS device to open the demo page, it’s not working at all. Could you please verify this?
Thank you!
]]>I was trying to apply a custom style to my map and it wouldn’t work. It was displaying the default google map style.
I found the faulty line in the code. It’s in the file: /agile-store-locator/includes/frontend/app.php at line 1527. The first value in the get_setting function should be ‘map’.
Once the value is changed, the custom style appear correctly.
I currently have the free version (1.4.20)
]]>Hi!
I would just like to know if the plugin works with custom post_type and generates a custom post for each item or not ?
Thanks in advance
Hi,
I am using “Store Locator WordPress” and that is working in the given url (https://www.wisconsinbly.com/store-locator/) but I want to use the store locator plugin with third-party API (https://finder.vtinfo.com/finder/web/v2/iframe?custID=Q7Z&theme=bs-flatly&geolocate=N) this api contains our purchased custID and you can check by using this link with enter of pincode (53212). So we want to integrate this API with the plugin “store locator” but currently, there is no option to integrate third party API with store locator plugin. Is the integration of third-party API is available in pro version of plugin or is there anything else we need to do. Can you please give attention to this. Because we need API integration with the “store locator” plugin very urgently.
Thankyou
]]>After updating to the latest version of this plugin, I am getting this warning as text on the page where I have the store locator.
This is the complete warning
Warning: Undefined array key “advanced_marker” in?/home/customer/www/nuboard.com.pk/public_html/wp-content/plugins/agile-store-locator/includes/helper.php?on line?1923
Search Location
I am using shortcode [ASL_STORELOCATOR] to show on the site.
I’ve tried a few basic troubleshooting steps like clearing my browser cache, but that didn’t resolve the issue. I also updated the plugins.
I’d greatly appreciate any suggestions or solutions to resolve this issue.
Thank you in advance for your assistance!
]]>When activated, Store Locator WordPress breaks the form edit screen in Gravity Forms. If this plugin is active, when editing a Gravity From the right side panel becomes non functional. Disabling “Store Locator WordPress” returns Gravity Forms edit screen to normal operation.
]]>We are using Agile Store Locator for one of our Bank clients on [ redundant link removed ] for listing their branch network. However, at present, the locator can only search by location. What we want to do is also search by keywords. That is keywords found within the name of each store or branch. For example, if we type “cloth” then all the bank branches with cloth in their branch name should be listed on the list below, and also displayed on the map.
Can anyone help with this?
I noticed a unicode encoding issue in the tooltip when hovering over a store. I request your support in this matter.
screenshot: https://ibb.co/R2z20Mc
]]>How to show the web page field in the search. Although I have the check marked so that the web page field is displayed, it cannot be seen.
]]>Hello!
I’m trying to edit a website that wasn’t originally created by me, and I noticed that when I edit the settings and choose ‘Save Settings,’ nothing happens. There’s no error or anything, and the settings don’t change.
I temporarily deactivated the plugin and reactivated it, but it didn’t help. What could I do?”
]]>Hi, our site just won’t save the Server Key (geocoding). It accepts the Google API KEY, but not the next one. When saving it says “Setting has been Updated Successfully” but after refresh the api is gone. Any idea why?
]]>Hello,
I import stores by uploading a CSV file. First, I delete all current stores. Then I import the new CSV and eventually I click on “Fetch Missing Coordinates” to fill missing coordinates.
Everything looks fine, but after a while the stores duplicate, and I have to manually delete (half of) them. As we have almost 1000 stores, it’s quite annoying.
I don’t really understand why this happens and how to avoid it.
]]>
Hi!
First of all, I congratulate you for such a useful plugin. It’s awesome.
But I wanted to ask you a question. Is it possible to add the action so that when clicking on the “address” buttons (in the example website: Cómo llegar) so that when clicked an automatic displacement to the map section is generated? (especially in mobile version)
Thanks in advance!
]]>Hi. It appears that the plugin overrides the default theme fonts that WordPress uses. When I look at the Sore Locator at the bottom of my page, the fields are almost unreadable. Do I need to use custom CSS to fix this? If yes, why is it poor quality by default?
]]>Hi,
I just bought the premium version of your plugin and I am satisfied for the moment.
However, I have a problem, I can’t translate “enter your address” and “Use Location” into English
]]>Hello,
some time ago I received an email by Google telling that my API key was publicly accessible, and that I should at least add restrictions to it.
I did so, and limited the API key to my domain only. But this restriction prevents the functionality of the “Fetch missing coordinates” button in the Agile Store Locator plugin.
Should I just temporarily remove the restrictions before using the plugin? Or is there another solution?
]]>Hello, I have a brand page and the locator page of our stores. I would like to place a hyperlink on the brand page that redirects me to the store locator page based on the chosen brand, is it possible to do this automatic filter?
]]>Hi,
This is Aamir Anwar.
I want to report you guys about a problem that, the maps are not loading on the mobile screens.
Please check it and resolve it.
Thanks
Hi there,
I’m having an issue with the plugin loading the stores and map on the front-end. I just noticed it today after it’s been working fine for a long time. I haven’t made any major changes to the site either.
A couple things I tried:
Any suggestions you might have?
Thank you!
]]>Hi,
Stores are not appearing with the plug in. I don’t know exactly why is this happening, i’ve configurate the plug in correctly and restricted the APIS.
Apparently, the inspector especifies an error on the Google Maps Javascript API. It seems that is loading without any callback.
But i’ve tried adding some scrpits Google recomends and the problem persists.
?Does somebody know what is happening? ?How can i solve it?
Thanks
]]>