• Resolved MCI Desarrollo

    (@mcidesarrollo)


    Hello, thanks for your plugin.
    Is there a way to block some seats so they cannot be reserved? We need to do this to separate people due to Covid

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    There is.

    Go to Performances, click show and then click edit beside seats lockout.

    Chris

    Thread Starter MCI Desarrollo

    (@mcidesarrollo)

    Fenomenal gracias!!!

    Thread Starter MCI Desarrollo

    (@mcidesarrollo)

    And is there any way that the color of the seats blocked by the admin and the reserved seats have different color? a different css class in the html tag would be great.

    And another question: Are there any limitations of the free plugin? is there a paid version?

    Thanks again!

    You can change the colour of the seats for admins and front end separately. Go to stageshow settings and find the “Custom Admin Stylesheet” and “Custom Stylesheet”. Remember these names.

    Within your hosting files navigate to:
    wp-content / uploads / stageshow / css / [FILE NAME HERE].css

    In this file you are looking to edit the bits below that look similar to that below:

    
     .stageshow-boxoffice-seat
    {
    	border: 2px black solid;
    	border-radius: 4px;
    	padding: 0;
    	margin: 2px;
    	width: 15px;
    	height: 15px;
    	text-align: center;
    }
    
    div.stageshow-boxoffice-seat-unknown
    {
        background-color: #FFFF00 !important;
    }
    
    div.stageshow-boxoffice-seat-available
    {
        background-color: #00e40e !important;
    }
    
    div.stageshow-boxoffice-zone-Top-Price {
    	background-color: #4eff00 !important;
    }
    
    div.stageshow-boxoffice-zone-Top-Price_Additional {
    	background-color: #4eff00 !important;
    }
    
    div.stageshow-boxoffice-zone-Standard_Price {
    	background-color: #7a6cff !important;
    }
    
    div.stageshow-boxoffice-zone-Standard_Additional {
    	background-color: #7a6cff !important;
    }
    
    div.stageshow-boxoffice-seat-disabled
    {
        background-color: #292828 !important;
    }
    
    div.stageshow-boxoffice-seat-requested
    {
        cursor: pointer;
        background-color: #ff7800 !important;
    }
    

    The paid and free versions were bundled together, they used to be Stageshow, Stageshow Plus and Stageshow Gold. There are now all known as Stageshow with no variants. What is available on wordpress is all that stageshow offers now which is everything that was in gold, for free!

    Chris

    Thread Starter MCI Desarrollo

    (@mcidesarrollo)

    Thank you very much but what I need is to block a few seats (I have already been able to do this in Show / edit) but in the front they appear the same color as if a user has reserved them.

    What I need is that when the admin blocks a seat from the backoffice a different class is added in the html tag so that the front can put a different color to the seats reserved by users and to the seats blocked by the admin.

    If this is not possible, can there be some other way to do it?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Block seats.’ is closed to new replies.