Barry

Forum Replies Created

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

    Hi – great question.

    It sounds like you are referring to the layout and workflow within the ticket box itself – however this is in fact not something we control, all of that content is generated by eventbrite.com and so even by hacking the plugin you’re not going to find it easy to modify this.

    Have you approached Eventbrite themselves with your concerns?

    in reply to: Removing date and time of some specific events #706384
    Barry
    Member

    Sorry victorcourt, I do apologize for missing that detail: you could add that snippet to your theme’s functions.php file.

    in reply to: Event price not showing #706376
    Barry
    Member

    My pleasure 🙂

    I’ll go ahead and close this thread but if we can help with anything else please don’t hesitate to create a new thread and one of the team will be only too happy to assist.

    Also – if you have a moment to spare – we’d also love to hear your thoughts on The Events Calendar over on our plugin review page. Thanks again!

    in reply to: Event price not showing #705010
    Barry
    Member

    Sure thing. So adding this snippet to your theme’s functions.php file:

    add_filter( 'tribe_events_admin_show_cost_field', '__return_true', 100 );

    Ought to restore the regular cost field. If you then simply set it per event you should see the cost displaying as before.

    Does that help?

    in reply to: Tribe Events Mini Cal Widget #705001
    Barry
    Member

    No problem at all, glad everything is in order 🙂

    I’ll go ahead and close this thread but of course if we can help with anything else just post a new thread and one of the team will do their best to assist.

    Other than that, if you have a moment to spare, we’d love to hear your thoughts on The Events Calendar over on our plugin review page. Thanks again!

    Barry
    Member

    Happy to help 🙂

    Barry
    Member

    I’m afraid we tend not to publish target dates.

    Where possible we do typically work on cycle whereby we release a new version every 1-2 months – but it is subject to change and can occasionally be longer (and sometimes faster).

    in reply to: Removing date and time of some specific events #704984
    Barry
    Member

    Hi!

    So something like this ought to work:

    add_filter( 'tribe_events_event_schedule_details', 'coming_soon_notice' );
    
    function coming_soon_notice( $details ) {
    	global $post;
    
    	$tag_name = 'coming soon';
    	$message  = 'Coming soon!';
    
    	return ( has_term( $tag_name, 'post_tag', $post->ID ) ) ? $message : $details;
    }

    Does that help?

    in reply to: Translations in tribe-events/pro don’t work #704981
    Barry
    Member

    No problem, these things happen.

    I don’t believe there are currently any plans to implement this – but you’re more than welcome to post a feature request 🙂

    in reply to: event list widget event name color #704768
    Barry
    Member

    Hi!

    Some rules like these ought to do the trick:

    .single-tribe_events .tribe-events-event-meta { background: black }
     h3.tribe-events-single-section-title { color: white }

    You can add them to your theme’s tribe-events/tribe-events.css file (see our Themer’s Guide for details on setting this up).

    I’ll go ahead and close this thread but if we can help with anything else please don’t hesitate to create a new thread and one of the team will be only too happy to help.

    Thanks again!

    in reply to: Issues after the upgrade #704760
    Barry
    Member

    Awesome – I’m happy to hear it 🙂

    We’ll do our best to update this thread as and when we progress the fix for this problem.

    Thanks again!

    in reply to: Import errors #704756
    Barry
    Member

    Happy to hear it 🙂

    Barry
    Member

    I definitely see the problem on your site and though I don’t see quite the same issue with a default theme there is definitely an unwanted effect happening and I suspect it’s fundamentally the same issue at work.

    Thanks for reporting this – I’ll be sure to log an issue and we’ll address it as quickly as we can.

    in reply to: Tribe Events Mini Cal Widget #704068
    Barry
    Member

    Hi staevenfrey,

    Thanks for posting.

    If you’ve configured the calendar widget to list 0 events below the calendar grid itself then yes, day view must be activated if you want it to link to days containing events. Day view does not have to be the default view, though (just in case there was any confusion on that end).

    I’m a bit puzzled as you note having activated day view without success – so I’d love to take a peek and see what’s happening for myself, though on looking at the URL you provided I can’t locate the calendar widget … can you point me in the right direction?

    Thanks!

    Barry
    Member

    Hi – great question!

    This is not currently possible out-of-the-box but it would certainly make a good feature request – and some similar ideas have been posted already (here and here for instance) that you may wish to upvote/comment upon – or you could go right ahead and post a new one if you can’t find any that really mesh with what you envision.

    Beyond that I can’t think of any specific existing plugins I could recommend based on personal experience: searching the WordPress plugin directory is always a great starting point, though.

    It would also of course be possible to implement this as a customization, though that’s really beyond what we can assist with here in the support forums.

    Does that help?

Viewing 15 posts - 6,121 through 6,135 (of 17,936 total)