Support

Home Forums Event Espresso Premium Calendar Display Issue with Internet Explorer 8

Calendar Display Issue with Internet Explorer 8

Posted: October 21, 2013 at 7:42 am


Todd Withrow

October 21, 2013 at 7:42 am

I’ve seen several threads regarding IE8 and that there are known issues with this.

I haven’t seen the following addressed though so I thought I would add one more.

When I get to the actual registration page using IE8 everthing goes off to the left, outside of the design.

It only happens if the event has a venue set. Looking at the source code of the page displayed it appears to be missing a closing </span> tag, throwing off the rest of the code.


Josh

  • Support Staff

October 21, 2013 at 2:47 pm

Hi Todd,

Can you let us know where you are seeing the missing span tag so we can look into this further?


Todd Withrow

October 22, 2013 at 7:17 am

Sorry about that, it is in the venue section:

<code>	&lt;p class=&quot;event_address&quot; id=&quot;event_address-4&quot;&gt;
		&lt;span class=&quot;section-title&quot;&gt;Location:&lt;/span&gt; 
		&lt;span class=&quot;address-block&quot;&gt; The Von Liebig Art Center &lt;/p&gt;</code>

It appears to be missing the closing span tag for “address-block”


Todd Withrow

October 22, 2013 at 7:19 am

Let me try posting the code again….
<pre class=”brush: html; gutter: true; first-line: 1; highlight: []; html-script: false”><p class="event_address" id="event_address-4">
<span class="section-title">Location:</span>
<span class="address-block"> The Von Liebig Art Center </p>


Josh

  • Support Staff

October 22, 2013 at 8:32 am

Hi Todd,

Can you check your registration_page_display.php template and verify that it has this code starting on line 113?

<p class="event_address" id="event_address-<?php echo $event_id ?>"><span class="section-title"><?php echo __('Address:', 'event_espresso'); ?></span> <br />
	<span class="address-block">
		<?php echo stripslashes_deep($venue_title); ?><br />
		<?php echo stripslashes_deep($location); ?><br />
		<span class="google-map-link"><?php echo $google_map_link; ?></span>
	</span>
</p>


Todd Withrow

October 25, 2013 at 9:18 am

Yep, that code is in there. I wonder if it has something to do with the google map link or the fact that the address is blank?


Todd Withrow

October 25, 2013 at 9:19 am

You can see it for yourself here:
https://naplesgroup.net/event-registration/?ee=8


Todd Withrow

October 25, 2013 at 9:20 am

Actually the address isn’t blank on that one, so now I have no clue….


Josh

  • Support Staff

October 25, 2013 at 10:40 am

Is this an issue with the calendar or the event registration page?


Todd Withrow

October 25, 2013 at 4:55 pm

It’s with the calendar. You can’t select what fields to display so I’ve got most of it hidden using the CSS.

If you view the code it’s at line 187.


Josh

  • Support Staff

October 25, 2013 at 5:57 pm

Hi Todd,

You might need to remove the code that displays the google map link and location from the template. That may restore the closing span tag.

The support post ‘Calendar Display Issue with Internet Explorer 8’ 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