Chuck

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • in reply to: Tickets not saving after last update #1496798
    Chuck
    Participant

    I’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.

    in reply to: Tickets not saving after last update #1495930
    Chuck
    Participant

    My 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.

    in reply to: Since Updating all Next Event links are all old events #1487316
    Chuck
    Participant

    I 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.

    in reply to: Since Updating all Next Event links are all old events #1484403
    Chuck
    Participant

    Rolling back ton 4.6.11.1 indeed fixed the issue. Thanks romakoinonia!

    in reply to: Changing tooltip to display location #1291419
    Chuck
    Participant

    I 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.

    in reply to: Changing tooltip to display location #1291397
    Chuck
    Participant

    I 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
    in reply to: Changing tooltip to display location #1289203
    Chuck
    Participant

    I followed the instruction per this thread:

    add venue to month tooltip

    But, I’m still not getting the venue to list on the tooltip. What am I missing?

    in reply to: Available inventory count not updating as tickets sell #1224462
    Chuck
    Participant

    Hello!

    When can we expect it? I have a client very mad at me that it’s not working.

    in reply to: Available inventory count not updating as tickets sell #1218445
    Chuck
    Participant

    I’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.

    in reply to: Displaying Ticket "Additional" info in the Attendee list #1200466
    Chuck
    Participant

    Perfect! 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
    in reply to: Displaying Ticket "Additional" info in the Attendee list #1200017
    Chuck
    Participant

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

    in reply to: Displaying Ticket "Additional" info in the Attendee list #1200008
    Chuck
    Participant

    If 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.

    in reply to: Can't edit existing tickets #1199065
    Chuck
    Participant

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

    in reply to: Can't edit existing tickets #1196030
    Chuck
    Participant

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

    in reply to: Filter Bar not floating left #1190036
    Chuck
    Participant

    Perfect! Thanks!

Viewing 15 posts - 1 through 15 (of 25 total)