MyBB Community Forums

Full Version: Zynge Crisp IE Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am using a theme from Zynge. Zynge was great to me at first, very prompt and the themes I purchased are nice. Eventually though, they never replied to me and have generally given me the cold shoulder. I don't know how to fix this issue myself, so I've had to come here.

It seems just in IE this text displays at the top of the page:

"<!--[if lte IE7]> <![endif]--> <!--[if lte IE7]><![endif]--> "

I've got a feeling I need to fiddle about with the header files but I'm a bit worried about making matters worse. Particularly if I'm not going to get the promised support from the theme developers. The forum is www.outlawstar.co.uk/forums so you can test it yourself with IE if you like.

I know it would be hard for you to determine the problem as things are, so I might be willing to give someone admin access (probably only trusted members or mods though I'm afraid) if willing to fix it. I'd greatly appreciate it.

By the way, this is a slightly modified version of the Crisp theme that the Zynge admin prepared. The difference is it restricts the user to the colour purple; the theme normally has a colour selector.

Thanks.

Edit: I forgot, to view the theme you'll need to use the theme selector box at the bottom of the page and choose "Club Temptation".
I think this should be posted on Zynge.net, not here.
I don't see it in either IE7 or IE8 when I got to your website.
Rozzy, I waited way over a month for support on Zynge and never received it. I had an initial response, but when I provided more details I received no reply. If someone can help here, I'd appreciate it.

This is what I see:

http://i43.tinypic.com/dcfzq1.png

Make sure you select the Club Temptation theme as explained. This can be done unregistered.
Change:

<!--[if lte IE7]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head, .sub_head_right {margin-top: -20px;}
</style>
<![endif]-->
<!--[if IE8]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head_o {margin-top: 18px;}
.sub_head_right {margin-top: 20px;}
</style>
<![endif]-->

to

<!--[if IE7]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head, .sub_head_right {margin-top: -20px;}
</style>
<![endif]-->

<!--[if IE8]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head_o {margin-top: 18px;}
.sub_head_right {margin-top: 20px;}
</style>
<![endif]-->

in the Header template.
Hi Bob. Thanks for the help, I looked at the Club Temptation header template (looked at Globals too but it says the theme doesn't use the Global one) and this is the template:

<div class="container typeface-js">		<a name="top" id="top"></a>		<div class="header" style="margin: 0;">			<div class="header_in">				<div class="menu" style="padding-top: 45px;">					<ul>						<li><a href="{$mybb->settings['bburl']}/index.php" id="home_m">Home</a></li>						<li><a href="{$mybb->settings['bburl']}/search.php" id="search_m">{$lang->toplinks_search}</a></li>						<li><a href="{$mybb->settings['bburl']}/memberlist.php" id="memberlist_m">{$lang->toplinks_memberlist}</a></li>						<li><a href="{$mybb->settings['bburl']}/calendar.php" id="calendar_m">{$lang->toplinks_calendar}</a></li>						<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" id="help_m">{$lang->toplinks_help}</a></li>					</ul>				</div>				<div class="logo_d">					<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>				</div>				<br />				<br />			</div>			<div class="sub_head_o" style="margin-top: -1px;">				<span class="sub_head">					<span style="margin: -3px 0;"<navigation></span>				</span>			</div>		</div>		<div class="content_in">			{$welcomeblock}			{$pm_notice}			{$bannedwarning}			{$bbclosedwarning}			{$unreadreports}		<div><script type="text/javascript">google_ad_client = "pub-3343251700381270";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";google_color_border = "7F7F7F";google_color_bg = "333333";google_color_link = "400058";google_color_text = "FFFFFF";google_color_url = "0066CC";google_ui_features = "rc:6";</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><br><link rel="icon" href="http://www.outlawstar.co.uk/forums/favicon.ico" /><link rel="shortcut icon" href="http://www.outlawstar.co.uk/forums/favicon.ico" />

Doesn't seem to be there. Am I looking in the wrong place? Thanks again.

Edit: Wow, sorry about the screwed up formatting. I guess that's the MyBB editor for you. Toungue
Please check all the header templates and also look in the Index Templates.
Replaced it in index and now I see...

"<!--[if lte IE7]> <![endif]--> "

Thanks for the help.
The code is inserted twice as shown in the Source:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: index -->
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Outlaw Star UK Forums</title>
<!-- start: headerinclude -->
<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="http://www.outlawstar.co.uk/forums/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="http://www.outlawstar.co.uk/forums/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://www.outlawstar.co.uk/forums/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://www.outlawstar.co.uk/forums/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://www.outlawstar.co.uk/forums/jscripts/popup_menu.js?ver=1400"></script>
<link type="text/css" rel="stylesheet" href="http://www.outlawstar.co.uk/forums/cache/themes/theme6/global.css" />
 
<link type="text/css" rel="stylesheet" href="http://www.outlawstar.co.uk/forums/images/crisp/addcss/purple.css" />
<script type="text/javascript" src="http://www.outlawstar.co.uk/forums/jscripts/typeface.js"></script>
<script type="text/javascript" src="http://www.outlawstar.co.uk/forums/jscripts/colaboratelight_regular.typeface.js"></script>
<!--[if lte IE7]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head, .sub_head_right {margin-top: -20px;}
</style>
<![endif]-->
<!--[if IE8]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head_o {margin-top: 18px;}
.sub_head_right {margin-top: 20px;}
</style>
<![endif]-->
<script type="text/javascript"> 
<!--
	var cookieDomain = ".outlawstar.co.uk";
	var cookiePath = "/forums/";
	var cookiePrefix = "";
	var deleteevent_confirm = "Are you sure you want to delete this event?";
	var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
	var loading_text = 'Loading. <br />Please Wait..';
	var saving_changes = 'Saving changes..';
	var use_xmlhttprequest = "1";
	var my_post_key = "a8397c8fa5564386e785df798d2ec7f1";
	var imagepath = "images/crisp";
// -->
</script>
 
<!-- end: headerinclude -->
<style> 
#home_m {background: url(images/crisp/menu_active.png) repeat-x;}
.sub_head {padding: 10px 10px 1px}
</style>
<!--[if IE7]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head, .sub_head_right {margin-top: -20px;}
</style>
<![endif]-->
<!--[if IE8]>
<style>
.style_in {margin-top: 5px!important;}
.logo {padding-bottom: 25px;}
.sub_head_o {margin-top: 18px;}
.sub_head_right {margin-top: 20px;}
</style>
<![endif]--><script type="text/javascript"> 
<!--
	lang.no_new_posts = "Forum Contains No New Posts";
	lang.click_mark_read = "Click to mark this forum as read";
// -->
</script>
</head>
<body>
<!-- start: header -->
So do the same for the other one, remove the "lte".
After a long search, I found it in "headerinclude". Thanks Bob.
Pages: 1 2