|
|
| Author |
Message |
mlSSStress
New User
Joined: 15 Jul 2010
Posts: 2
|
Posted: July 15th 2010, 3:55 pm Post subject: Removing/Changing Template Footer Logo |
|
|
I'm very grateful to find this resource and am hoping that someone can help me. I'm very new at this but am great at following simple instructions..
I have a phpBB3 forum that we're expecting to bridge into a Joomla/Jomsocial website, so we've installed a phpBB3 standalone template that is designed for Joomla by RocketTheme
I'm trying to figure out how to change the lower (footer) graphics. Here is the Demo for the theme. |
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: July 22nd 2010, 7:34 am Post subject: |
|
|
| I'm thinking it would be in the overall footer html maybe. |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
mlSSStress
New User
Joined: 15 Jul 2010
Posts: 2
|
Posted: July 24th 2010, 11:22 am Post subject: |
|
|
I was able to remove the graphics from within the ACP style editor, however there are still link-boxes remaining that I'm still searching for.
I'm not sure your forum policy on literally linking my website but I can if it will help me find an answer
Thanks |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
Posted: July 24th 2010, 1:22 pm Post subject: |
|
|
It appears that you have removed the images but not the code relating to the images which still appears in your overall_footer.html file
These are the two image links you will need to remove and dont forget to refresh you template when done.
| Code:
|
<img src="http://demo.rockettheme.com/jun08/templates/rt_hyperion/images/blank.gif" alt="" id="logo-bottom" />
[b]and[/b]
<img src="http://demo.rockettheme.com/jun08/templates/rt_hyperion/images/blank.gif" id="rocket" />
|
_________________ ~HG~
|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
|