Forum Replies Created
-
AuthorPosts
-
tompha
ParticipantHi Cliff,
Thanks for the reply!
So I looked in the JS console for errors and I think the issue may be something to do with the following error:
“Live ajax returned its state as: “false”
Any thoughts on this?
Thanks,
Tomtompha
ParticipantThanks alot for the help!!
tompha
ParticipantThanks so much!!
tompha
ParticipantOh dear… Have just suggested the change. I’ll need a refund now though as the product isn’t fit for purpose… Who do I contact?
tompha
ParticipantApologies the actual shortcode I need the filter to work with is [tribe_this_week]. It would be great if you could help me get this working
tompha
ParticipantHi there,
I have also noticed that the shortcode doesn’t seem to be listening to my template overrides.
Thanks,
Tomtompha
ParticipantMy template override is in /tribe-events/tickets/rsvp.php to which i’ve copied the order.php code into. Basically when I click update RSVP’s it doesn’t do anything. I’m thinking it’s a javascript issue but let me know if not.
tompha
ParticipantThe following did the trick
$view = Tribe__Tickets__Tickets_View::instance(); $post_id = get_the_ID(); $user_id = get_current_user_id(); $user_has_rsvp = $view->has_rsvp_attendees( $post_id, $user_id ); -
AuthorPosts
