• Resolved dredgeeddie

    (@dredgeeddie)


    How do you add an image to a seating plan, I am unsure about how to point the seating plan to the media I wish to use. I have followed the example but I’m struggling o figure its out.

    Could you break down where I would need to insert the image url, for example, if my images called MYimage.jpeg where in the code would it go [i1]1.9-9.23

    Many Thanks.

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

    This may help.

    In Stageshow Settings -> Advanced -> Custom Style Sheet -> Press edit.

    Copy in the following code replacing the name of your seating plan and image name (Which you should upload to the images folder (wp-content\uploads\[stageshowfolder]\images).

    .stageshow-boxoffice-[INSERTSEATINGPLANNAMEHERE]-block1
    {
            background: #202020 url("../images/[INSERTIMAGENAMEHERE].png") no-repeat center center;
    }

    Hope this helps!

    • This reply was modified 7 years, 5 months ago by Chris.
    • This reply was modified 7 years, 5 months ago by Chris.
    Thread Starter dredgeeddie

    (@dredgeeddie)

    That’s great. Worked perfectly. Thank you so much.

    Please let me know if you have any ideas for the other questions I’ve had. Appreciate your time.

    Glad I could be of assistance.

    In regards to your other post I’m unsure unfortunately. That would be a developer question sorry!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images’ is closed to new replies.