Joomla! Discussion Forums



It is currently Fri Nov 27, 2009 1:20 pm (All times are UTC )

 




Post new topic Reply to topic  [ 6 posts ] 
Author Message
Posted: Tue Sep 08, 2009 3:06 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Nov 12, 2008 1:35 am
Posts: 40
Location: Florida, USA
How do I remove the HTML and CSS buttons and links which are in the footer of the ja_purity template?


Top
  E-mail  
 
Posted: Tue Sep 08, 2009 3:31 am 
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Wed Aug 13, 2008 2:57 am
Posts: 4872
Modify the file template.css located in the directory \templates\ja_purity\css. The css entry to change is .ja-cert as follows.
Code:
.ja-cert {
   font-size: 92%;
   position: absolute;
   right: 0;
   top: 18px;
   display: none; /* newly added entry */
}

_________________
- MIG
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
  E-mail  
 
Posted: Tue Sep 08, 2009 4:32 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Nov 12, 2008 1:35 am
Posts: 40
Location: Florida, USA
Thanks....actually, I edited the template inside the administrator back end by clicking on 'edit html' which brought me into the file templates/ja_purity/index.php. In there at the bottom I found the code to remove which was the image and links to validator sites for CSS and XHTML:
BEFORE:
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
<a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo urlencode(JRequest::getURI());?>" 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>

AFTER:
<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
</div>


Top
  E-mail  
 
Posted: Wed Sep 09, 2009 7:35 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Jun 29, 2009 1:46 pm
Posts: 21
Sally thanx for this information. It helped me too.


Top
  E-mail  
 
Posted: Thu Nov 05, 2009 1:11 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Aug 02, 2009 7:05 pm
Posts: 3
Worked perfectly. Thanks SallyR!


Top
  E-mail  
 
Posted: Fri Nov 20, 2009 9:04 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 20, 2008 10:55 pm
Posts: 23
Location: So Cal
imanickam wrote:
Modify the file template.css located in the directory \templates\ja_purity\css. The css entry to change is .ja-cert as follows.
Code:
.ja-cert {
   font-size: 92%;
   position: absolute;
   right: 0;
   top: 18px;
   display: none; /* newly added entry */
}


Thank you for the CSS edit! Worked perfectly. :)

_________________
TBolt
Not a developer; just a guy who is learning to build web sites. Thanks for the community's support!


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group