-
AuthorPosts
-
arundf Friend
arundf
- Join date:
- January 2013
- Posts:
- 16
- Downloads:
- 134
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
August 3, 2013 at 5:19 am #189445How to remove Fubix logo in Footer? Tried the footer.php but could not remove.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 3, 2013 at 5:33 am #501141Hi
Go to this file templatesja_fubixtplsblocksfooter.php
<blockquote><!– FOOTER –>
<footer id=”t3-footer” class=”wrap t3-footer”><div class=”container”>
<div class=”row”>
<div class=”t3-copyright span3 “>
<div class=”footer-left”>
<!– FOOTER LOGO –>
<div class=”logo”>
<a href=”<?php echo JURI::base(true) ?>” title=”<?php echo strip_tags($sitename) ?>”><?php echo $sitename ?></a>
</div>
<!– //FOOTER LOGO –></blockquote>you can remove the code in RED
2 users say Thank You to pavit for this useful post
arundf Friendarundf
- Join date:
- January 2013
- Posts:
- 16
- Downloads:
- 134
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
August 3, 2013 at 5:54 am #501143Got it. Thanks.
hospitalityguy Friendhospitalityguy
- Join date:
- June 2014
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 16, 2014 at 3:57 pm #542594A question: why is this hard-coded into the template?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 16, 2014 at 5:18 pm #542609<em>@hospitalityguy 436993 wrote:</em><blockquote>A question: why is this hard-coded into the template?</blockquote>
We accept suggestions on how to implement a new way for it in the next releases
hospitalityguy Friendhospitalityguy
- Join date:
- June 2014
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 16, 2014 at 5:22 pm #542610Easy. Take it out. There. Done.
Or make it a module that you can disable. There. Done.
Smaak my julle probeer net blerrie skelm wees ou tjom.
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
July 2, 2015 at 2:39 pm #576137Thanks for this hint.
If I understand the code to delete (my PHP knowledge is very poor), it should display the site in footer name like in Spotlight, right?
However, on my site https://test.ulc-moedling.at the footer just shows “FUBIX”, whereas Spotlight on top shows our site name. Template Backend (Layout tab) shows correct site name in footer like in spotlight.Is this intended or did I miss something?
Thanks
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
July 2, 2015 at 2:39 pm #642463Thanks for this hint.
If I understand the code to delete (my PHP knowledge is very poor), it should display the site in footer name like in Spotlight, right?
However, on my site https://test.ulc-moedling.at the footer just shows “FUBIX”, whereas Spotlight on top shows our site name. Template Backend (Layout tab) shows correct site name in footer like in spotlight.Is this intended or did I miss something?
Thanks
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
July 2, 2015 at 2:39 pm #741122Thanks for this hint.
If I understand the code to delete (my PHP knowledge is very poor), it should display the site in footer name like in Spotlight, right?
However, on my site https://test.ulc-moedling.at the footer just shows “FUBIX”, whereas Spotlight on top shows our site name. Template Backend (Layout tab) shows correct site name in footer like in spotlight.Is this intended or did I miss something?
Thanks
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 3:10 pm #576138Hi @kondrich
That logo is an image , you can change it with your own logo it is stored into
templatesja_fubiximageslogo-footer.png
Override that image with your logo image
-
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
MarijkeVerkaik FriendMarijkeVerkaik
- Join date:
- February 2006
- Posts:
- 10
- Downloads:
- 8
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 3 times in 2 posts
October 21, 2015 at 2:40 pm #706304I put my changes in override.css (which I added to the template in the settings) so that if en when the template updates, the changes won’t be lost…
MarijkeVerkaik FriendMarijkeVerkaik
- Join date:
- February 2006
- Posts:
- 10
- Downloads:
- 8
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 3 times in 2 posts
October 21, 2015 at 2:40 pm #752410I put my changes in override.css (which I added to the template in the settings) so that if en when the template updates, the changes won’t be lost…
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 5 voices, and was last updated by MarijkeVerkaik 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove Fubix logo in Footer? Tried the footer.php but could not remove.
Viewing 15 posts - 1 through 15 (of 15 total)