Forum Replies Created
-
AuthorPosts
-
June 24, 2015 at 7:46 am in reply to: Upgrade from WP 3.5.2 to 4.2.2 and Events Calendar from 3.0.4 to 3.9.3 #972586
Nico
MemberHey Mauricio,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Thanks,
NicoNico
MemberHey Susan,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Thanks,
NicoNico
MemberHey Bryan,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Thanks,
NicoNico
MemberHey James,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Thanks,
NicoNico
MemberHey Patrick,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Thanks,
NicoNico
MemberHey Torbjøn,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Best,
NicoNico
MemberHey operapreneur,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Best,
NicoJune 24, 2015 at 7:38 am in reply to: Best way for subscribers to see events as well as posts? #972577Nico
MemberHey nes49,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Best,
NicoNico
MemberHey kris10haley,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Best,
NicoNico
MemberHey Katherine,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Best,
NicoJune 24, 2015 at 7:32 am in reply to: Updating the Filter Bar text from 'Sort by Category' to 'Sort by EVENT Category' #972571Nico
MemberHey Adam,
Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.
Best,
NicoNico
MemberHey Bruno,
Looks like you marked an answer as correct, so I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.
Nico
Nico
MemberHi krystalknapp,
Thanks for reaching out to us! Sorry to hear default fields are not working for you, they are designed to fit a wide variety of needs so they often need to be customized. Hopefully the process to do so is quite simple.
Basically you’ll need to override the event submission form and comment those fields out – I’ll outline the steps here but please check our Themer’s Guide for further details on template overrides.
1. Copy the file ‘venue.php’ from ‘wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/’ to ‘wp-content/themes/your_theme/tribe-events/community/modules/’ (create the ‘tribe-events/community/modules/’ folders if necessary).
2. Open the file you just copied over to your theme folder.
3. Comment out lines 167-187 of the file. That block should look like this:
https://gist.github.com/niconerd/fcbabceaa768e2879e624. Save the file and test.
Let me know how this goes,
Best,
NicoJune 24, 2015 at 6:43 am in reply to: Hide End Time of an event in List widget, Month View, and Event Page #972543Nico
MemberHi cesua,
Thanks for hitting the forums on this!
If your events are single day events you can add this snippet to your ‘functions.php’ file – located at ‘wp-content/themes/your_theme/’. It will hide end time from single events, list widget and tooltip in month view.
add_filter( 'tribe_events_event_schedule_details_formatting', 'change_schedule_format' );
function change_schedule_format( array $format ) {
$format['show_end_time'] = false;
return $format;
}
If your events start date and end date are not on the same day, you’ll need to create some template overrides to hide the end date – I’ll outline the steps here but please check our Themer’s Guide for further details.
For the single event view:
1. Copy the file ‘single-event.php’ from ‘wp-content/plugins/the-events-calendar/src/views/’ to ‘wp-content/themes/your_theme/tribe-events/’ (create the tribe-events folder if necessary).
2. Open the file you just copied over to your theme folder.
3. Replace line 36 of the file:
//replace this line
<?php echo tribe_events_event_schedule_details( $event_id, '<h3>', '</h3>' ); ?>
//whit this one
<h3><?php echo tribe_get_start_date(); ?></h3>
4. Save the file and test.For the list view the steps are the same, but the template location and lines to edit change:
– List view: template is located at ‘wp-content/plugins/the-events-calendar/src/views/widgets/list-widget.php’ and should be copied to ‘wp-content/themes/your_theme/tribe-events/widgets/’. Line to edit is 54.Regarding month view, do you want to edit the tooltip?
Let me know if the code provided worked for you,
Best,
NicoJune 24, 2015 at 5:43 am in reply to: Event location/address no longer imported from eventbrite #972515Nico
MemberHi amandadmg,
Thanks for reaching out to us!
Sorry to say we’re experiencing some issues with our ‘EventBrite Tickets’ plugin – you can read details about it here. Most probably your site is affected by these issues. An update (3.10.1) for the plugin is being tested and will be out as soon as possible.
Can you confirm when did this started happening? Did it work as expected before?
Do you think you can wait till the maintenance release is out?
Sorry for the inconvenience,
Best,
Nico -
AuthorPosts
