Hiding Ticket Stock on Event Pages

Home Forums Ticket Products Event Tickets Plus Hiding Ticket Stock on Event Pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1118848
    Martine
    Participant

    Hi there,

    Loving the plugin so far: using Event Tickets Plus with WooCommerce, it works great!

    I have a few minor issues: I’ve searched the forum, but couldn’t find an answer to these particular issue, all related to event pages (f.e. http://www.stiftfestival.com/concert/avondconcert-4/)

    1.
    The foundation i’m working for, Het Stiftfestival, wants to hide the ticket stock on Event pages. I can’t find an option for that, is that available?
    2.
    Same goes for hiding the ‘add to iCal and Google Calendar’ buttons.
    3.
    I’ve trying to style the + and – buttons next to input field for the amount of tickets, so far it’s not working. Any tips on where i should be editing these? They have to be fairly simple: black with a white + or -.

    Thanks for any help!

    #1119028
    Brook
    Participant

    Howdy Martine,

    I would love to help you with this.

    If your goal is to simply hide the Tickets stocks then a little bit of CSS could get you there:

    span.tribe-tickets-remaining { display: none; }
    
    Similarly to style the + and Minus buttons you could do something like this:
    
    

    .woocommerce .quantity input.plus, .woocommerce .quantity input.minus {
    background-color: rgba(225, 20, 36, 0.75);
    border: none;
    }`

    Finally hiding the Google/iCal links:

    .tribe-events-cal-links { display: none; }

    However if you wish to completely remove things from the front end instead of just hiding, such as the Stock count, you will need to create an override. Our Themer’s Guide walk you through this process.

    Does that help get you to where you want to be?

    Cheers!

    – Brook

    #1124596
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hiding Ticket Stock on Event Pages’ is closed to new replies.