Support

Home Forums Event Espresso Premium Event Address Format

Event Address Format

Posted: August 13, 2013 at 6:45 pm


Todd Jennings

August 13, 2013 at 6:45 pm

The address is not formatting correctly on the event listing page. The address fields are running together there are no spaces (http://www.collegefundingsmart.com/event-registration/)

Anyone know how to fix?

Thank yuo


Dean

August 13, 2013 at 11:14 pm

You have the following rule in your style.css file that is removing the break tags:

#event_content .address-block br {
display: none;
}

If you remove that rule the address formats correctly, (not in a single line but in a block).


Todd Jennings

August 14, 2013 at 6:45 pm

Dean,

Thank you..that fixed that…on the same page there also appears to be 4 <BR> tags after the address so it does not line up visually. Would this be in the CSS? Can you point me in the right direction on where to look…


Dean

August 15, 2013 at 12:38 am

Hi,

If you are wanting to remove the tags you would need to edit one or two templates, depending on where you need the address to be changed.

The code is in the event_list_display.php file and the registration_page.php file.

It is recommended to copy those (plus their sister files – event_list.php and registration_page_display.php respectively) tot he wp-content/uploads/espresso/templates folder and edit them there to stop updates over riding the code changes.

The support post ‘Event Address Format’ 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