Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • darrellnece Friend
    #120620

    http://www.csiroofing.com

    The logo commercial services a commercial reoofing company at the top left and bottom left are clickable broken links.

    How to i make it to where they are not links and just static logo?

    Also, how do i remove the http://www.yoursite.com from the bottom of the page?

    Thank you for the help,

    Darrell Nece

    Menalto Friend
    #221421

    In index.php at line 300 you find:

    <small>www.yoursite.com</small>

    There you can change to whatever you want.

    At line 147 you can change from:

    <div class="clearfix">
    <h1>
    <a href="index.php">
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>

    To:

    <div class="clearfix">
    <h1>
    <img src="<?php echo $ja_template_path;?>/images/logo.gif"/>
    </a>
    </h1>

    At line 310 you can change from this:

    <div id="logo-ext">
    <a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo-ext-<?php echo $ja_color;?>.gif" alt="<?php echo $mosConfig_sitename?>" /></a>
    </div>

    To:

    <div id="logo-ext">
    <img src="<?php echo $ja_template_path;?>/images/logo-ext-<?php echo $ja_color;?>.gif"/>
    </div>

    darrellnece Friend
    #221425

    Thank you very much for the help Menalto!

    Very fast response and solved every issue I had.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  darrellnece 17 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum