Ticket Amount

Home Forums Calendar Products Events Calendar PRO Ticket Amount

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #958182
    tucsonspeedway
    Participant

    How do I get rid of the ticket amount that is always the first ticket in the list? ie: I sell 4 different tickets at different prices and it always shows the first one on the events page and on the ticket page. It confuses my customers and I get tons of complaints about it.Examples below. Both pages default to $25

    #958221
    tucsonspeedway
    Participant
    #958428
    George
    Participant

    Hey John,

    Thanks for reaching out to us. Can you clarify exactly what you’re aiming to do here? For example, are you trying to hide the “$25.00” ticket price area completely? (on your main /events/ listing, like in here → https://cloudup.com/cIov8MgpGRN)

    Or are you just trying to get that value to show the value of your lowest ticket price?

    If neither of these things are what you mean – sorry for the misunderstanding. Describe what is currently happening and what you want to happen instead in a bit more detail and we can provide some more detailed help here.

    Thanks John!

    #958466
    tucsonspeedway
    Participant

    A) Hide the ticket amount- Reason: If I have 4 tickets to sell why would I want to show the first price and make people think all the tickets are that price? That should be a feature built in to hide it

    Thanks

    #958601
    George
    Participant

    Hello,

    If you add the following CSS to the bottom of your theme’s style.css file, it should hide that information successfully for you:

    
    .tribe-events-schedule .tribe-events-divider,
    .tribe-events-schedule .tribe-events-cost,
    .tribe-events-event-cost {
        display: none !important;
    }
    

    For further customizations, or to customize anything you don’t like with the plugin, there are two great methods you can use – first is to install a Free a tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome, and use the Inspector tools from these to find what CSS you need to write to hide things, change their color, etc.

    The other thing you can do to customize the plugin on your site is to use the principles outlined in our Themer’s Guide to customize the plugin markup directly – check that out here: https://theeventscalendar.com/knowledgebase/themers-guide/

    Let us know if this helps!

    #984110
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ticket Amount’ is closed to new replies.