Support

Home Forums Event Espresso Premium Seating chart confirmation box – just need text in bold

Seating chart confirmation box – just need text in bold

Posted: October 3, 2014 at 8:27 am


Eli

October 3, 2014 at 8:27 am

EE3 Version 3.1.36.5.P
Seating Chart Version 1.2.1-alpha
latest plugins installed for EE3

This snippet found in seating_chart.js controls the text displayed on the
confirmation box after you select a seat for an event. I just need the “Please fill out…” part in bold. Can anyone tell me how this can easily accomplished?

					//jQuery('#h_'+ee_current_seat).val(current_booking_id);	
					var tag = selected_custom_tag+" | Booking ID:"+current_booking_id;
					current_seat_select_obj.val(tag);
					alert(selected_custom_tag+" has been reserved for you.\nIt will be released if you do not confirm your registration within next 1 hour.\nPlease fill out required fields to purchase this seat and additional seats.");
					close_seating_chart();

Thanks!


Josh

  • Support Staff

October 3, 2014 at 1:57 pm

Hi Eli,

It turns out that technically JavaScript alerts cannot render bold html tags.

The stackexchange thread I linked to above has a suggestion to build out custom Alert boxes. I’d recommend using JQuery UI if you go this route because that’s something included in WordPress Core.

Another idea that would work would be to add some jQuery that displays a message (with bold text) on the registration page after a seat is selected that instructs to go on to the next step.

The support post ‘Seating chart confirmation box – just need text in bold’ 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