Posted: 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. |
|
Hi Todd, Can you let us know where you are seeing the missing span tag so we can look into this further? |
|
Sorry about that, it is in the venue section: <code> <p class="event_address" id="event_address-4"> <span class="section-title">Location:</span> <span class="address-block"> The Von Liebig Art Center </p></code> It appears to be missing the closing span tag for “address-block” |
|
Let me try posting the code again…. |
|
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> |
|
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? |
|
You can see it for yourself here: |
|
Actually the address isn’t blank on that one, so now I have no clue…. |
|
Is this an issue with the calendar or the event registration page? |
|
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. |
|
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.