Barry

Forum Replies Created

Viewing 15 posts - 6,916 through 6,930 (of 17,936 total)
  • Author
    Posts
  • Barry
    Member

    Hi!

    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!

    in reply to: List Upcoming & Past Events at /events #506149
    Barry
    Member

    Hi 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?

    Barry
    Member

    Hi – 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?

    in reply to: New venue missing address info after facebook import #506048
    Barry
    Member

    Hi! 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
    Member

    Hi! 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!

    in reply to: Copy calendar to new website #506043
    Barry
    Member

    Hi! 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!

    in reply to: Author error for Anonymous Submissions #506041
    Barry
    Member

    Hi! 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!

    in reply to: No calendar appearing #506039
    Barry
    Member

    Hi! 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
    Member

    Hi! 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
    Member

    This 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!

    in reply to: How do I load my custom single-event with Ajax #506017
    Barry
    Member

    Hi! 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
    Member

    Hi! 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
    Member

    Hi! 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
    Member

    Hi! 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!

    in reply to: Call Input from Community Event Edit Page #506005
    Barry
    Member

    Hi! 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!

Viewing 15 posts - 6,916 through 6,930 (of 17,936 total)