Removing "Unlimited available" and ticket quantity language next to tickets

Home Forums Ticket Products Event Tickets Plus Removing "Unlimited available" and ticket quantity language next to tickets

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1446355
    Erin
    Participant

    Please help: I do not want people to see the number of tickets left OR the “unlimited available” text when they are purchasing a ticket. How do I get rid of this verbiage? See the two attached examples.

    #1448334
    Jennifer
    Keymaster

    Hi Erin,

    You can hide this by adding the following CSS to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    .tribe-tickets-remaining {
    display: none !important;
    }

    If you want to remove it entirely, you can edit the template for the ticket section (found at wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php) by following the instructions in our themer’s guide. Once you’ve copied it over, you can remove the following from your copy:

    if ( $available ) {
    ?>

    ID ) . '">' . esc_html( $readable_amount ) . '
    '
    );
    ?>

    <?php
    }

    We are a bit limited in the amount of support that we can provide for customizations, but if you get stuck or have any questions, please let me know!

    Thanks,

    Jennifer

    #1468312
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing "Unlimited available" and ticket quantity language next to tickets’ is closed to new replies.