• Resolved cdaluk

    (@cdaluk)


    Hi Malcolm,

    I’m having trouble getting my seating plan right. I’ve read the user manual a few times and I just can’t seem to get it right.

    I’m trying to produce something similar to this:

    Here is what I have in the seating plan:

    Seating Plan

    Which produces:

    Seating plan

    So I’m almost there, the issue I have is when I click ‘A1’ according the to legend, it actually comes back as D2.

    Main zone definition:

    4.2-4.9aaaa,4.10-4.11,
    5.2-5.9aaaa,5.10-5.11,
    6.2-6.10aaa,6.11-6.13,
    7.2-7.10aaa,7.11-7.13,
    8.2-8.10aaa,8.11-8.13,
    9.2-9.11aa,9.12-9.14,
    10.2-10.11aa,10.12-10.16,
    11.2-11.11aa,11.12-11.16,
    12.2-12.5aaaaaaa,12.6-12.9,
    13.2-13.6aaaaaaa,13.7-13.11

    Thanks,

    Seb

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Malcolm

    (@malcolm-oph)

    You need to defined a Seat Decodes file to get the seat “names” right, otherwise the seat names default to the position of the seat in the grid.

    You are probably better off using the Seat Relocation syntax for the seating plan (as you already have for the Legends and Images Zones). This gives complete flexibility where the seats are positioned, and means you do not need a seat decodes file.

    For example your first two rows would look like this:
    [rd4.2]1.1-1.7,[rd4.11]1.8-1.11
    [rd5.2]2.1-2.7,[rd5.11]2.8-2.11

    Thread Starter cdaluk

    (@cdaluk)

    Thanks for your pointers Malcolm, all solved

    Just for anyone who is interested I ended up using the following:

    CSS to ‘insert’ text into ‘STAGE’ image:

    #stageshow-boxoffice-ChurchHall-block1:before {
    content: “STAGE”;
    }

    3 separate zones:

    Main block definition:

    [rd5.5]1.1-1.8,[rd5.15]1.9-1.10,
    [rd6.5]2.1-2.8,[rd6.15]2.9-2.10,
    [rd7.4]3.1-3.9,[rd7.15]3.10-3.12,
    [rd8.4]4.1-4.9,[rd8.15]4.10-4.12,
    [rd9.4]5.1-5.9,[rd9.15]5.10-5.12,
    [rd10.3]6.1-6.10,[rd10.15]6.11-6.13,
    [rd11.3]7.1-7.10,[rd11.15]7.11-7.15,
    [rd12.3]8.1-8.10,[rd12.15]8.11-8.15,
    [rd13.4]9.1-9.4,[rd13.15]9.5-9.8,
    [rd14.3]10.1-10.5,[rd14.15]10.6-10.10

    Rows legend:

    [5.1]R1-11

    Image definition (stage):

    [i1]1.3-2.16

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Having trouble getting seating plan right’ is closed to new replies.