WheeQo.web.id

R. Bambang Widiatmoko's Blog | Sharing Knowledge to the World

Little Modification on JA Purity

| 1 Comment


Joomla! 1.5 template: JA Purity

JA Purity is one of the coolest free Joomla! template. At least it win Joomla! 1.5 template contest. See detail here. But I found annoying thing here. If I edit the template from template manager and change the Logo type parameter to Text, the text, if too long, will be hidden behind the header_mask.png (in images folder).

before modification

To fix this:

  1. edit index.php of the template
  2. find: <div class=”ja-headermask”> </div>
  3. then move before:
    <?php
    $siteName = $tmpTools->sitename();

after modification

Related posts:

  1. Add Additional Module Position in JA Purity Template This tutorial will show how to add additional position for...
  2. Tips Insert Image in Joomla! There are many ways to insert image(s) in Joomla!. The...

Related posts brought to you by Yet Another Related Posts Plugin.

  • http://softvaina.blogspot.com John Ortiz

    Thanks for this information. How I can put a flash animation on header section? Thanks in advance?