Barry

Forum Replies Created

Viewing 15 posts - 9,586 through 9,600 (of 17,936 total)
  • Author
    Posts
  • in reply to: Can the Organizer field be renamed? #123012
    Barry
    Member

    Hi Mike,

    Just a note first of all that it’s probably better to post questions like this in the PRO forum rather than WooCommerce Tickets, as it doesn’t directly related to ticketing.

    Would a snippet like this help (you could add it to your theme’s functions.php file, for instance)?

    in reply to: Organizer Logo in version 3.x #123007
    Barry
    Member

    Yes, a featured image can normally be set unless for instance your theme has restricted support for thumbnails to a subset of post types and you could certainly embed it in any number of places.

    The snippet in this other thread shows how you can obtain the venue thumbnail (if there is one) by working back from the event ID. You could do the same thing with an organizer (but use tribe_get_organizer_id() this time) . For a general overview of overriding and customizing templates, please review the following, the Themer’s Guide in particular:

    I hope that helps πŸ™‚

    in reply to: Venue Logo on Single Event View #123002
    Barry
    Member

    Hi Mike,

    We don’t have examples for every single scenario I’m afraid, but something like this ought to do the trick/form a starting point for your own solution.

    Does that help?

    in reply to: Reprinting / Resending Tickets #122997
    Barry
    Member

    Unfortunately we don’t have a means of doing that baked into the plugin, but we’d certainly be open to any feature requests you might post along these lines:

    http://tribe.uservoice.com

    If you see any suitable existing requests, of course please just add your support to that one. Thanks!

    in reply to: Photo View Not Sorting Properly #122993
    Barry
    Member

    Hi: it actually looks to me like it is behaving as expected. Photo view arranges the tiles in order to make best use of space – so it’s important to note that as part of that they are not rigidly laid out in a fixed, linear style grid and some amount of flexibility exists.

    This illustration might help to explain things: note how the fourth event in sequence appears as if after the fifth, if you try to interpret it as being ordered in rows running left to right, top to bottom. However, the subtle difference is that the fourth event in that example starts at a higher position than the fifth and, in this context, that is the correct placement.

    I do appreciate it can be slightly unusual if you weren’t expecting this – but does that at least clarify things?

    in reply to: Recurring events in Eventbrite Tickets #122989
    Barry
    Member

    I’m afraid that, right now, Eventbrite Tickets does not offer full support for recurring events – this has historically been a limitation imposed by the Eventbrite API, which dictates what we can and cannot set up.

    With that said, you could certainly set up multiple individual events and create tickets for them that way.

    I hope that helps – but let me know if we can assist with anything else πŸ™‚

    in reply to: Recurring events in WooTickets #122984
    Barry
    Member

    Hi – thanks for contacting us πŸ™‚

    Right now WooCommerce Tickets does not support recurring events, however you can certainly set up multiple individual events that might happen to share some of the same details, and allocate tickets with appropriate stock levels for each day.

    Does that help?

    Barry
    Member

    Hi!

    The tribe_get_cost filter might be useful to you here (it’s called at the end of the tribe_get_cost() function) and callbacks can accept the post ID of the relevant event in addition to the formatted cost string – so you could use this to retrieve the event start date and make an adjustment from there.

    You could even update the cost field in the database at the same time, if you wished to do so.

    Does that help?

    in reply to: Filter by category #122976
    Barry
    Member

    Hi: in your custom query, try setting the eventDisplay property to custom (and also supply aΒ start_dateΒ property set to todays date in yyyy-mm-dd format) … does that help here?

    in reply to: Customizing Template Views #122973
    Barry
    Member

    views/list/content.php is pulled in by the views/list.php template – does that help at all?

    Barry
    Member

    Hi!

    Please do ensure you’ve read through the Themer’s Guide in the first instance as this covers the process for making template overrides.

    How about the event details box too?

    If you override the single-event.php template you should see the following section of code which you can reposition within the template:

    <!-- Event meta -->
    <?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
    	<?php echo tribe_events_single_event_meta() ?>
    <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>

    How can the loop be split up into multiple rows and columns? Is this even possible?

    Since you’re interested in customizing a single event I’m not sure which loop exactly you are referring to (technically there is indeed a loop, but it contains only one item) but you certainly have complete freedom to customize things however you would like.

    I do appreciate the desire for further examples and to customize things – however, it’s impossible to cater for everyone and between this thread and the Themer’s Guide you should get a good sense as to how you can re-arrange the single event page layout. Add a little CSS and you should be able to reduce the width of the elements you are targeting and float them to the right, too πŸ™‚

    Since we can’t go into too much more detail for this specific case I’ll go ahead and close this thread, but of course if anything else crops up that you need help with please don’t hesitate to open a new thread (or threads).

    Thanks!

    in reply to: I can't see created tickets in the event page #122944
    Barry
    Member

    This reply is private.

    in reply to: Keeping calendar icon in Event List Widget #122940
    Barry
    Member
    in reply to: Adding a download in addition to printing the ticket. #122927
    Barry
    Member

    Yes – you can grab older releases here and create diffs from there.

    If it helps, you might want to look at TribeEDDTickets::rendor_ticket_print_view() and the hook it runs on (template_redirect) which could provide a path to a temporary workaround and, of course, we’ll continue to progress this on our end too – though realistically it probably isn’t going to squeeze into the very next release which is in the final stages of preparation (and so is subject to a code freeze).

     

    in reply to: events have disappeared from the backend again #122925
    Barry
    Member

    This reply is private.

Viewing 15 posts - 9,586 through 9,600 (of 17,936 total)