Forum Replies Created
-
AuthorPosts
-
May 20, 2014 at 3:57 pm in reply to: Combining events from Events calendar pro and community calendar #168100
Barry
MemberHi!
First thing to note (just to avoid confusion) is that I have moved this over from the pre-sales forum to the Events Calendar PRO forum. The forum thread URL should stay the same, though, and if you subscribed to email updates you should remain subscribed π
Is there a way for people who use the community events module to post an event have it appear on the calendar pro calendar.
Definitely!
It seems like they are two separate calendars or am i missing something?
There is only one calendar – really, it is the calendar provided by The Events Calendar itself (and both Events Calendar PRO and Comumnity Events simply build on this to add new functionality).
Once someone submits an event (and once it is published, if you have set submissions to be initially held as drafts) it should appear on the calendar as expected.
It could definitely be worth checking out our new user primers before going any further, though, as they explain things in further detail:
Does that help?
Barry
MemberSweet, glad you figured something out π
I’ll go ahead and close the thread since it looks like you’ve got a solution you’re happy with – but of course if we can help with anything else please don’t hesitate to create new threads as needed.
Thanks!
May 20, 2014 at 3:51 pm in reply to: Change default month to show month with upcoming events #168086Barry
MemberAwesome – thanks again π
At this point I’ll go ahead and close the thread, but if we can help with anything else please don’t hesitate to create new threads as needed.
May 20, 2014 at 11:31 am in reply to: How to not send the e-tickets? (Tickets to be retreived at the event) #167786Barry
MemberGlad that took care of the first problem π
1. Is the code I added in functions.php weβll have to re-applied each time the theme gets upgraded?
If it is a theme sourced from a third party and you’re going to update it regularly, then yes – but you could alternatively set it up in a child theme or even a custom plugin – we typically just suggest a theme’s functions.php as experience suggests people find that the easiest approach (though you can certainly set it up by any other suitable means).
2. Where/how do I remove or better change the wording βYouβll receive your tickets in another email.β in the completed order e-mail.
You could add a further snippet like this:
add_filter( 'wootickets_email_message', 'replace_wootickets_order_msg' ); function replace_wootickets_order_msg() { return 'Your custom message'; }Does that help?
Barry
MemberHi!
This is what we see on a Mac device – the scrollbars are indeed hidden by default but do display when needed as you can see in this short screencast:
Are you experiencing something other than this? If not, I believe this is simply standard behaviour on that platform.
May 20, 2014 at 11:24 am in reply to: Change default month to show month with upcoming events #167777Barry
MemberGlad it works π
I’m afraid it isn’t designed to work for the main calendar view, though – it only affects the widget. You could certainly use some of the code as the basis of your own solution however (and if you’d like to see a tutorial for the main calendar view definitely do post a request).
Thanks!
Barry
MemberHi!
I’m not completely clear on what you’re trying to achieve … but if for instance you want to effectively embed a copy of the existing list view from within another template you could possibly experiment with tribe_get_view() but be aware by itself this doesn’t guarantee that any supporting CSS or Javascript assets will be set up.
If you want to do something more advanced such as restrict the events that are listed according to the current taxonomy term (or terms) being queried that of course might be yet more involved.
Barry
MemberHi – great question!
That would be a fairly advanced customization to make at this time, but I imagine it would be possible. We are implementing some changes that will greatly ease this process, though, and though I can’t guarantee anything those changes ought to roll out with the very next maintenance release π
Thanks!
Barry
MemberHi – can you take a look at this thread?
Though quite old at this point it covers the basics for adding stock information to the ticket form (check out the section of code that references $ticket->stock). If that doesn’t work for you because you need to do this outside of the ticket form, you can – but it’s really the sort of custom development question we can’t offer too much help with.
That said, you might find this (unofficial) plugin to be useful – here are some examples of how you can use it – and of course you may simply use it as a guide with which to build your own solution.
I hope that helps π
Barry
MemberYes – that’s part of the same problem and ought to be resolved in our upcoming maintenance release π
Sorry for any inconvenience in the interim.
Barry
MemberHi – I’m sorry you’ve had such a rough ride.
The first thing to do – with particular regards to the duplicates – is review this blog post and try out the duplicate cleanup plugin (note you might need to run it a few times).
With regards to hovering over events and seeing strange formatting, is it possible you have custom template overrides (ie a set of files in a tribe-events directory within your theme) and if so can you try temporarily disabling them (by renaming your-theme/tribe-events to something like your-theme/x-events)?
This would allow us to determine if the problem is that your customizations need to be updated, or if it is something else.
Thanks – and let me know how you get on π
Barry
Member(As a sidenote, I’ve moved this across from the WooCommerce Tickets forum to the Eventbrite forum – however the URL for the thread should stay the same and you should remain subscribed to email notifications, if you previously selected that π ).
Barry
MemberHi – I’m sorry you’re experiencing difficulties.
We’re definitely aware of some issues with the license field and will resolve that as quickly as we can – please do note that, with the exception of automated updates, the functionality of your plugin will not be affected by this.
When I import an event from EventBrite, all the information appears, however, the ticket area (iframe) is blank and shows no content. The page is on https, so Iβm wondering if that is a contributing factor.
I took a peek at your site and could only find one upcoming event – but it did seem to have a ticket iframe which was visible and functional, best I could tell.
Can you confirm if the issue has now been resolved or if I would need to view a different event in order to see the problem?
Barry
MemberHI – I’m sorry you’re experiencing problems.
The first thing I would note is that Stetson Winery Live Entertainment appears to be a recurring event – it’s worth remembering that, at this time, WooCommerce Tickets does not support recurrence.
They are working but when Iβm in the dashboard I canβt see the Stetson Winery Live Entertainment section to edit it and when I go into the other concert, Bud Bierhaus I canβt see any of the content to edit but it does show up on the page
Honestly I’m just a little confused as to what you are experiencing here – would you be able to share a screenshot to help illustrate?
Thanks!
Barry
MemberHi – great question!
There is indeed an RSS feed:
http://example.com/events/feed/
If you need the events in some other order though, you might prefer a custom coded solution that leverages our tribe_get_events() function (which is basically a wrapper around WordPress’s own get_posts() function) – but that would be a more advanced topic and you may prefer the simplicity of using an RSS feed.
Does that help at all?
-
AuthorPosts
