Forum Replies Created
-
AuthorPosts
-
Erin Slater
ParticipantFound 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,
BrendanErin Slater
ParticipantSo 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.
Erin Slater
ParticipantI’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
Erin Slater
ParticipantActually Map View isnt even an option. I have it selected but its not showing up.
Erin Slater
ParticipantHi 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,
BrendanErin Slater
ParticipantI just reverted back to old version and it works. Something is conflicting with my theme.
Erin Slater
ParticipantNevermind, I see that the setting was wrong.
Erin Slater
ParticipantHi Geoff,
Yes, it was a custom css issue I fixed shortly after sending this.
Thanks,
BrendanErin Slater
ParticipantSince 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.
Erin Slater
ParticipantThanks 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.Erin Slater
ParticipantOk, 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.
Erin Slater
ParticipantThanks 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
Erin Slater
ParticipantIs 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);
-
AuthorPosts
