hide minimum tickets available for sale

Home Forums Ticket Products Event Tickets Plus hide minimum tickets available for sale

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1546990
    infocad-ray.com
    Participant

    hi, i’ve searched and found some threads about hiding ticket numbers for sale and have tried to add the css code in the customization field, but it has not worked

    i’m wondering if there is way to change the code by going into the root menu like how i removed the footer and header like below, please advise. thanks

    here’s a sample url https://cad-ray.com/seminars/

    wp-content/plugins/the-events-calendar/src/views/single-event.php. In your copy, you’ll want to remove the following from the tribe-events-footer section:

    <ul class=”tribe-events-sub-nav”>
    <li class=”tribe-events-nav-previous”><?php tribe_the_prev_event_link( ‘<span>ยซ</span> %title%’ ) ?>
    <li class=”tribe-events-nav-next”><?php tribe_the_next_event_link( ‘%title% <span>ยป</span>’ ) ?>

    #1547401
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I’d be happy to help you ๐Ÿ™‚

    The easiest way to hide the number of tickets left would be to add some css. You say that didn’t work, but if you add an !important, that should do the trick.

    So you can head to Appearance > Customize > Additional CSS, and add the following code:

    .tribe-events-event-cost .tribe-tickets-left {
    display: none !important;
    }

    Please let me know how it goes.

    Cheers,
    Jeremy

    #1547619
    infocad-ray.com
    Participant

    that was an important piece of information
    all puns intended
    thank you for your help

    #1548185
    Jeremy
    Keymaster

    Hi,

    I’m glad your problem is solved ๐Ÿ™‚

    I’m going to close this thread then, but feel free to open a new one if you have further questions.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘hide minimum tickets available for sale’ is closed to new replies.