Saturday 22 June 2013

Check Firefox browser cache

about:cache?device=disk

about:cache?device=memory

Friday 14 June 2013

To remove the font size, search box & space above the header in joomla 2.5

To remove the font size, search box & space above the header in which they preside in the Beez 20 template there are 2 steps. All you must do is remove the following from the index.php tempate file:

<div id="line">
<div id="fontsize"></div>
<h3 class="unseen"><?php echo JText::_('TPL_BEEZ2_SEARCH'); ?></h3>
<jdoc:include type="modules" name="position-0" />
</div>

And then in the CSS folder you must edit the "layout.css" file.
add
#header
{margin-top: -60px;}

Remove the font resizer from joomla 2.5 site page header

Go to  Extensions > Template Manager .  Then click on the templates link (see image)


Now click on the "Beez_20 Details and Files" link


Next click on the "edit main page template" link

Now you are editing the index.php file of "beez_20"  template. search for the following code
<div id="fontsize"></div>
Remove or comment it out like this
<!-- <div id="fontsize"></div> -->
When done, Save the file. This is how you can remove the font resizer very easily from the top of joomla 2.5 beez 2 template.