James

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Geolocation / map issue #892806
    James
    Participant

    Yes on the 3.8.1 version I was able to create venues. I will give the Event Rocket a shot… looks like it might help in the future.

    in reply to: Geolocation / map issue #892292
    James
    Participant

    Well I feel I am talking to myself. But I found that my server has an issue with cURL and HTTP access module of the core WordPress install. I reinstalled WP4 and dropped my version of Event manager to 3.4 and it fixed my problem as of now. I just updated to 3.8.1 and see no issues yet. I have noticed that the WP admin is really slow now, but it might be the server.

    in reply to: Geolocation / map issue #891528
    James
    Participant

    After digging into the DB. I noticed that my new Venues are missing. _VenueGeoAddress, _VenueLat, _VenueLng, _VenueVenue, _VenueVenueID
    so Now I question what else is not being generated when I create a venue and assign to a event? I need help ASAP… If this is a bug which I think it is. I am on 3.8.1 of event pro.

    in reply to: Venue Links on Map #190969
    James
    Participant

    OK This is what I did.
    If you have a-lot of events at one venue and you want the map to reflect Permalink of the Venue to show all the upcoming events instead of one event per city. Use the patch below (Note: If and when you update you may need to reapply this patch. Until Tribe adds this option to the plugin. Also Back up site or plugin folder before you proceed.)

    Hope I didn’t make a mistake…LOL please correct me if I am wrong.

    Open
    plugins > events-calender-pro > lib – edit: tribe-geoloc.class.php
    On line: 794 or search for
    From: $link = get_permalink( $event->ID );
    To: $link = get_permalink( $venue_id );
    Now the link will direct to the venue Permalink
    To change the name (Event: to Venue:) Before the link you will need to open the
    plugins > events-calender-pro > resources – edit: tribe-events-ajax-maps.js
    On line: 49 or search for
    Old: var content = “Event: ” + content_title;
    New: var content = “Venue: ” + content_title;
    Then edit: tribe-events-ajax-maps.min.js Search for f=”Event: “+d; and change to: f=”Venue: “+d;

    Refresh your cache and test. This patch worked for me. I hope in the future that thaey add an option for maps and add a drop down to select from Venue or event.

Viewing 4 posts - 1 through 4 (of 4 total)