beez template 1.6
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
-
- Joomla! Apprentice
- Posts: 15
- Joined: Tue Jun 02, 2009 11:09 pm
beez template 1.6
Font size Bigger Reset Smaller in beez template 1.6 how to remove that? Also how after removing that to up top menu and banner little bit up to not have any white space? Thx
- cruisemiraz
- Joomla! Intern
- Posts: 63
- Joined: Mon Mar 01, 2010 8:05 pm
- Location: India
- Contact:
Re: beez template 1.6
check css ...and index.php file of template
Inventor to another world !!! http://www.iwcnetwork.com
-
- Joomla! Explorer
- Posts: 428
- Joined: Fri May 21, 2010 11:43 am
- Location: Aachen, Germany
- Contact:
Re: beez template 1.6
Go to the template's index.php and remove the following line:
This basically gets rid of it. To remove all traces, also remove the following:
and
To just move it somewhere else just move the last of these code blocks to the desired place.
Code: Select all
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/beez_20/javascript/md_stylechanger.js"></script>
Code: Select all
var fontSizeTitle='<?php echo JText::_('TPL_BEEZ2_FONTSIZE'); ?>';
var bigger='<?php echo JText::_('TPL_BEEZ2_BIGGER'); ?>';
var reset='<?php echo JText::_('TPL_BEEZ2_RESET'); ?>';
var smaller='<?php echo JText::_('TPL_BEEZ2_SMALLER'); ?>';
var biggerTitle='<?php echo JText::_('TPL_BEEZ2_INCREASE_SIZE'); ?>';
var resetTitle='<?php echo JText::_('TPL_BEEZ2_REVERT_STYLES_TO_DEFAULT'); ?>';
var smallerTitle='<?php echo JText::_('TPL_BEEZ2_DECREASE_SIZE'); ?>';
Code: Select all
<div id="fontsize"></div>
-
- Joomla! Apprentice
- Posts: 15
- Joined: Tue Jun 02, 2009 11:09 pm
Re: beez template 1.6
Thank You! I remove all the 3 steps what You told me and they gone. Do You know how to remove now white space whats up top menu where font size and search was before? Because its big white empty space
-
- Joomla! Explorer
- Posts: 428
- Joined: Fri May 21, 2010 11:43 am
- Location: Aachen, Germany
- Contact:
Re: beez template 1.6
On Beez2 it is in personal.css on line 92. You should do some reading on CSS to make adjustments like this.
-
- Joomla! Apprentice
- Posts: 15
- Joined: Tue Jun 02, 2009 11:09 pm
Re: beez template 1.6
thank you so much i fix it and its look great!
-
- Joomla! Intern
- Posts: 96
- Joined: Tue Jul 28, 2009 6:13 pm
- Contact:
Re: beez template 1.6
Could some please tell me how to place my logo on that white space? like it was in beez for J1.5?Makedon wrote:Thank You! I remove all the 3 steps what You told me and they gone. Do You know how to remove now white space whats up top menu where font size and search was before? Because its big white empty space
Website header and logo design service >> http://www.iheaders.com/
Useful Links >> www.indianidol.info/links.html
Useful Links >> www.indianidol.info/links.html
-
- Joomla! Apprentice
- Posts: 35
- Joined: Tue Sep 21, 2010 12:08 pm
Re: beez template 1.6
Hi, I used your advise above to remove the option for resizing the font and thanks very much -it's greatly appreciated. I was looking for a module or compnent for days - I'm new enough to Joomla.
Is there anyway I can use that space to say: Please phone: (xxx) xxxxxxxx
Do you know if I can use a module to input this or if I need to edit the index.php file again?
I am using Joomla 1.6 and the Beez5 template.
Thanks in advance!
DC
Is there anyway I can use that space to say: Please phone: (xxx) xxxxxxxx
Do you know if I can use a module to input this or if I need to edit the index.php file again?
I am using Joomla 1.6 and the Beez5 template.
Thanks in advance!
DC
-
- Joomla! Explorer
- Posts: 428
- Joined: Fri May 21, 2010 11:43 am
- Location: Aachen, Germany
- Contact:
Re: beez template 1.6
You can't use a module for this since there is no module position at this place. But you cann just add your desired content manually in the template.
Look for
And replace it with
Look for
Code: Select all
<div id="fontsize"></div>
Code: Select all
<p>Your content here<p>
-
- Joomla! Intern
- Posts: 96
- Joined: Tue Jul 28, 2009 6:13 pm
- Contact:
Re: beez template 1.6
How did you do it?Makedon wrote:thank you so much i fix it and its look great!
Website header and logo design service >> http://www.iheaders.com/
Useful Links >> www.indianidol.info/links.html
Useful Links >> www.indianidol.info/links.html
-
- Joomla! Apprentice
- Posts: 35
- Joined: Tue Sep 21, 2010 12:08 pm
Re: beez template 1.6
Thanks Reality King, I will try that later, much appreciated!
-
- Joomla! Apprentice
- Posts: 35
- Joined: Tue Sep 21, 2010 12:08 pm
Re: beez template 1.6
Thanks, that worked a treat!realityking wrote:You can't use a module for this since there is no module position at this place. But you cann just add your desired content manually in the template.
Look forAnd replace it withCode: Select all
<div id="fontsize"></div>
Code: Select all
<p>Your content here<p>
-
- Joomla! Enthusiast
- Posts: 109
- Joined: Fri Aug 06, 2010 1:56 pm
Re: beez template 1.6
Thank you to all who posted, great info.
-
- Joomla! Fledgling
- Posts: 1
- Joined: Thu Mar 08, 2007 2:15 am
- Contact:
Re: beez template 1.6
It works.........Thanks man.realityking wrote:On Beez2 it is in personal.css on line 92. You should do some reading on CSS to make adjustments like this.
