Page 1 of 1

How to change footer in Joomla

Posted: Tue Aug 09, 2011 4:36 am
by huhuyu
Got the page title sorted - thanks for everyone's help.

Have another question - how can I change footer in website? I cannot find it in Joomla.
I want to add ABN and company name to the footer.

i can see there is footer on the website but I cannot find it where to change in Joomla.
www.irestaustralia.com.au

Thanks heaps!
Ginger

Re: How to change footer in Joomla

Posted: Tue Aug 09, 2011 8:55 am
by cmsj
huhuyu wrote:Have another question - how can I change footer in website? I cannot find it in Joomla.
I want to add ABN and company name to the footer.
i can see there is footer on the website but I cannot find it where to change in Joomla.
Went to your site. It has footer module positions. Check to see what you have in those footer positions, and then edit in line with your requirements.

Add /?tp=1 to the end of your domain (http://design99.com.au/?tp=1).

Re: How to change footer in Joomla

Posted: Tue Aug 09, 2011 10:56 pm
by huhuyu
cmsj wrote:Went to your site. It has footer module positions. Check to see what you have in those footer positions, and then edit in line with your requirements.

Add /?tp=1 to the end of your domain (http://design99.com.au/?tp=1).
Thank you but I am absolute beginner... so I don't understand how to follow the instructions given above.

If there is the footer module, does it mean it's in joomla where I can just edit and apprear on website directly?

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 12:05 am
by cmsj
cmsj wrote:.....If there is the footer module, does it mean it's in joomla where I can just edit and apprear on website directly?
Go to:
Extensions> Module manager> Look under "Position" (This gives you the position each listed module is in).

Then go to:
Add new module (Green button)> Select Custom HTMl module> Input title> Select position (the URL you have given shows that you have 6 Footer positions (footer a, b, c, d, e, & f). Select position "Footer a".

Then decied what information you wish to show in the footer area, and input that into the "Custom output" area> > Click Save.

The above should now show on your website , in the footer a position (you may want to tweak the contents further to get them exactly the way you want them.

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 12:33 am
by huhuyu
Thanks CMSJ!
Came up another problem - the format isn't the right one - it's not across the page but all jamed on the left hand side.

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 12:35 am
by huhuyu
Thats what I put in joomla. only two lines.

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 1:17 am
by cmsj
huhuyu wrote:Came up another problem - the format isn't the right one - it's not across the page but all jamed on the left hand side.
That's because you have 6 footer module positions aligned together. try putting it into another of the footer module positions, or try the copyright module position.

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 1:31 am
by huhuyu
Can I change the footer module? It has been divided into 6 sections. so no matter which footer postion I put, the text is locked in the little section.
the web designer just gone disappear so I have to work it out myself :(

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 1:41 am
by cmsj
Have you tried the copyright position? It does not have to go into the Footer module position. They are just names, and if the copyright position fits your purpose, then there is no reason why you should not use that one.

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 1:45 am
by huhuyu
Yes Yes - I just found and it worked!!! Thank you soooo much!!!!

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 1:46 am
by huhuyu
Btw, If I put the relevant company information in footer, does it improve SEO somehow?

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 2:05 am
by cmsj
Follow the SEO process given by Leftfield:

http://forum.joomla.org/viewtopic.php?f=544&t=474900

And in particular follow Googles Search Engine Optimization Starter Guide
http://static.googleusercontent.com/ext ... -guide.pdf

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 2:18 am
by huhuyu
Ok I will have a good look at it!
Much appreciate your help!

Re: How to change footer in Joomla

Posted: Wed Aug 10, 2011 7:20 am
by huhuyu
cmsj wrote:Have you tried the copyright position? It does not have to go into the Footer module position. They are just names, and if the copyright position fits your purpose, then there is no reason why you should not use that one.
sorry one more question - I want to change the font size smaller and move 'designed by desing 99' to bottom but I cannot find it anywhere that I can change the text.

I tried below but 'Designed by design 99' isn't in the coding.
1. Login to your Joomla 1.6 FTP file manager or FTP file manager.

2. Edit the index.php file in your default site template folder:

/templates/Beez_20/index.php

3. Search for the code:

<div id=”footer”>
<jdoc:include type=”modules” name=”position-14″ />
<p>
<?php echo JText::_(‘TPL_BEEZ2_POWERED_BY’);?> <a href=”http://www.joomla.org/”>Joomla!&#174;</a>
</p>
</div><!– end footer –>

4. You can either replace the code or delete the whole text.

a. If you want to delete the text “Powered by Joomla”, change the code to:

<div id=”footer”>
<jdoc:include type=”modules” name=”position-14″ />

</div><!– end footer –>