Erin Slater

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: See All on Recurring Events doesnt work #1113307
    Erin Slater
    Participant

    Found out a plugin (Advanced Excerpt Options) was trying to use the_content in a way that conflicted with the way your recurring events uses it. I have disabled that option to only use the_excerpt and everything works again.

    Thanks,
    Brendan

    in reply to: Map not showing events #1094826
    Erin Slater
    Participant

    So I found out that my plugin folder name for events calendar pro had some weird compu_restore in the title. Once I removed it and added the original name, it works.

    in reply to: Map not showing events #1094812
    Erin Slater
    Participant

    I’m have the same issue. If you go to my events you will see the google map and it works fine, however map view does not work. It shows in my admin section to select map view but will not show in the drop down on the front-end page. Only gives me options for List, Month, Day.

    http://events.startyourlife.com/

    If you go to http://events.startyourlife.com/events/map its just a 404 when it used to be a map before I updated the plugin to 4.1

    in reply to: Map view will not save #1094793
    Erin Slater
    Participant

    Actually Map View isnt even an option. I have it selected but its not showing up.

    in reply to: Display message if no event in tag #970992
    Erin Slater
    Participant

    Hi Nico,

    I see. After looking again I realized that the tags were part of wordpress and not hooked into your plugin. Therefore, in order to keep a clean look, I decided to go with Event Categories which work a lot better for what I was trying to accomplish.

    Thanks,
    Brendan

    in reply to: Can't add event after update to 3.9.1 #940588
    Erin Slater
    Participant

    I just reverted back to old version and it works. Something is conflicting with my theme.

    in reply to: Photo view only shows one event in last row #931672
    Erin Slater
    Participant

    Nevermind, I see that the setting was wrong.

    in reply to: Events are out of order #927847
    Erin Slater
    Participant

    Hi Geoff,

    Yes, it was a custom css issue I fixed shortly after sending this.

    Thanks,
    Brendan

    in reply to: Shortcode to showup only on events page #825514
    Erin Slater
    Participant

    Since I am only using 3 views I took the default template code and added this after the div id tribe=”events-pg-template”

    <?php if(tribe_is_map() || tribe_is_photo() || tribe_is_month() ):?>
    <?php echo do_shortcode(‘[fusionslider id=”” class=”” name=”event-slider”][/fusionslider]’); ?>
    <?php endif;?>

    In case anyone else needs to know.

    in reply to: Which php file controls .gm-style-iw class #412376
    Erin Slater
    Participant

    Thanks for the info, $event_id sets the same date for all markers for some reason. What I did is add was to add the following to the generate_markers function in tribe-geoloc.class.php:
    tribe_get_start_date( $event, false, ‘l, F j, Y’ );. Now when I click on a marker it says for example: When: Friday, August 23, 2014. Not ideal, but it will do until this feature is added to the plugin.

    in reply to: Which php file controls .gm-style-iw class #398529
    Erin Slater
    Participant

    Ok, I figured out where things were located and got it to populate the date using _EventStartDate. Issue now is the date as the time (which I do not want) and its formatted as Y-m-d, but I want it as m-d-Y since most customers are in US. Can you tell me where to change this setting? I tried changing the items in admin settings but it did not work.

    in reply to: Which php file controls .gm-style-iw class #395609
    Erin Slater
    Participant

    Thanks Barry, I submitted a feature request. Since this is a event calendar, I really think the date should be on the pin marker so maybe you can pass that along as well. Also, in regards to the ajax response hook, where is that code located? I can’t find it, nor do I see it in the documentation.

    Thanks

    in reply to: Which php file controls .gm-style-iw class #381958
    Erin Slater
    Participant

    Is there not already a js function to get the start date? I think it would be easier if possible, to add that function to the tribe-events-ajax-maps.min.js file and then call it after the Address like: f=”Event: “+e;h&&(f=f+”<br/>Address: “+h+”<br/>Date: “+d);

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