Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mrdhall Friend
    #118284

    How do I remover the buttons for RSS – XHTLM and Top that are in the footer on the right

    frame4 Friend
    #213129

    By editing the footer.php file in the template directory.

    mrdhall Friend
    #213132

    The footer file (footer.php ) only seems to contain the copyright and design info thats in the footer left side
    I want to remove the links to xhtml compliant – css – rss – top links
    These are not in the footer that I can see

    frame4 Friend
    #213133

    Ah, OK … see what you mean 😀

    BACKUP your index.php first – just in case!

    You have to go into site templates in Admin and edit the index.php.
    Search for the bit that says:

    <!-- BEGIN: FOOTER -->

    Just below it … remove/comment out the following section:

    <div id="ja-cert">
    <a href="<?php echo $mosConfig_live_site ?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" target="_blank" title="RSS 2.0" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-rss.gif" alt="RSS 2.0" />
    </a>
    <?php if ($ja_menutype != 3 ) { ?>
    <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>" target="_blank" title="Our site is valid CSS" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-css.gif" alt="Our site is valid CSS" />
    </a>
    <?php } ?>
    <a href="http://validator.w3.org/check/referer" target="_blank" title="Our site is valid XHTML 1.0 Transitional" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-xhtml10.gif" alt="Our site is valid XHTML 1.0 Transitional" />
    </a>
    <a href="<?php echo getCurrentURL();?>#Top" title="Go to top" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-top.gif" alt="Go to top!" />
    </a>
    </div>

    Thx
    Anthony

    mrdhall Friend
    #213195

    That did it – Thanks

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

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

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