Forum Replies Created
-
AuthorPosts
-
August 28, 2014 at 6:52 am in reply to: Promotion code Apply button resets quantity to 0 and confuses users #706426
Barry
MemberHi – 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?
Barry
MemberSorry victorcourt, I do apologize for missing that detail: you could add that snippet to your theme’s functions.php file.
Barry
MemberMy 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!
Barry
MemberSure 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?
Barry
MemberNo 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!
August 27, 2014 at 4:32 pm in reply to: Possible for visitors to subscribe to an e-mail reminder for event? #704997Barry
MemberHappy to help 🙂
August 27, 2014 at 4:31 pm in reply to: Community submitted events are now drafted, require admin to publish #704988Barry
MemberI’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).
Barry
MemberHi!
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?
Barry
MemberNo 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 🙂
Barry
MemberHi!
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!
Barry
MemberAwesome – 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!
Barry
MemberHappy to hear it 🙂
August 27, 2014 at 7:50 am in reply to: Event Archive Page Title changes to "undefined" when using browser back button #704085Barry
MemberI 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.
Barry
MemberHi 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!
August 27, 2014 at 7:35 am in reply to: Possible for visitors to subscribe to an e-mail reminder for event? #704050Barry
MemberHi – 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?
-
AuthorPosts
