-
AuthorPosts
-
kevinag Friend
kevinag
- Join date:
- May 2009
- Posts:
- 57
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
August 27, 2009 at 10:13 pm #315485That’s fine but the biggest issue is with IE. You said you don’t have a way to check it there right?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 27, 2009 at 10:21 pm #315486I was on the road yesterday with only my laptop. I’m home now.
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
August 28, 2009 at 2:41 am #315491hi…
just checked the website ….actually the changes are not as per what i had suggested….Your site currently generates code like
<!-- HEADER -->
<div id="ja-header" class="wrap">
<div class="main clearfix"><h1 class="logo">
<a href="/index.php" title="Chicago Wolves"><span>Chicago Wolves</span></a>
</h1><div id="ja-banner">
<div class="advs bannergroup"><div class="banneritem"><script type="text/javascript" src="http://theahl.com/lib/js/FlashObject.js"></script>
<script type="text/javascript" src="http://theahl.com/shared/banner/"></script> </div></div>
</div>
<div id="social">
<table border="0" style="width: 148px; height: 34px">
<tbody>
<tr valign="middle">
<td><a target="_blank" href="http://www.facebook.com/chicagowolveshockey"><img border="0" alt="Wolves on Facebook" align="absMiddle" width="24" height="24" src="/images/Social_Images/FaceBook_24x24.png" /></a> </td>
<td><a target="_blank" href="http://www.twitter.com/chicago_wolves"><img border="0" alt="Wolves on Twitter" align="absMiddle" width="24" height="24" src="/images/Social_Images/Twitter_24x24.png" /></a> </td>
<td><a target="_blank" href="http://www.myspace.com/skates94"><img border="0" alt="Wolves on MySpace" align="absMiddle" width="24" height="24" src="/images/Social_Images/MySpace_24x24.png" /></a> </td>
</tr>
</tbody>
</table>
<p> </p>
</div></div>
</div>
<!-- //HEADER -->please go to > templates>jaopal>index.php
find these lines
<!-- HEADER -->
<div id="ja-header" class="wrap">
<div class="main clearfix"><?php
$siteName = $tmpTools->sitename();
if ($tmpTools->getParam('logoType')=='image') { ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php } else {
$logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
$sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
<div class="logo-text">
<p class="site-slogan"><?php echo $sloganText;?></p>
<h1>
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
</h1>
</div>
<?php } ?><?php if ( $this->countModules('banner') ) { ?>
<div id="ja-banner">
<jdoc:include type="modules" name="banner" style="raw" />
</div>
<?php } ?></div>
</div>
<!-- //HEADER -->and replace with these lines
<!-- HEADER -->
<div class="main">
<div id="ahl_network">
<script type="text/javascript" src="http://theahl.com/lib/js/FlashObject.js"></script>
<script type="text/javascript" src="http://theahl.com/shared/banner/"></script>
</div>
</div>
<div id="ja-header" class="wrap">
<div class="main clearfix"><?php
$siteName = $tmpTools->sitename();
if ($tmpTools->getParam('logoType')=='image') { ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php } else {
$logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
$sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
<div class="logo-text">
<p class="site-slogan"><?php echo $sloganText;?></p>
<h1>
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
</h1>
</div>
<?php } ?><?php if ( $this->countModules('banner') ) { ?>
<div id="ja-banner">
<jdoc:include type="modules" name="banner" style="raw" />
</div>
<?php } ?></div>
</div>
<!-- //HEADER -->do not call these lines in the banner module position …
script type="text/javascript" src="http://theahl.com/lib/js/FlashObject.js"></script>
<script type="text/javascript" src="http://theahl.com/shared/banner/"></script>remove this from the banner position and just call the social bookmark icons in that position.
-
AuthorPosts
This topic contains 18 replies, has 3 voices, and was last updated by prakash 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum