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
Event Listing Page | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Event Listing Page

Event Listing Page

Posted: March 21, 2013 at 7:47 pm

Viewing 5 reply threads


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

  • Support Staff

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

  • Support Staff

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.

Viewing 5 reply threads

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 - Staging Server