Forum Replies Created
-
AuthorPosts
-
July 25, 2014 at 7:35 am in reply to: Can clicking the calendar widget trigger a scroll to that day in the List view? #506181
Barry
MemberHi!
I’m interested in why you think it is using Events Calendar PRO – it definitely could be, but I suspect it’s some other solution (in fact, I suspect it’s not even running on WordPress).
In any case, I’m afraid that sort of thing – while definitely achievable with our plugins – is not default functionality.
Does that answer your questions?
Thanks!
Barry
MemberHi David,
Though a bit rough and ready this snippet (which you could for instance add to your theme’s functions.php file) should give you an idea as to how you might approach this:
add_action( 'tribe_events_after_loop', 'add_past_events' ); function add_past_events() { if ( ! tribe_is_list_view() || ! tribe_is_upcoming() ) return; remove_action( 'tribe_events_after_loop', 'add_past_events' ); $past_events = tribe_get_events( array( 'eventDisplay' => 'past' ) ); foreach ( $past_events as $event ) echo "$event->post_title - $event->EventStartDate <br/>"; }Does that help at all?
July 25, 2014 at 7:25 am in reply to: Please assist! "Sould-out" message (in list view) is (still) not working! #506128Barry
MemberHi – it’s definitely not our intent to leave you behind, however some customizations are more involved than others and we can’t guide you through them all (hence we may suggest you use a third party plugin or library on occasion – simply to help you get there when we can’t assist further).
I followed the instructions by doing this here: https://theeventscalendar.com/support/documentation/adding-sold-out-notices-for-woocommerce-tickets-in-list-view/
So this depends on Woot Library and – as we identified in a previous thread – there appears to be a problem with that currently. Bugs can arise in any piece of software and the timing is of course unfortunate from your perspective, but if you can be patient I’m sure it will be resolved in due course.
Other than that, if you’re at home writing code, you are free to inspect the code of Woot Library and extract what you need to build this out yourself. I appreciate that sort of approach isn’t for everyone, but I wanted to raise it as an avenue for you to explore.
Please note, that I asked in my presales questionary for this feature. I was pointed out that this is now a basic feature. In fact, it is stated in the Woocommerce Tickets feature list (https://theeventscalendar.com/shop/wordpress-wootickets/)awell
I’m sorry for the confusion. What the product page states though is that there is a a clear SOLD OUT reference on the frontend once they’re gone. This is indeed the case – you can see the message within single event pages where appropriate – but it does not appear everywhere and I’m sorry if that wasn’t clear enough.
so i kindly ask you to look into my case and tell me if i am doing something wrong as i need this to work properly.
Would the general approach outlined in this thread work for you as an alternative to using Woot Library?
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
July 25, 2014 at 7:11 am in reply to: How to remove end time from all references of an event, MK II #506046Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
July 25, 2014 at 7:10 am in reply to: Where do I set maximum number of spaces / participants for an event? #506022Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
July 25, 2014 at 7:10 am in reply to: No ticket on event, no field to add license key, nothing working. #506020Barry
MemberThis ought to have been resolved 🙂
It’s also been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
July 25, 2014 at 7:10 am in reply to: "Recurring Event (See all)" link not removed for non-recurring events #506015Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
July 25, 2014 at 7:10 am in reply to: Using Buddypress profile data for organizer event submissions #506013Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
July 25, 2014 at 7:09 am in reply to: Calendars not refreshing, footer is changing properties #506008Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
-
AuthorPosts
