• Resolved maestroralph

    (@maestroralph)


    Hello,

    We are wanting to use this as a “reservation only” site. I have figured how to get the correct number of seats and pricing plans, etc., but I was wondering if there is any way to keep the Zone 1 from being listed on the Box Office page. I think people might be confused when they see this since all of our tickets are General Admission.

    Thanks for any help you can give!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Maestroralph,

    Try adding the following to your Additional CSS (Customise -> Additional CSS) in wordpress:

    .stageshow-boxoffice-data .stageshow_zoneref{
    	display:none;
    }

    If this works ensure you mark your ticket as solved ??

    Chris

    Thread Starter maestroralph

    (@maestroralph)

    Thanks Chris! That worked. I do have one other question. With my test show I have set up, when choosing performance date, I noticed that the ticket type and price lined up under the 01/28/22 date, but none of the other descriptions line up with the other dates. Make sense? Any ideas if this can be corrected?

    https://reservetickets.pulseoperahouse.org

    Excellent ??

    I’m not sure what you mean exactly, sorry.

    I am seeing this, is this what you are seeing? Are you talking desktop or mobile?

    https://prnt.sc/26a0hy0

    Chris

    Thread Starter maestroralph

    (@maestroralph)

    Desktop right now. Just that top part. Adult and Child line up and their prices, but when you click on any of the other dates, Adult and Child are not lined up and neither are their prices. It’s almost like the Adult line needs to be tabbed over. Make sense?

    Hi Maestroralph,

    Sorry for the delayed reply. Your theme has set the table element to be fixed. Use the code below in additional CSS.

    div.stageshow-boxoffice table
    {
        table-layout: auto !important;
    }

    Hopefully that works for you.

    Chris

    Thread Starter maestroralph

    (@maestroralph)

    Yes, that seems to have worked! Thank you so much!

    Thread Starter maestroralph

    (@maestroralph)

    Well, now the Zone 1 is showing up again after you add the reservations to the shopping cart…

    Hi again,

    Add the following to additional CSS also:

    .stageshow-trolley-table .stageshow_zoneref {
        display: none;
    }

    Chris

    Thread Starter maestroralph

    (@maestroralph)

    Thanks Chris! That worked!

    Ralph

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Any way to not display Zone on Box Office’ is closed to new replies.