Support

Home Forums Event Espresso Premium Text on "verify confirmation" page when viewed on mobile

Text on "verify confirmation" page when viewed on mobile

Posted: June 25, 2014 at 4:34 pm


Mick French

June 25, 2014 at 4:34 pm

Hi there,

Searched without any success on this issue.

When viewed on mobile, the text is not formatting correctly.

See screenshot. It is stopping our clients from registering on a mobile.

URL: http://www.ignite.com.au/register-now-2/
EE Version 3.1.36.5.P
WP Version 3.9.1

https://www.dropbox.com/s/nnvnl7uinxgmu8s/text%20rolling%20out%20of%20column.tiff

Thanks in advance,

Mick


Dean

June 26, 2014 at 1:52 am

Hi,

The link you provided goers to a 404 page. Can you provide a link to the active page please?


Mick French

June 26, 2014 at 11:19 pm

So sorry Dean. Take II (event is called Ignite but website is QMJC to type the wrong one!)

http://qmjc.com.au/register-now-2/


Dean

June 27, 2014 at 2:27 am

Hi Mick,

Thanks for the link.

The following CSS should help keep that table responsive.

#event_espresso_attendee_verify,
#event_espresso_attendee_verify_questions {
  table-layout: fixed;
  width: 100%;
}

#event_espresso_attendee_verify tbody tr td,
#event_espresso_attendee_verify_questions tbody tr td,
#event_espresso_attendee_verify tbody tr th,
#event_espresso_attendee_verify_questions tbody tr th {
word-wrap: break-word;
}

This will wrap the words, so the questions will get cut off.

You may want to add something like this to change the table cell widths. It would probably be a good idea to include this as part of a Media Query

#event_espresso_attendee_verify tbody tr td,
#event_espresso_attendee_verify_questions tbody tr td {
    width: 60%
}

#event_espresso_attendee_verify tbody tr th,
#event_espresso_attendee_verify_questions tbody tr th {
    width: 40%
}


Mick French

June 30, 2014 at 4:46 am

Hi Dean,

As always, thanks for your quick responses. Sorry bout mine!

I have added the above (I must admit, I haven’t added as Media Query as yet as still learning the correct format for that from forums).

I have since realised that it only happens if I add an item to the cart and then view the cart. ie. If I do an “express checkout” (this is what I renamed mine to using Poedit), it works fine.

Is perhaps the attendee_verify the page after the one I am describing?

Cheers,

Liam


Lorenzo Orlando Caum

  • Support Staff

June 30, 2014 at 10:44 am

Hi Liam,

I used an iPhone 5 emulator through Google Chrome.

Could you try adding this CSS to a plugin like My Custom CSS:

#cart-reg-details tr + tr td {
	padding: 3px 7px;
}
#event_espresso_shopping_cart table.price_list {
	table-layout: fixed;
	word-wrap: break-word;

}

Also please remove any eetest or eetestiphone registrations.


Lorenzo


Mick French

July 2, 2014 at 4:27 am

Hi Lorenzo,

Thanks for snippet. We are getting very close (I could probably live with the current look) but if we want to get it perfect, the drop down for quantity and the “Enter Attendee Information” Button is still not sitting pretty.

Screenshot here:https://www.dropbox.com/sc/524wb77wk0gt0s7/AACkaS0aOKWoSlyiMckjgLR6a

Any final thoughts?

Thanks again,

Mick


Lorenzo Orlando Caum

  • Support Staff

July 2, 2014 at 1:07 pm

Hi Mike,

Reverse the last change that I recommended and try this:

.submit.btn_event_form_submit.ui-priority-primary.ui-state-default.ui-state-hover.ui-state-focus.ui-corner-all{width:100%;word-wrap: break-word;
 }

table.price_list td.price_type {
width:30%;
}
table.price_list td.price {
width: 41%;
}
table.price_list td.selection {
width: 33%;
}

#cart-reg-details tr + tr td {
padding: 5px 1px;
}

#event_espresso_shopping_cart table.price_list {
	table-layout: fixed;
	word-wrap: break-word;

}


Lorenzo

The support post ‘Text on "verify confirmation" page when viewed on mobile’ 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