Barry

Forum Replies Created

Viewing 15 posts - 5,041 through 5,055 (of 17,936 total)
  • Author
    Posts
  • in reply to: Displaying number of events in a day #906511
    Barry
    Member

    You’re really asking something that’s more of a general PHP/coding question than something that’s specific to our plugin – but you could basically use an approach like this:

    for ( $day = 0; $day < 7; $day++ ) {
    	$date = date( 'Y-m-d', strtotime( "+$day days" ) );
    	huge_calendar_event_count( $date );
    }

    I’m using a for loop rather than a while loop, because it feels like a more natural fit, but you’re free to use whichever structure you prefer 🙂

    I hope that helps – and good luck!

    in reply to: A few bugs on Version 3.8.1 #906411
    Barry
    Member

    Hi tobstar,

    Thanks for highlighting these issues.

    1. In admin, when change an event to draft then we couldn’t change back to publish on the event edit page. We only can change it via quick edit.

    Strangely enough I don’t experience any problems here. This is what I tried:

    • I edited an existing event and set it to draft, then hit the update button to save this change
    • It was successfully converted to a draft
    • I returned to the editor and hit the prominent blue Publish button and it was restored to a published state

    It sounds like you’re experiencing something other than that. Is the Publish button absent completely once you make it a draft? Are there any other steps I’d need to follow here?

    2. Edit all on recurring event doesn’t work to update the content, I had to edit each individual recurring event.

    Again I’m not sure I can replicate this:

    • I created a recurring event
    • I returned to the admin events list and used the Edit All link for that same event
    • I appended some extra text to the description and hit update
    • On viewing each event in the series, that appended text was present in each case

    Can I ask again if there is something I would need to do differently to see this?

    3. I have displayed a list of recurring events with link to detail page. Only happens on recurring events it show 2nd date of recurring when click on first date of recurring. All other events working fine, or click on other than first date of recurring working fine too. (URL is correct with first date link but some how they switch to next day).

    Not quite sure I’m understanding. Can you point me to a concrete example of this issue?

    YES, I’ve deactivated all other plugins to check for a plugin conflict.
    YES, I’ve reverted to the 2011 default WordPress theme (with other plugins still deactivated) to check for a theme conflict.

    We appreciate you taking the time to run through the above steps – just for the avoidance of doubt, did you encounter all of the problems you listed under these default conditions? Were you able to identify any conflicts at all?

    Thanks!

    in reply to: Translation #906346
    Barry
    Member

    Hi there!

    So this isn’t in relation to Eventbrite Tickets but simply the regular view selector?

    It seems to me to be present in the .pot catalogue and for instance it translates correctly to Woche if I switch my site’s language to German.

    Is the problem that the corresponding entry is missing in your particular language? Which language if so – would you be able to tell us the correct translation and share it over in the translations forum so it can be included in the next release?

    in reply to: Information missing in Tickets email #906320
    Barry
    Member

    Thanks for the screenshot: that definitely does not look as I would expect!

    I appreciate your concerns about troubleshooting and causing disruption to your site – but perhaps you could run your tests locally or on a dedicated test site?

    All you really need to do is create a fresh WordPress installation in a subdirectory – so it’s accessible at something like example.com/testwp – and start with just our plugins (plus of course WooCommerce, in this case) and test things out. If it works as expected in that environment it’s a fairly certain bet that a conflict is at work.

    You can basically then do our troubleshooting steps in reverse: start adding all of the plugins (and your theme) that you have on your live site, testing incrementally to see if you can replicate the problem.

    Of course, if you find that the problem occurs on a fresh test site with no other plugins/no custom themes etc that would be worrying – but on the other hand it would also mean we could safely investigate without fear of disrupting your live site.

    Perhaps that’s a possibility here?

    I also use Mandrill, would this affect it?

    Are you using this plugin to integrate with Mandrill? I don’t know of any conflicts if so, but it’s not impossible. Testing for conflicts is the best way to determine this.

    Let me know how you get on!

    Barry
    Member

    Hi there David,

    That definitely sounds like an achievable goal but it’s the sort of customization that, regrettably, we’d need to leave in your hands. A sound knowledge of the inner workings of WordPress and its rewrite system in particular would be needed here.

    Sorry we can’t offer much more on this occasion.

    in reply to: Displaying number of events in a day #905787
    Barry
    Member

    Hi!

    How about something like this:

    $events = tribe_get_events( array(
    	'eventDisplay' => 'custom',
    	'start_date'   => '2014-12-23 00:00:01',
    	'end_date'     => '2014-12-23 23:59:59'
    ) );
    
    print( count( $events ) );

    You would probably want to wrap this up in a function and make it more reusable by accepting a date parameter – but it should give the general idea 🙂

    in reply to: No Facebook from Group #905630
    Barry
    Member

    Definitely – I’ve no doubt it’s possible and we have certainly taken note of this and some other forum threads that have indicated group support would be desirable 🙂

    Unfortunately, though, there’s not too much more I can provide in the short-term for this issue but do know that we have this logged for further consideration.

    Thanks once again for the feedback and ideas – and 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.

    in reply to: moble filter not working in mobile #905104
    Barry
    Member

    Hi Odyssey,

    I’m sorry you are experiencing difficulties.

    I seem unable to view the problem: either when simulating mobile devices on my desktop – or using an actual iOS device – it works as expected (and is initially closed, but can be opened and then closed again without difficulty).

    Can you confirm which device you are using when you see this? Have you additionally run through our standard troubleshooting/conflict test steps?

    Thanks!

    in reply to: Information missing in Tickets email #905093
    Barry
    Member

    If you upload a screenshot to your WordPress site (or a service like Dropbox/Droplr, etc) you can share the URL here 🙂

    It’s missing:
    – ticket type
    – securoty code
    – venue
    – organizer
    – featured image

    OK, that doesn’t sound right at all – except for the featured image: a ticket header image should be present if set, but the actual featured image for the event is not ordinarily included.

    On testing this the other day I found those things were present and best I can tell there have not been an influx of reports about this issue – which does suggest this problem could be local to your own installation.

    Can I ask again for you to confirm that you have run through our standard conflict test/troubleshooting steps?

    Thanks!

    in reply to: Selling Event Listings #904522
    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: Specific Event Category Gets Replaced in Calendar View #904519
    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: Editing the Event in WP cancels Eventbrite Registration #904516
    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!

    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!

    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!

    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!

Viewing 15 posts - 5,041 through 5,055 (of 17,936 total)