• Resolved mikej69

    (@mikej69)


    We are having an issue that just developed recently. When you plugin a zipcode into the zipcode search field, it disappears and resets as soon as you leave the hover state. In order to use the zipcode function you need to enter the zip code, keep the mouse as is, hit he enter button on your keyboard and it will trigger a search. Otherwise it does not work.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    I’m so sorry I’ve been away … I am working on closing old tickets… I could have sworn I replied to you, but it seems I might have never posted it.

    I’ve reviewed the page and with the browser’s console open. Google generates a message indicating that you must enter your billing information for your Google Maps API Key. Here are the links the error message provides:

    I hope this helps!

    Thread Starter mikej69

    (@mikej69)

    I have changed the API keyws to one with a CC and it is still having the issue. When I looked at console I found this issue, which I think details the issue we are experiencing with auto-fill:

    1. A form field element has neither an?id?nor a?name?attribute. This might prevent the browser from correctly autofilling the form.To fix this issue, add a unique?id?or?name?attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.
    2. AFFECTED RESOURCES
      1. 1 resource
        1. Violating node

    Here is the resource:

    < input class=”chosen-search-input” type=”text” autocomplete=”off” >

    Plugin Author Steven

    (@shazahm1hotmailcom)

    I am still seeing this error after typing in a zipcode:

    Geocoding Service: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project//billing/enable. Learn more at https://developers.google.com/maps/gmp-get-started

    I do not see the notice/warning (not an error) mentioned in your reply, but that would not affect the zip code field.

    Thread Starter mikej69

    (@mikej69)

    I am not seeing that error and I am using an account with billing setup.

    I recored a loom to show you the issue, I am just not seeing what you are seeing nad I am not understanding the correlation.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    I’ve attached a screenshot showing the error message in the browser Console.

    Why is this related…

    When you type in a zip code, a list of suggestions will be displayed. You, as the user, would click one of those suggestions, which would populate the field with the chosen zip code. Additionally, other hidden fields will also be filled with data from Google in order to perform a radius search of the addresses in the database.

    I hope this helps!

    Thread Starter mikej69

    (@mikej69)

    Ok… that did help, but only because I finally figured out that I was adding the key to Divi and not to the plugin. Now, the plugin is asking me for a server key and a browser key. I am not finding documentation on how to or where to generate the different keys. I am only seeing a general API key. Do you have any direction on this? Thanks

    • This reply was modified 4 months ago by mikej69.
    • This reply was modified 4 months ago by mikej69.
    • This reply was modified 4 months ago by mikej69.
    Plugin Author Steven

    (@shazahm1hotmailcom)

    The “browser” key is a API key with a referrer restriction:

    A “server” key is just a second API key without a restriction, though if you pay your web host for a static IP address, you could add an IP restriction:

    Thread Starter mikej69

    (@mikej69)

    Thank you. that worked perfectly. I apprecaite the help in getting this resolved. I was not the original developer and I really appreciated your guidance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.