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:”
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);
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]
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.
That’s a nice little workaround! Thanks for sharing it.
Viewing 4 reply threads
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.
Support forum for the Seating Chart add-on for EE3.
This product has been discontinued and is no longer under development.