Forum Replies Created
-
AuthorPosts
-
September 3, 2015 at 2:31 am in reply to: Wootickets – Colllecting Attendee details of Guests? #1001547
Daniel Branigan
Participant+1
I’m also waiting on this functionality before I can offer a solution to a client.
Can you give us an ETA for a beta version?
Daniel Branigan
ParticipantHi Brian,
Here’s a link to an image showing where I’d like the filter bar to be located:
https://dl.dropboxusercontent.com/u/396233/tribe-filter.jpgThanks for the tip on customising the text – which folder would I need to create in my theme folder? I already have a tribe-events folder in there for the customisations I’ve been doing on the main plugin.
Many thanks
Dan
Daniel Branigan
ParticipantAlso is there any way to change the label “Narrow Your Results” without hacking the plugin code?
Daniel Branigan
ParticipantHi Kelly
Thanks for the tip. I’ve taken a look at the options in my EventBrite account, and yes you can style the Eventbrite event screen on their side. Cheers.
Daniel Branigan
ParticipantThanks Barry, that’s just what I needed. 🙂
Daniel Branigan
ParticipantHi Barry
I’ve tried your suggestion but I’m getting an array returned rather than a string.
This is the code inside my query loop – I’m getting the correct post ID for the event, but not the _EventBriteId.
$event_id = get_the_ID();
$ebID = get_post_meta($event_id, ‘_EventBriteId’);
echo $ebID; -
AuthorPosts
