dcantato

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Map view load based on their location #1046428
    dcantato
    Participant

    I found what I think should be a good temporary solution if anyone else is looking for a quick solution:

    $('#tribe-bar-geoloc').val('cityStateLoc')
    $(".tribe-events-button").click()

    If you call an api to get the users location and pass that into a city state variable called cityStateLoc you can have that called here and it will submit as if it was typed in.

    It’s a temporary solution until I dig deeper but it works.

    in reply to: Map view load based on their location #1045496
    dcantato
    Participant

    Can you point me in the direction of which files I should look over?

    in reply to: Show more on Map View #1045442
    dcantato
    Participant

    That’s a nice possible solution.

    I’ll play around with that and see how load time takes the hit if I chose something like loading 1-200 events on the map.

    in reply to: CSV Importer Events #1045392
    dcantato
    Participant

    If you are having this issue you need to make sure you are saving the file correctly as utf-8. It took me upgrading from 2003 excel to a more new version to see I was saving as western. The best way to make sure your data is correct is:

    1. Save to CSV in excel
    2. Open the CSV file in TextEdit(mac), you may have to right click the file and go to Open With…
    3. Once in TextEdit, on the menu bar click File and go to Duplicate or press Command + Shift + S
    4. Save the new duplicated file as “yourFileNameHere”.csv and change the dropdown at the bottom that says Plain Text Encoding to UTF-8.
    5. If it alerts you about the extension being a csv accept the change and your file is ready to upload.

    I hope this helps you, the csv converter link in the plugin import screen did nothing for me.

    in reply to: CSV Importer Events #1044868
    dcantato
    Participant

    This reply is private.

    in reply to: Main maps page not loading properly #95054
    dcantato
    Participant

    I disabled the CDN for the entire site to see if that would fix it and it hasn’t. Next idea?

    in reply to: Main maps page not loading properly #94227
    dcantato
    Participant

    The page where this is being used isn’t on the front end yet, that’s another plugin. The tribe one is here:
    http://www.dirtymiles.com/events/

    The map shows up, the events show up greyed out, but the map doesn’t show the locations and the list never stops spinning wheel. I read something about a google api being used in someone else’s thread. Do I need steps other than just installing the plugin?

Viewing 7 posts - 16 through 22 (of 22 total)