-
AuthorPosts
-
boizan Friend
boizan
- Join date:
- October 2010
- Posts:
- 188
- Downloads:
- 122
- Uploads:
- 27
- Thanks:
- 38
- Thanked:
- 4 times in 1 posts
October 4, 2010 at 2:58 am #154910I 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 Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
October 4, 2010 at 4:20 am #357611In /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 Friendboizan
- Join date:
- October 2010
- Posts:
- 188
- Downloads:
- 122
- Uploads:
- 27
- Thanks:
- 38
- Thanked:
- 4 times in 1 posts
October 4, 2010 at 5:01 am #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 Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
October 4, 2010 at 6:07 am #357621Yes, if you need this module leave
[php]
<div class=”ja-cert”>
<jdoc:include type=”modules” name=”syndicate” />
</div>
[/php]boizan Friendboizan
- Join date:
- October 2010
- Posts:
- 188
- Downloads:
- 122
- Uploads:
- 27
- Thanks:
- 38
- Thanked:
- 4 times in 1 posts
October 4, 2010 at 8:09 pm #357707I 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> -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by boizan 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum