Support

Home Forums Seating Chart Add-on (EE3) Seating chart stage

Seating chart stage

Posted: April 14, 2014 at 12:56 pm


Niklas Björling

April 14, 2014 at 12:56 pm

Hello!

Is there a way to add a stage (placeholder/picture) to the seating chart. It would be good to understand which way the arrangement is made.

And also it is possible to delete the description and level on the seat-mouseover. When I leave it empty is still have the topic there, like “description:”

Best regards,
Niklas


Josh

  • Support Staff

April 16, 2014 at 10:56 am

Hi Niklas,

While there isn’t a feature that lets you add a stage to the chart where they select their seat, you can Attach a preview (in a jpg or png file) image that can be viewed as a reference.

You can remove the Desription and Level fields from the mouseover display by commenting out lines 223 and 226 in the seating_chart.js file like shown:

html = "Seat: "+jQuery(this).children('.ee_s_custom_tag').html()+"<br/>";
html += "Price: "+ee_seating_chart_vars.currency_symbol+jQuery(this).attr('price')+"<br/>";
// html += "Level: "+jQuery(this).attr('level')+"<br/>";
html += "Section: "+jQuery(this).attr('section')+"<br/>";
html += "Row: "+jQuery(this).attr('row')+"<br/>";
// html += "Description: "+jQuery(this).children('.ee_s_description').html()+"<br/>";
obj.html(html);


Niklas Björling

April 23, 2014 at 3:10 am

Thanks for the help.

I did actually figure out a workaround. I did edit the css file that styles the “seating popup window” And edited the header section to look like a scene/stage and named in scene.

it looks like in this picture.
[IMG]http://i60.tinypic.com/2qvrwav.png[/IMG]


Niklas Björling

April 23, 2014 at 3:11 am

Thanks for the help.
I did actually figure out a workaround. I did edit the css file that styles the “seating popup window” And edited the header section to look like a scene/stage and named in scene.
it looks like in this picture.


Dean

April 23, 2014 at 3:20 am

That’s a nice little workaround! Thanks for sharing it.

The support post ‘Seating chart stage’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso