Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • boizan Friend
    #154910

    I am new to JA_Purity. I want to delete the three small icons (…,CSS,XHTML) that appear on the footer. I made the “banners module” off and got rid of the Joomla image, but these three icons stay there. How can I take them off?
    Best regards,

    gray Friend
    #357611

    In /templates/ja_purity/index.php find and delete (first try to delete all besides <div><jdoc:include type=”modules” name=”syndicate” /></div>)
    [php]
    <div class=”ja-cert”>
    <jdoc:include type=”modules” name=”syndicate” />
    <a href=”http://jigsaw.w3.org/css-validator/check/referer” target=”_blank” title=”<?php echo JText::_(“CSS Validity”);?>” style=”text-decoration: none;”>
    <img src=”<?php echo $tmpTools->templateurl(); ?>/images/but-css.gif” border=”none” alt=”<?php echo JText::_(“CSS Validity”);?>” />
    </a>
    <a href=”http://validator.w3.org/check/referer” target=”_blank” title=”<?php echo JText::_(“XHTML Validity”);?>” style=”text-decoration: none;”>
    <img src=”<?php echo $tmpTools->templateurl(); ?>/images/but-xhtml10.gif” border=”none” alt=”<?php echo JText::_(“XHTML Validity”);?>” />
    </a>
    </div>
    [/php]

    boizan Friend
    #357616

    <em>@gray 196742 wrote:</em><blockquote>In /templates/ja_purity/index.php find and delete (first try to delete all besides <div></div>)
    [php]
    <div class=”ja-cert”>
    <jdoc:include type=”modules” name=”syndicate” />
    <a href=”http://jigsaw.w3.org/css-validator/check/referer” target=”_blank” title=”<?php echo JText::_(“CSS Validity”);?>” style=”text-decoration: none;”>
    <img src=”<?php echo $tmpTools->templateurl(); ?>/images/but-css.gif” border=”none” alt=”<?php echo JText::_(“CSS Validity”);?>” />
    </a>
    <a href=”http://validator.w3.org/check/referer” target=”_blank” title=”<?php echo JText::_(“XHTML Validity”);?>” style=”text-decoration: none;”>
    <img src=”<?php echo $tmpTools->templateurl(); ?>/images/but-xhtml10.gif” border=”none” alt=”<?php echo JText::_(“XHTML Validity”);?>” />
    </a>
    </div>

    [/php]</blockquote>
    Thank you so much for your quickly answer. I did as you said, I have now just this:
    <div></div>
    I saw that there is mention to the module syndicate in the script to be deleted. I have a menu located in that module. Will the module remains? I am afraid of making changes that might not be reversible. Again, thank you!

    gray Friend
    #357621

    Yes, if you need this module leave
    [php]
    <div class=”ja-cert”>
    <jdoc:include type=”modules” name=”syndicate” />
    </div>
    [/php]

    boizan Friend
    #357707

    I did exactly like this, but there is still a small icon that when I click on it, a “feed page” pops up. I imagine that this is connected to the “feed module,” yes?
    Thank you so much for your support!

    <em>@gray 196754 wrote:</em><blockquote>Yes, if you need this module leave
    [php]
    <div class=”ja-cert”>
    <jdoc:include type=”modules” name=”syndicate” />
    </div>
    [/php]</blockquote>

    gray Friend
    #357711

    Yes, it should be a feed module. Just disable it, if you don’t need.

    boizan Friend
    #357712

    I will do so. Thank you so much!

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

This topic contains 7 replies, has 2 voices, and was last updated by  boizan 13 years, 8 months ago.

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