Support

Home Forums Event Espresso Premium Event Listing Page

Event Listing Page

Posted: March 21, 2013 at 7:47 pm


Todd Jennings

March 21, 2013 at 7:47 pm

On the event listing page it has my event details. After the Address Label it has multiple returns. I have looked in the source files and cannot find the file which contains the tag to remove these extra tags. Here is what is being displayed: I want to remove the extra tags

Address:

8133 Sandpiper CircleBaltimore, MD21236USA


Dean

March 22, 2013 at 2:18 am

Hi Todd,

Do you have a link to the page in question that I can look at?


Todd Jennings

March 22, 2013 at 10:19 am

Here is the page (http://www.collegefundingsmart.com/event-registration/)

Thanks in advance…


Dean

March 22, 2013 at 10:30 am

It looks liek the address is having
tags insterted into it.

Theres a couple of ways to resolve it.

One go to the event registration page in WordPress and click the text tab and make sure there is nothing causing issues with the [ESPRESSO_EVENTS] shortcode

Two, target them with CSS tohide the BR tags

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


Todd Jennings

March 22, 2013 at 10:39 am

Dean,

Thanks I checked the source on that page and there were no extra tags this is the source.

College Funding Smart Upcoming Seminars
[ESPRESSO_EVENTS]

So I add approach it from the CSS won’t that block other tags that may be in place for formatting purposes?


Chris Reynolds

  • Support Staff

March 22, 2013 at 1:48 pm

So I add approach it from the CSS won’t that block other tags that may be in place for formatting purposes?

Sure, but only within .address-blocks in the #event_content.

The support post ‘Event Listing Page’ 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