Barry

Forum Replies Created

Viewing 15 posts - 7,951 through 7,965 (of 17,936 total)
  • Author
    Posts
  • Barry
    Member

    Hi!

    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?

    in reply to: Integrate events list on taxonomy page #168091
    Barry
    Member

    Sweet, 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!

    Barry
    Member

    Awesome – 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.

    Barry
    Member

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

    in reply to: Filter Scrollbars not Displaying on Mac Browsers? #167780
    Barry
    Member

    Hi!

    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:

    screencast.com/t/VeR1idxcMYQx

    Are you experiencing something other than this? If not, I believe this is simply standard behaviour on that platform.

    Barry
    Member

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

    in reply to: Integrate events list on taxonomy page #167578
    Barry
    Member

    Hi!

    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.

     

    in reply to: WooTickets Add Columns to Attendees List #167572
    Barry
    Member

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

    in reply to: Show Woocommerce Ticket Stock below featured image #167567
    Barry
    Member

    Hi – 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 πŸ™‚

    in reply to: Organizer details not saved on submission #167555
    Barry
    Member

    Yes – 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
    Member

    Hi – 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 πŸ™‚

    in reply to: EventBrite Tickets Not Showing Up on Event Page #167541
    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 πŸ™‚ ).

    in reply to: EventBrite Tickets Not Showing Up on Event Page #167537
    Barry
    Member

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

    in reply to: Product not showing in editor #167529
    Barry
    Member

    HI – 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!

    in reply to: Pulling Events list for Email Blasts/Newsletters #167520
    Barry
    Member

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

Viewing 15 posts - 7,951 through 7,965 (of 17,936 total)