To hide the number of tickets available

Home Forums Ticket Products Event Tickets Plus To hide the number of tickets available

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1109080

    Hi Nico
    I followed your instruction adding below CSS snippet to both theme stylesheet or via Simple Custom CSS plugin, but nothing is working. Please check out at http://viperchallenge.hangout.coupons/

    /* hide number of tickets available */
    .tribe-tickets-remaining {
        display: none;
    }

    #1109212
    Tommy
    Participant

    I also have this issue. I want to hide number of tickets available and don’t see why the option to toggle this off isn’t there? This is the reason i’m still using WooTickets and have not migrated to ticket plus…. Please give us the option to remove that feature. Sentosa and myself are not the only ones who want control over that

    • This reply was modified 9 years, 12 months ago by Tommy.
    #1109327
    Hunter
    Moderator

    Hello and thanks for reaching out,

    You can remove/alter the number of tickets text by doing a template override as explained in our Themer’s Guide. The file you’ll need to overwrite is /event-tickets-plus/src/views/wootickets/tickets.php

    Look around line 74 and you’ll see the following code:


    ' . esc_html( $remaining ) . '
    '
    );
    ?>

    Remove that code from the new file you’ve created when following the instructions of our Themer’s Guide and it should remove the tickets available text.

    Good luck and thanks for reaching out. Have a great upcoming week 🙂

    #1109341
    Tommy
    Participant

    Your instructions are not clear.

    #1109584
    Hunter
    Moderator

    Hey Tommy,

    If you wouldn’t mind, go ahead and create a separate thread. You mentioned you’re still using WooTickets which has been deprecated and is no longer supported. To get support, you’ll need to make the switch from WooTickets to Event Tickets Plus.

    Thanks for understanding and I’ll keep my eye on the new thread queue.

    #1109668
    Tommy
    Participant

    Hello Hunter I do mind. I don’t like your response at all. Why do i need to start a new thread to the same issue? Your instructions are not clear so you send me away? And who gives a shit about me still using WooTickets? Maybe you should read what i wrote more clearly.. isn’t that your job? To read?

    #1110011
    Hunter
    Moderator

    Hey Tommy,

    I understand my reply is not what you were hoping for but, in the spirit of our stated forum guidelines, I will continue to help Santosa directly and you are welcome to open a new thread if you would like direct assistance.

    Thanks,
    Hunter

    #1115937
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘To hide the number of tickets available’ is closed to new replies.