Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Tomas Perez Friend
    #144387

    Hi,

    I’m using a JA Villadi template in the following domain http://www.barcelonalaundromat.com. I would like to get rid of the links at the bottom for RSS, CSS and XHTML validation. Could you help me with that?. Thanks.

    prakash Friend
    #317893

    Hi

    For this open the file > templates >ja villadi > index.php

    scroll down to the very bottom you will see this

    <div id="ja-cert">
    <a href="<?php echo $tmpTools->baseurl();?>/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 $tmpTools->templateurl();?>/images/but-rss.gif" alt="RSS 2.0" />
    </a>
    <?php if ($tmpTools->getParam(JA_TOOL_MENU) != 3 ) { ?>
    <a href="http://jigsaw.w3.org/css-validator/validator?uri=#" target="_blank" title="Our site is valid CSS" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/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 $tmpTools->templateurl();?>/images/but-xhtml10.gif" alt="Our site is valid XHTML 1.0 Transitional" />
    </a>
    <a href="<?php echo $tmpTools->getCurrentURL();?>#Top" title="Go to top" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-top.gif" alt="Go to top!" />
    </a>
    </div>

    This adds the RSS, CSS, XHTML and the TOP menu. You can remove the <a></a> for all the links that you do not want.

    Tomas Perez Friend
    #318126

    Great. Thank you. Your solution works perfect.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Tomas Perez 15 years, 2 months ago.

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