Forum Replies Created
-
AuthorPosts
-
Chuck
ParticipantI’m tired of running tests for you guys all the time. I’ve had more issues with The Events Calendar than any other plugin that I use. What I would rather do is have you guys release updates that actually work!
At this point I’m just going to sit back, because the pattern is that in a few days to a week, you guys will see the error of your way, fix it, and put it in another new release.
What would be really nice, is if you guys release fixes separate from adding new features. It’s all these new features that break everything.
Chuck
ParticipantMy tickets are not saving. The solutions that others have are not related to my issue. Rolling back to the 4.7 version of Event Tickets and Event Tickets Plus fixed the issue. So clearly it’s an issue with the new version.
March 23, 2018 at 12:43 pm in reply to: Since Updating all Next Event links are all old events #1487316Chuck
ParticipantI did not switch back to 2017. I simply did a rollback on the version and it worked fine. So clearly there is something wonky on the new version.
March 20, 2018 at 2:34 pm in reply to: Since Updating all Next Event links are all old events #1484403Chuck
ParticipantRolling back ton 4.6.11.1 indeed fixed the issue. Thanks romakoinonia!
Chuck
ParticipantI tried adding this code to my tooltip.php:
[[ } ]] [[ if(venue.length) { ]] <div class="tribe-event-venue">[[= venue]]</div> [[ } ]] [[ if(VenueAddress.length) { ]] <div class="tribe-event-venue">[[= VenueAddress]]</div> [[ } ]] [[ if(VenueCity.length) { ]] <div class="tribe-event-venue">[[= VenueCity]]</div> [[ } ]] [[ if(VenueState.length) { ]] <div class="tribe-event-venue">[[= VenueState]]</div> [[ } ]] [[ if(VenueZip.length) { ]] <div class="tribe-event-venue">[[= VenueZip]]</div> [[ } ]]Then I tried adding this code to my single-event.php:
$venue = array(); $getvenue = tribe_get_venue(); $venue['venue'] = $getvenue; $address = array(); $getaddress = tribe_get_address(); $address['VenueAddress'] = $getaddress; $city = array(); $getcity = tribe_get_city(); $city['VenueCity'] = $getcity; $state = array(); $getstate = tribe_get_state(); $state['VenueState'] = $getstate; $zip = array(); $getzip = tribe_get_zip(); $zip['VenueZip'] = $getzip;I’m clearly doing something wrong.
Chuck
ParticipantI tried your code with no success. I actually had success after I reworked the code from this post:
Include venue details and Additional custom field in month/mobile.php
I’m still having issues though as it isn’t listing the address with city and state which is what I really need. What am I missing here?
-
This reply was modified 8 years, 10 months ago by
Chuck. Reason: add words
Chuck
ParticipantI followed the instruction per this thread:
But, I’m still not getting the venue to list on the tooltip. What am I missing?
January 26, 2017 at 8:59 am in reply to: Available inventory count not updating as tickets sell #1224462Chuck
ParticipantHello!
When can we expect it? I have a client very mad at me that it’s not working.
January 13, 2017 at 3:59 pm in reply to: Available inventory count not updating as tickets sell #1218445Chuck
ParticipantI’m having the same issue. The stock is not reduced only when I do manual orders. If they are placed entirely online by the customer, it works.
December 1, 2016 at 11:24 am in reply to: Displaying Ticket "Additional" info in the Attendee list #1200466Chuck
ParticipantPerfect! Where would I put this bit of PHP? In the functions.php file?
I would love to see the Screen Options implemented in a future release. Seeing the various columns in the Attendees view is essential to a clean check-in process. So put my vote in!
-
This reply was modified 9 years, 4 months ago by
Chuck. Reason: Added content
November 30, 2016 at 2:26 pm in reply to: Displaying Ticket "Additional" info in the Attendee list #1200017Chuck
ParticipantAnother thing…
Now that I’m looking, I don’t see Screen Options for my Attendees View. Do the Screen Options go away when using Event Tickets Plus?
November 30, 2016 at 2:04 pm in reply to: Displaying Ticket "Additional" info in the Attendee list #1200008Chuck
ParticipantIf I were to edit the tickets-attendees.js file to change the Screen Options, where would I put the tickets-attendees.js file in my theme? I have created a /tribe-events/ folder in my theme already per the Themer’s Guide. Does it go in there somewhere? FYI, I’m using Events Calendar Pro and Event Tickets Plus.
Chuck
ParticipantYou are a genius! The SSL settings were the issue. I am now using the Really Simple SSL plugin. Much better. This is the kind of support that I needed! Thanks again!
Chuck
ParticipantI am a web developer and I am having this same issue on multiple sites. On every site, I am having issues with the ticket images not showing up in the cart. My point is that Event Tickets Plus is having multiple issues across multiple sites. BTW, all these sites have themes that declare compatibility with The Events Calendar (i.e. they follow your published rules for development)
So here’s my gripe, if Event Tickets Plus will only work on default WordPress themes, then I don’t understand why I am paying for this plugin. This is not an isolated issue. I would like you to look into why this issue is persisting specifically on this site (fabricateboulder.com) with this theme. If you would like me to list all the other sites that are having the same problems, I can do that as well.
I am about done with Event Tickets Plus! I have been a big fan of The Events Calendar for more than a year now, but if you guys can’t fix some of these development issues with Event Tickets Plus, then I will have to look elsewhere for a solution. Thank you!
Chuck
ParticipantPerfect! Thanks!
-
This reply was modified 8 years, 10 months ago by
-
AuthorPosts
