I'm using firebug but nothing is coming up that points to link location in a specific file, I see it in the html but not in the index.php if i use the edit html in the template manager.
I would like to remove all the gantry logo and link and replace the rocket theme link and title with my own.
Re: change rocket theme logo and link in grunge template
Posted 13 years 9 months ago
both the branding + copyright can be turned off in the template settings.
the files are copyright.php and branding.php in the features folder of your template.
change them for your needs ...
Re: change rocket theme logo and link in grunge template
Posted 13 years 9 months ago
I don't use Firebug for that (actually I almost never use Firebug) . I could have used Dreamweaver on a local install but frankly doing support for some time now I just know that. If it is an option in the template settings it must be in the features folder of the template or in com_gantry
Re: change rocket theme logo and link in grunge template
Posted 13 years 4 months ago
For those of you who, like me, found this page while working with a free template that does not have this file where Henning suggests it is:
If you would like to make these changes to the free Gantry template in Joomla 1.7, go to libraries/gantry/features and change the php file for copyright. All of the main features for Gantry are located here.
I would suppose copying this file to the empty "features" folder of the template and leaving it there would prevent changes from being wiped out when Gantry is updated. I would need someone with more expertise in php programming to confirm this.
Re: change rocket theme logo and link in grunge template
Posted 8 years 8 months ago
I have Iridescent template, to change the link to another directory, open the file below and replace the link with yours.
../templates/rt-Iridescent/features/branding.php
you will see the following tag:
<div class="rt-block rt-branding wow fadeInLeft">
<a href="
www.rockettheme.com/" title="RocketTheme" class="rt-powered-by"></a>
</div>
Done.