• Resolved carosch

    (@carosch)


    Hello,

    I finished setting up all the seats but I need help changing the display of the #boxes div.

    I am not using a caption, so I don’t need the space to remain empty. I would prefer the #boxes div to take a larger space. What CSS selector should I change?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author thesiim

    (@thesiim)

    Hey
    I am not sure if I understood what you are trying to accomplish. Are you trying to just make the seats bigger? If so then you can use map editor to resize boxes.

    Thread Starter carosch

    (@carosch)

    Hello,

    I’m sorry english is not my native language, I’ll try to explain better.

    Since I’m not using the div that displays the legends on the left of the room plan, I wish I could give to the rooms plan div (middle-section?) more width. And I don’t find how to do that. If I succeed, that will give to the user a bigger view of the entire room.

    I also try to do that, in order to explain to the user on which side is the stage, but that doesn’t work. How can I fix this ?
    div#box-wrap:after {
    content: \'SCèNE\';
    color: red;
    font-size: 25px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: #ccc;
    }

    Caroline

    Plugin Author thesiim

    (@thesiim)

    The room plan width and height are dynamic and are calculated automatically based on many factors. If you are not using legends then that is already taken into account and more width is given.
    Source: https://github.com/SiimKirjanen/seatreg/blob/master/registration/js/registration.js#L1128

    Thread Starter carosch

    (@carosch)

    Thank you for your answer.

    Perhaps I did something wrong, because, the room plan doesn’t take more width. You can see it here

    https://resa.e-danses-marseille.com/seatreg?seatreg=registration&c=683e264c69&page_id=seatreg

    Caroline

    Plugin Author thesiim

    (@thesiim)

    Hmm… looks fine to me. Room will take the width it needs. If you look at your third room you will see that its bigger and takes more width. I think you need to create rooms with bigger seats/spacing to achieve the result you are looking for.

    Thread Starter carosch

    (@carosch)

    Hello,

    I’m very sorry, but I think I haven’t explain very well again. Here is a screenshot to show you witch space is available, and this is the space where legends used to be but not useful for me. I thought I could use his space to give the room plan more space.

    Caroline

    Plugin Author thesiim

    (@thesiim)

    I will try to explain with an example. Lets say you create a new room plan. In that room there are only 4 seats with no empty space between them. Each seat is 25px wide. So the total room width is 100px (25×4). Now in registration view the room will be 100px wide. Room will not get bigger then 100px as it don’t need more room (even if there is more room). The width of the room is determined by what was added to the room plan.

    Thread Starter carosch

    (@carosch)

    Hello,

    now I understand, thank you, and very sorry for your time

    Caroline

    • This reply was modified 1 month, 3 weeks ago by carosch.
    Plugin Author thesiim

    (@thesiim)

    No problems. Will mark as resolved.

    Plugin Author thesiim

    (@thesiim)

    Resolved

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.