Forum Replies Created

Viewing 25 posts - 1,001 through 1,025 (of 2,682 total)
  • Author
    Posts
  • in reply to: After updating plugin many settings get reset #57041
    Cici
    Keymaster

    I was just discussing this the other day with Lance and i could not recall who was having an issue with this in the past. he just discovered the problem recently and needs to notify WordPress about the bug.

    Lance wrote an article about this, it has to do with manual updates and the order in which you are doing updates. He explains the issues in his news feed. I do not want to mis type his explanation , please click on the below link and advice on how to avoid the issue:

    https://www.storelocatorplus.com/manually-updating-wordpress-plugins/

    He also added a tutorial, but I noted the voice was missing. He will have to reshoot the tutorial

    Cici
    Keymaster

    Hi Jay,

    1) I do not know why some lat long were invalid. Did that site have another plug-in importing at the time or were they all added manually? With that many locations it could have been anything and/or Google depending on when they added locations. Or if they transferred from another site and/or had a bad csv file with inaccurate zip codes or location addresses. BBad zip codes are more common with international (go figure since google is based in US and many other countries use only 4 numbers for postal codes) All latitude/longitude is added by Google API and although they can mess up at times, for the most part they would not have a lot of inaccurate, invalid locations. looking at the site and just viewing locations in Texas, it looks to me as if someone just copied and pasted, some locations are all caps for instance

    2) He is talking about scheduled imports from a url, that is an option with power add-on but is he suggesting overnight because he thinks there will be less traffic to the site? . First, I hope you would have a full back up of their site and I would not do that on a live production site. It is advisable to only be experimenting and doing updates to environments on a staging site first. What if something went wrong in the middle of the update,i.e if they do not have a dedicated server or lose connectivity and only half were loaded. For the SLP plugin , no you would not need to restore from a back-up. But you are mentioning deleting all accounts? What do they mean by all accounts?

    certainly some customers have done that in the past, but again, as mentioned do it on a staging or dev site and only after exporting all locations to a csv file.

    P.S. I did notice one thing, may give you insight or not. I am guessing who ever set up the original site locations did it by importing from an excel file, did they ever have an add-on that did that? The reason i ask, if you search for 01886, which I know is the zip code for Westford MA, the results are returned correctly but they actually show the leading zero is dropped…the results are showing 1886. This is an improper formatting of a number and I used to see that a lot if converting an excel file to a csv file, it was converted as a number not text. So there is a good chance that there was some formatting issues that would have given back an invalid geocode or location

    • This reply was modified 6 years, 7 months ago by Cici.
    Cici
    Keymaster

    Hi Jay

    I visited the site, I typed in the word Atlanta and three locations were returned all in Atlanta. I typed in GA, three different locations appeared all in Georgia. I even tried incognito and it still returned correctly, and random zip codes seemed to return correctly.

    If I type in nothing and just select find locations  there are texas locations in results, assume you have your center map at or home default as texas?

    If you do need to mass import to correct locations there are a couple of ways I would do it, but it requires the Power add-on.

    You can export the SLP locations (as a csv file) then update the csv file, correct the lat/long or delete the locations that have the wrong lat long and let Goofle geocode them again.

    You can then re-import. But be Careful, I would select to skip geocoding on the re-import or to Not duplicate or your API count towards geocoding will take a hit. (read the numerous news  articles about Google APi , geocoding tools, and pricing )

    Also note, when you export the csv file, you will see a column called sl_id. It is a specific number that is associated with the specific location entry in your database.

    See docs site for more info.

    export csv file

     

    Import csv files, header names,tips

    in reply to: Alexa skills and SLP locations? #57019
    Cici
    Keymaster

    Hi, we do not develop apps to work with Alexa. Interesting concept though

    in reply to: translate button "Find locations" for "Buscar tienda" #57002
    Cici
    Keymaster

    To modify layouts and add css you need the experience add-on.

    If you want to write your own code, note that SLP base plug-in is open source and if you are a coder, programmer you should be able to find the strings to change by viewing the read me text. You can check out the documentation for Attributes , that might help you.

    in reply to: Store Locator Plus conflicting with another plugin #57000
    Cici
    Keymaster

    Hello Mike, it looks like you have resolved the error on the production site at least. Did you find what the issue was? Was it a migration issue or a url path or javascript or other plugin or theme conflict?.

    in reply to: Multiple Offices on one location not shown #56999
    Cici
    Keymaster

    Note in the article, I suggest how to override the google icon, but the gist is the same, manually adjusting each locations lat/long just enough for all three markers to show up. If that does not work for you, only other suggestion is cluster map markers.

    in reply to: Multiple Offices on one location not shown #56998
    Cici
    Keymaster

    Stefan

    When posting in the forums please follow posting guidelines and provide info to assist you.

    If I understand your question correctly, you have three offices that share the same address, as if they were ‘suites” in the same space. Google returns the latitude and longitude and with the SLP plugin, drops a pin (map marker) on that address on the map. Now here is where perhaps I need clarification. Are you saying the Map marker “info bubble” only shows the more recent bubble? or are you saying the results under the map are not displaying correctly? or are you only concerned with the pin?

    Here are some suggestions depending on what you need the map or results display to look like.

    One suggestion to try: manually adjust the lat long for each office by a small degree so that the pins will show close to each other but not on top of each other,  2) or you can use Cluster map Markers which will show that there are three locations for that one address. When the cluster is clicked on it should zoom in and open up the area to show the results. Cluster map markers is part of the premier add-on for WPSLP or part of the Enterprise level if you switch to MYSLP.com

    Here is an article to help you with the first suggestion, i.e manually changing the lat /long
    Location position

    Another option that might help you would be to have featured or ranked locations, (Experience add-on) but if you do not have a preference over which result displays first that wont work  or Custom map markers per location.
    Other suggestions under What to Buy

    in reply to: translate button "Find locations" for "Buscar tienda" #56997
    Cici
    Keymaster

    You might be able to change the front end yourself if you are familiar with source codes, HTML, CSS etc. but the built in feature exists only in Experience add-on at this time.

    in reply to: Links not working on plugin settings? #56990
    Cici
    Keymaster

    Are you using Smush it? A few users reported that Smush it broke areas of the back end of SLP admin panel because of the way it was compressing.

    f you could provide a screenshot of your plugin environment or if you could use the Debugger in WP to find any conflicts and post the debug log that would be helpful.

    Do you have a Google APi key? Google had a drop dead date of yesterday to add a Google API key and biling account. That shouldnt break the back end unless you added Protocol referrer restriction and then forgot to also obtain a geocoding key. We have published quite a few articles and documentation about that subject.

    https://docs.storelocatorplus.com/blog/google-geocoding-browser-keys/

    I

    in reply to: translate button "Find locations" for "Buscar tienda" #56986
    Cici
    Keymaster

    That section and tutorial is talking about the back end admin area. The Loco translate suggestion is for the add-ons and the .po and .mo files that  need to be sent to the developer to incorporate into the next add-on release..Again, as mentioned that is for the back end.

    Starting in October 2015, Store Locator Plus became part of the WordPress Translate project. You can contribute translations for the base plugin at the Store Locator Plus directory at WordPress Translate.

    For the FRONT end label you can change it with the Experience add-on : See Documentation

    • This reply was modified 6 years, 7 months ago by Cici.
    in reply to: SLP_REST_Handler.php – Issue with activating plugin #56985
    Cici
    Keymaster

    Hi
    The file path should be in lowercase. That was patched some time ago (Nov 2017)

    1) make sure you are on the latest release of SLP and 2) did not migrate from a system where case sensitivity was disabled to a system where it is now enabled.

    A screenshot of your SLP plugin environment would be best because if you are on current version of SLP that should not be an issue. (not sure why you gave us the debug php url, but in the posting guidelines we ask for the url page that the SLP is installed on.)

    in reply to: SLP_REST_Handler.php – Issue with activating plugin #56974
    Cici
    Keymaster

    Please provide your debug log.

    Follow the How to Debug information here.

    in reply to: Map Markers in Admin dissappeared #56964
    Cici
    Keymaster

    His solution was deleting the mysql record and then going back into the Admin panel. He tried using the WPSLP Janitor first to clear that field but it did not work for him.

    If you have a back-up from before the event you could try restoring from that back-up.

    in reply to: Map Markers in Admin dissappeared #56963
    Cici
    Keymaster

    Ok, Gotcha. I recall another forum user having similar issue due to something they did as well.

    https://wp.storelocatorplus.com/forums/topic/markers-settings-are-gone/

    Basically as he stated “The admin page for setting the markers for home or locations ends right before the markers area where the text inputs are for entering the urls to be used for home and locations images. Those fields did not exist again on the page until I deleted the database record containing the home marker that I had tried to change. What I did to create this minor disaster was try to use a relative path there. I assumed I could use Janitor to clear out all the settings, but it didn’t work, so I had to search and delete the record myself with some mysql statements.”

    in reply to: Export Dealer Lists not working #56956
    Cici
    Keymaster

    I see that Lance was able to help you, there may have been an issue with your security settings, he was able to download to hosted csv and sent to you. I will close this support post.

    Cici
    Keymaster

    Here are the search results when searching by zip code, using a Massachusetts zip code and selecting 500km from drop down it returned 7 locations  .I then searched with drop down of NB (New Brunswick) and the results returned are shown.

     

    If you are referring to the map markers showing, you might want to check those, some of your map markers either aren’t appearing or because of the map configuration are on top of each other. Refer to how to set custom map markers.

    results FAQ documentation.

     

    If these are not the results you expected double check your settings under Results tab in SLP panel and make sure you have set a large  enough number to return and to cast out to  .   Also fetch your  Google API browser (server) key at the very least.   contact sales if you are thinking of switching over to MySLP (managed service where we  take care of the keys)

    Attachments:
    You must be logged in to view attached files.
    Cici
    Keymaster

    I do not know what you mean by losing the dropdown option, I visited your site and the province drop down is there and when I selected from dropdown and clicked find locations there were results. You might want to check under the results settings for how many results to return etc.

    But, You will need to have a Google API key as posted in numerous news articles and the documentation.  SLP added fields under the general tab so that people who opted to could restrict their keys.  Since your site is still working  I went to the Google services center and they  have  extended the deadline for the API key yet again.  It is now July 16.

    But they added the caveat that if you did not sign up for their API key June 11th…

    “…..enforce the use of API keys beginning on June 11th. Keyless usage will result in a degraded experience, or an error.”

    Our articles which may be effecting your site:

    https://docs.storelocatorplus.com/blog/google-geocoding-browser-keys/

    https://www.storelocatorplus.com/google-map-services/

    This is a change to/from Google. If you want to not have to worry about all those Google changes you might want to look into the MYSLP Professional plan.

    Your site is showing these warnings:

    modernizr.js?ver=4.9.7:4 [Deprecation] Application Cache is deprecated in non-secure contexts, and will be restricted to secure contexts in M69, around September 2018. Please consider migrating your application to HTTPS, and eventually shifting over to Service Workers. See https://goo.gl/rStTGz for more details.
    r.applicationcache @ modernizr.js?ver=4.9.7:4
    util.js:226 Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
    Nw.j @ util.js:226

    in reply to: Map Markers in Admin dissappeared #56949
    Cici
    Keymaster

    Please post your Plugin environment in the future.

    here is some documentation and suggestions for setting markers.

    https://docs.storelocatorplus.com/blog/using-custom-map-markers/

    in reply to: Is there a way to add a measurement switcher #56915
    Cici
    Keymaster

    No that is not available with our plugin.

    If I understand your question correctly regarding the distant unit that you select under the Settings/ search:
    Basically what you are asking is for the location sensor aware (available with power and only on secure sites per Google rules ) to also be aware of the locales preference for Kilometers instead of Miles.

     

    There is an option to hide the radius dropdown available with the experience add-on.

     

    in reply to: Export Dealer Lists not working #56896
    Cici
    Keymaster

    Thanks, I have sent the notice over to him

    in reply to: Export Dealer Lists not working #56892
    Cici
    Keymaster

    Ben,

    If you do not order support in the next 30 minutes he will not be able to get to it at all until after his holiday. (today is Friday, next biz day would normally be is Monday but Lance leaves on vacation that day ) , not sure he will be able to get to it now until after he returns from his vacation. Just want to make sure you knew that.

    in reply to: Admin section not allowing me to click on anything. #56890
    Cici
    Keymaster

    Run debugger to find the issue.
    Please provide your plugin environment when you post in forums (see read before posting guidelines)

    https://docs.storelocatorplus.com/blog/debugging-with-debug-log/

    in reply to: Fatal error after update to latest version #56888
    Cici
    Keymaster

    FIRST make sure you have a valid recent back-up of your site before updating anything.

    Please review DOCS site about Updates .

     

    DO You have Premier??  All the orders under your name are older between 2013 – 2016…then i see an order from someone else at atomicdesign but with your user name, so assume that your company bought Premier subscription.

    You cant update PROPACK with SLP 4.9.16…that is a legacy add-on and is not compatible with the latest version of SLP.

    You can either roll back that  bennigans SLP to an earlier version that is compatible with propack  (you can find the downgrade  info here  , and here 

     

    or update to Power add-on. Note that if you update to power add-on and you have CSS for that site you need to save it, there is no CSS functionality in Power. The CSS functionality is part of the experience add-on.

    It is very important to BACK-up  your site before updating any plugins, add-ons etc.

     

    In the future can you provide your plugin environment each time you post.  I have no idea which versions and which add-ons you are using.

     

     

     

     

     

     

    in reply to: Export Dealer Lists not working #56887
    Cici
    Keymaster

    In the support ticket make sure to reference this forum exchange and I will contact him and give him a heads up. its the last one on the pull down, the next biz day login, I’m sorry , I realize it is the most expensive support option.
    🙁

Viewing 25 posts - 1,001 through 1,025 (of 2,682 total)