- Posts: 16
- Thank you received: 0
Template Cut Off in IE8
-
TheSterlingOne
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #16449
by TheSterlingOne
Template Cut Off in IE8 was created by TheSterlingOne
I'm trying to figure out why my template is getting cut off on IE8. See attached photo or visit
jcrispendo.com/index.php?option=com_cont...cle&id=71&Itemid=221
to see the issue in IE8.
Help!
Help!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16459
by ivan.milic
Replied by ivan.milic on topic Re: Template Cut Off in IE8
add this just after <head> in index.php of template:
Code:
<!--[if IE8]>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<![endif]-->
Please Log in to join the conversation.
-
TheSterlingOne
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
12 years 9 months ago - 12 years 9 months ago #16462
by TheSterlingOne
Replied by TheSterlingOne on topic Re: Template Cut Off in IE8
ok, I got it, however....
the menu seems to go haywire due to this fix.. see pic
the menu seems to go haywire due to this fix.. see pic
Last edit: 12 years 9 months ago by TheSterlingOne. Reason: found file...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16482
by ivan.milic
Replied by ivan.milic on topic Re: Template Cut Off in IE8
It renders:
comment marks are missing? I should be:
Code:
[if IE8]
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
[endif]
comment marks are missing? I should be:
Code:
<!--[if IE8]>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<![endif]-->
Please Log in to join the conversation.
-
TheSterlingOne
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
12 years 9 months ago #16490
by TheSterlingOne
Replied by TheSterlingOne on topic Re: Template Cut Off in IE8
ok. here's how the code looks now...
<title>Dr. John P. Crisp, DDS, MS Wilmington North Carolina's only Laser Endodontist</title>
<html xmlns=" www.w3.org/1999/xhtml " xml:lang="language; ?>" lang="language; ?>" >
<head>
<!--[if IE8]>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<![endif]-->
<jdoc:include type="head" />
<?php // module states
$showuser1 = $this->countModules('user1');
$showuser2 = $this->countModules('user2');
$showuser3 = $this->countModules('user3');
..."
This does not fix the problem...
jcrispendo.com/index.php?option=com_cont...cle&id=71&Itemid=221
<title>Dr. John P. Crisp, DDS, MS Wilmington North Carolina's only Laser Endodontist</title>
<html xmlns=" www.w3.org/1999/xhtml " xml:lang="language; ?>" lang="language; ?>" >
<head>
<!--[if IE8]>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<![endif]-->
<jdoc:include type="head" />
<?php // module states
$showuser1 = $this->countModules('user1');
$showuser2 = $this->countModules('user2');
$showuser3 = $this->countModules('user3');
..."
This does not fix the problem...
jcrispendo.com/index.php?option=com_cont...cle&id=71&Itemid=221
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16504
by ivan.milic
Replied by ivan.milic on topic Re: Template Cut Off in IE8
Hi,
as I see you want to hide that menu on all interior pages ? Why you just don't set in module assignment for that menu to show only on home page?
as I see you want to hide that menu on all interior pages ? Why you just don't set in module assignment for that menu to show only on home page?
Please Log in to join the conversation.
Time to create page: 0.160 seconds