Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Seating chart stage | Event Espresso - Staging Server

Support

Home Forums Seating Chart Seating chart stage

Seating chart stage

Posted: April 14, 2014 at 12:56 pm

Viewing 4 reply threads


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

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

  • Support Staff

April 23, 2014 at 3:20 am

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.

Event Espresso - Staging Server