Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • kevinag Friend
    #315485

    That’s fine but the biggest issue is with IE. You said you don’t have a way to check it there right?

    Phill Moderator
    #315486

    I was on the road yesterday with only my laptop. I’m home now.

    prakash Friend
    #315491

    hi…
    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.

Viewing 3 posts - 16 through 18 (of 18 total)

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