Barry

Forum Replies Created

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

    Hi – interesting idea.

    I’m not actually familiar with the inner workings of Yoast Local SEO Locations and this sort of customization is ultimately one you would need to drive forward by yourself – but I guess the first decision ought to be which implementation (theirs or ours) best fits your needs.

    From there you can explore how easily one or the other can be stripped out and how the remaining system can be integrated across the board πŸ™‚

    in reply to: Additional Columns in the Attendees list CSV export #692044
    Barry
    Member

    I’m afraid that, at this time, there’s no easy path in this regard.

    The code you posted is intended to impact on the actual table visible in the attendee list screen – and it won’t impact on the CSV export. That raises an excellent point though and I’ll log this as an area in need of some further attention πŸ™‚

    in reply to: Adding ECP Widget to WooTickets #691658
    Barry
    Member

    Our pleasure πŸ™‚

    I’ll go ahead and close out this thread – but please do create new threads as needed if we can help with anything else. Also, 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!

    in reply to: Date formatting wrong #691606
    Barry
    Member

    Thanks – I don’t think I’ll need those credentials though – your screenshot gave me what I needed πŸ™‚

    This definitely seems like a bit of a shortcoming in our implementation; however, it is actually possible to completely override things using the tribe_events_event_schedule_details hook and so break away from any restrictions our settings effectively enforce. The basic outline for that sort of solution would look something like this:

    add_filter( 'tribe_events_event_schedule_details', 'custom_schedule_details' );
    
    function custom_schedule_details() {
        $start_date = tribe_get_start_date( null, false, 'PHP style date format' );
        $end_date = tribe_get_end_date( null, false, 'PHP style date format' );
        return "$start_date to $end_date";
    }

    This would give you absolute control. Catching situations more selectively such as only overriding things when it is a multiday event taking starting and ending in the same year is going to be doable using the same filter hook – but a little more involved than we would usually cover here in the forums.

    All that to say, I hope that gives you some avenues to explore – namely, writing a custom date formatting function or else temporarily changing your date format settings (even if not ideal, perhaps it could function as a temporary measure until we can reconsider our settings in this regard?).

    Does that help?

    in reply to: Adding ECP Widget to WooTickets #691505
    Barry
    Member

    Hi Emi,

    I’m afraid thereΒ  is not a shortcode for doing this, although this unoffical plugin, not supported by us here on the Modern Tribe forums, may offer you what you need πŸ™‚

    Thanks again!

    in reply to: List view and conditional tags #691497
    Barry
    Member

    Excellent πŸ™‚

    In that case I will go ahead and close out this thread – but do know we’ve also logged an issue to revisit our interaction with various query properties (like is_post_type_archive). If any other questions crop up, please don’t hesitate to create a new thread and one of the team will be only too happy to assist.

    Last but not least, 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!

    in reply to: Customizing email template #691486
    Barry
    Member

    OK – what version of Community Events are you using? Is it possible you are one or more versions behind?

    in reply to: Images become pixelated on the List view #691478
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: 500 Internal Server error #689976
    Barry
    Member

    I do apologize, I completely forgot that facility is not available in The Events Calendar by itself.

    How about the server logs? Were you able to check them or else check in with your host and ask them if they could identify errors leading to the 500 Internal Server Error – and can you point me to a page describing the hosting package you are using?

    in reply to: Woo Tickets ISSUE: CREATED 6 Tickets, only 3 are showing. #689894
    Barry
    Member

    Hi! So just to confirm, the initial problem (with tickets not appearing) is now resolved? If so I’ll go ahead and close out this topic – and if you could create new ones for each of the remaining problems that would be appreciated as we do try hard to stick to one issue per topic.

    Doing so just helps us to ensure fair service for all of our customers and makes threads more easily digestible for other community members looking through them in the future.

    Thanks!

     

    in reply to: Redeem Tickets via other methods (QR code, etc) #689885
    Barry
    Member

    That would be awesome – thanks again!

    in reply to: Move Event Details and Ticket to Above Single Page #689761
    Barry
    Member

    Hi – some great questions there πŸ™‚

    We’ve actually got a tutorial that explains how to move the ticket form, please see here.

    Also, it’s currently shown as a scrolling. Can we remove that and have it just static on our page?

    There’s no particularly easy solution here – I’m afraid this is a limitation of eventbrite.com’s iframe-based approach to embedding tickets and so isn’t something we can easily change ourselves – though it’s certainly possible to tweak things. Essentially, you would have to decide upon the correct height for the ticket form and use that everywhere.

    The problem of course is that one event might have a single ticket available whereas another could have 5 or even 20, so arriving at a height that works for all of them isn’t too easy – as you could end up with an unnecessarily tall ticket form in one case but one that isn’t tall enough (and so still has a scroll bar) in another.

    If you happen to generally have the same number of tickets for each event, though, you could certainly use a bit of CSS to control the height:

    .eventbrite-ticket-embed > iframe { height: 500px !important }

    This could be added to a custom tribe-events/tribe-events.css stylesheet within your theme.

    Does that help at all?

    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Woo Tickets ISSUE: CREATED 6 Tickets, only 3 are showing. #689509
    Barry
    Member

    Hi – I’m sorry you’re experiencing difficulties.

    When you create tickets each one can be allocated (optional) start and end sale dates. Is it possible that the missing tickets have been configured such that they do not go on sale until some future point?

    Let me know!

    in reply to: Will Event Calendar work with Divi them in WordPress #689497
    Barry
    Member

    Hi – thanks for getting in touch!

    Will Event Calendar work with Divi them in WordPress

    The Events Calendar works well with most standards-compliant themes. The best way to be sure, though, is to take it for a spin and try it out with your theme of choice (remember you can grab a copy of The Events Calendar free of charge!).

    Does your Prop account provide shortcodes?

    Right at this time neither The Events Calendar or Events Calendar PRO ship with any shortcodes and generally speaking they aren’t required. There are some third party add-ons, though, like this one which do provide a number of shortcodes so they may be helpful here.

    Does that answer your questions?

Viewing 15 posts - 6,301 through 6,315 (of 17,936 total)