about:cache?device=disk
about:cache?device=memory
Saturday, 22 June 2013
Monday, 17 June 2013
Saturday, 15 June 2013
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;}
<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
Remove or comment it out like this
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.
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.
Tuesday, 4 June 2013
Subscribe to:
Posts (Atom)