Forum Replies Created
-
AuthorPosts
-
August 10, 2016 at 3:22 pm in reply to: Eventbrite Tickets link to allow Eventbrite event import not showing on page #1150265
Nico
MemberThanks for the follow-up Janice!
From what you state I guess the plugin might have not been completely activated. Let’s check the following:
– When you go to ‘WP-Admin > Events > Settings > API’ do you see the EventBrite API settings configured?
– If so, does clicking the ‘Get Authorization’ button take you to EventBrite site and allowing the API use takes you back to your site with this success message displaying → https://cloudup.com/czY2NCnflzS ?
– If the EventBrite API settings are not showing in the API tabs of the settings, cna you please check that the plugin is installed and activated?Please let me know about it,
Best,
NicoAugust 10, 2016 at 3:11 pm in reply to: How to add attendee list of specific event to a page? #1150262Nico
MemberThanks for following up Cecilia!
You can see the event ID in the URL when you are editing the event → https://cloudup.com/cG5NvfLycIB
Please give this a new try and let me know if it works now,
Best,
NicoNico
MemberThanks for the follow-up @bushbaby!
if someone is putting together an event in tokyo, they will no doubt want to set the currency to be pain in Yen. Has community events tickets got that functionality.
No, the plugin doesn’t have this functionality. I would try if the currency switcher affects the information submitted via the form as well. I guess it might, but you would have to try it out.
If not is customisation possible and at what cost.
Yes, this customization is possible but would be out of the scope of support we can provide in the forums. Probably the way to go is to contact a customizer for a quote on this. Maybe it’s simpler to just accept one currency for the submission form, like only accept US dollars.
SO, summing up this is not a feature of our plugin, but something that might be achieved with a plugin like the Currency Switcher. As stated before the best way to know if this works is to actually try it out. While we don’t have a trial period, you can go ahead and purchase the products for testing. If you decide they are not what you are looking for, you can ask for a full refund within 30 days of purchase. For more information take a look at our refund policy.
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberThanks for following Heather! Good call to pass along the site in a private reply 😉
The snippet below will the get price in the same line:
.tribe-events-schedule h2 {
display: inline-block;
}
And to give the same style to the cost:
.tribe-events-schedule .tribe-events-cost {
color: #18398a;
display: inline-block;
font-family: Montserrat;
font-size: 33px !important;
font-style: normal;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
vertical-align: top !important;
line-height: 42.9px;
}
Hope that helps,
Best,
NicoAugust 10, 2016 at 9:41 am in reply to: Fatal Error when transitioning from WPEC Tickets to Events Tickets Plus #1150082Nico
MemberThanks for following up Yolanda! This issue was indeed logged and a fix for it is coming in the next maintenance release 4.2.5. Take a look at our release schedule to have a better idea of what this means.
For now I’ll set the thread status to ‘Pending Fix’. I also linked this conversation with our internal bug report so you’ll get notified when this is released 🙂
Thanks for being on top of this. It was my bad not to inform you of this at the time.
Best,
NicoAugust 9, 2016 at 3:43 pm in reply to: How to add attendee list of specific event to a page? #1149751Nico
MemberHey Cecilia,
Thanks for reaching out to us! I can help you here 🙂
I crafted a simple shortcode to get you started on this customization. Just paste the code below in your theme’s (or child theme’s) functions.php file:
/* Shortcode to display attendees list for a given event id [tribe_get_event_attendees event_id=11] */
function tribe_get_event_attendees_logic ( $atts ) {if ( !class_exists( 'Tribe__Tickets__Tickets' ) || !isset($atts['event_id']) ) return false;
$event_id = $atts['event_id'];
$attendees = Tribe__Tickets__Tickets::get_event_attendees( $event_id );
if( !empty($attendees) ) {
echo '
Attendees List: ' . get_the_title( $event_id ) . '
';
echo '- ';
- '. $attendee['purchaser_name'] .'(' . $attendee['purchaser_email'] . ')
foreach ( $attendees as $attendee ) {
echo '';
}echo '
';
} else {
echo 'There are still no attendees for this event
';
}
}
add_shortcode( 'tribe_get_event_attendees', 'tribe_get_event_attendees_logic' );
Once the code is in place you’ll be able to use the shortcode like this: [tribe_get_event_attendees event_id=11].
Please give this a try and let me know if it works for you,
Best,
NicoAugust 9, 2016 at 3:10 pm in reply to: Problem with Event Tickets Plus & WooCommerce Members Discounts #1149731Nico
MemberReally stocked to hear about the fix 🙂
I can totally understand your frustration and it’s not that we don’t care but as stated before it’s not an easy task to stay compatible with all Woo extensions. The related ticket I found in the back-end was created to investigate if it’s actually possible to make our plugin compatible with the WooCommerce Members Discounts. The suggestion I sent was a pretty quick fix that helped some customers but not a tight, and tested integration of course. So hopefully we will see some progress on this soon!
I’ll set this thread status to ‘Pending Fix’ as the final fix is still under development. The feature ticket is linked to this thread so we will send you a heads-up when this is out!
Thanks for the patience while we work on this,
Best,
NicoNico
MemberThanks for the follow-up Kimberley!
Not sure if I’m missing something obvious but the filters are sticking in the ‘after’ save screenshot → https://cloudup.com/cMWS-l6JXPU
Please let me know about it,
Best,
NicoNico
MemberGracias por responder Eloisa. Voy a intentar aclarar tus dudas:
…en la imagen que te envie no se ve la imagen, mas sin embargo abajo dice view more y alli aparece otras propiedades donde puedo ver las diferentes vistas de mi Calendario incluyendo list view.
Si, para que la imagen aparezca en el widget de lista es necesario agregar el siguiente código en el archivo functions.php de tu theme (o child theme):
function custom_widget_featured_image() {
global $post;echo tribe_event_featured_image( $post->ID, 'thumbnail' );
}
add_action( 'tribe_events_list_widget_before_the_event_title', 'custom_widget_featured_image' );
El funcionamiento que describís parece ser el correcto. El click en ‘view more’ te lleva a la pagina principal de eventos y allí podes elegir entre vistas, siendo la vista de lista la configurada por defecto. No si me estoy perdiendo de algo? Podrías enviarme la URL del sitio para poder ver esto en acción.Me parece extraño que aunque yo le puse a la configuracion Default view = List el widget no me la esta mostrando, te lo comento porque cuando pongo view more veo la imagen de mi evento en list view.
Al parecer List view es la vista por defecto sin embargo lo que veo en la imagen es que estas usando un widget para mostrar la lista de eventos por alguna razón. Con la URL del sitio voy a poder verificar si esta todo en orden y ver si me estoy perdiendo de algo!
Por favor envía la URL donde puedo ver esto y checkear si hay algo fuera de lugar,
Saludos,
NicoAugust 9, 2016 at 9:30 am in reply to: I How do I create an ICS feed from one Event Pro Calendar and install on each a #1149465Nico
MemberHi there Rich,
Thanks for getting in touch with us and for your interest in our plugins 🙂
Let me start by saying we have no one in the team called Diego, so maybe there’s a plugin confusion here?
What you are looking for is possible. The options are:
1- Have The Events Calendar on the main site and use an RSS feed of the events to show a list of events in the sub-sites which will link to the events on the main site. So basically show a list of links to the events on the main site, via a RSS feed. You’ll probably need a RSS feed reader plugin or code this yourself.
2- Install The Events Calendar in the main site and subsites. Also install iCal Importer in the subsites to create recurring imports from the main site. In this case the content will be shown in each subsite calendar, and not work as a list of links as the solution described in #1.
For none of the above Events Calendar PRO is mandatory, but both will work if Events Calendar PRO is enabled on the main and/or subsites.
Please let me know if this answers your questions,
Best,
NicoNico
MemberHi there Virtual Expert,
Thanks for getting in touch with us and for your interest in our products 🙂
1. It would be nice to use the Recurring Import to configure only once and then just let it run untouched to keep the Master calendar up to date. But is it smart enough to not import the same event twice? What if the title was updated? And what about if an event is deleted in the source calendar that was previously imported?
Yes, it’s smart enough to not re-import the same event twice. If the title is updated it will still recognize the event and act following what’s defined in the import settings (https://cloudup.com/cq7qDefwSgd). If the event is deleted in the source, it won’t be deleted in the site, but if it’s deleted in the site it won’t be re-imported.
2. Once a series of iCal feeds have been pulled in from sub-sites, I assume each entry will link back to the sub-site (?), but is there a way at the parent level to filter by sub-site calendar (i.e. filter by iCal feed)? It no such feature exists, could a filter by added programmatically?
No, once the event is imported it will be created in the WordPress site importing the feed and won’t link back to the subsite. I’m not sure about what you mean in the last part of the question. What you can do assign a particular category to the saved import, this way all events imported from a given feed can have a specific category. Once that’s configured you can use the Category Colors plugin to color code categories and add them to month view. Or use the Filter Bar add-on as well. Does this makes sense?
Please let me know if this answers your question,
Best,
NicoNico
MemberHi there Celeste,
Thanks for getting in touch with us! I’ll help you here…
This was a change introduced in the last update indeed, but I can craft a snippet to get the pipe back if you prefer to display it like that.
Regarding site 1, the solution will probably need some CSS as well. Can you please send me the URLs to view the events you sent screenshots for?
Add this snippet to your theme’s (or child theme’s) functions.php file:
/* Add back the pipe divider to cost in single event views */
function tribe_add_pipe_to_cost ( $cost, $post_id, $with_currency_symbol ) {// bail if not single event view
if ( !is_single( $post_id ) ) return $cost;return ' | ' . $cost;
}
add_filter('tribe_get_cost', 'tribe_add_pipe_to_cost', 10, 3);
Please let me know about the URLs so I can make the cost show in the same line as well,
Best,
NicoNico
MemberHi Brian,
Thanks for getting in touch and sorry to hear about this glitch! It surely looks like a bug, but let’s see what’s going on…
I checked the template file and it’s getting the event start date using the tribe_get_start_date which is used in other parts of the plugin, so I’m not sure why you are getting the funky format just in the email. Do you see this in-correctly in event listings or single event pages?
I’ll try to reproduce this issue in my local test site, for that I’ll need the following:
– What time format is your site using (WP-Admin > Settings > Time Format)?
– Can you send a screenshot of the event settings?Thanks,
NicoAugust 9, 2016 at 7:29 am in reply to: Eventbrite Tickets link to allow Eventbrite event import not showing on page #1149398Nico
MemberHi there Janice,
Thanks for getting in touch! I’ll help you here.
This is what you should see on the new/edit event page → https://cloudup.com/cxukq1Hqono
If you are looking to import events, then you should go to WP-Admin > Events > Import > Eventbrite.
Please let me know if you see the options described,
Thanks,
Nico -
AuthorPosts
