The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: Mon Apr 18, 2011 5:10 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Sep 17, 2009 2:05 pm
Posts: 20
Ok, I have this template (jt015_j15) and I don't want the copyright information under my website. So every time I go to the HTML index page and remove that information, the website says "Please keep the footer links intact!".

I really need to remove it, Please share your ideas.

Thanks

_________________
"Transformation starts with Trust"


Last edited by abdiwali on Mon Apr 18, 2011 6:29 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: Mon Apr 18, 2011 6:28 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Sep 17, 2009 2:05 pm
Posts: 20
Well, I figured out how to tweak the template to make the footer copyright text disappear.

I don't know if this is legal, but I will just tell you.

You can go to your template from the backend of your website (yourwebsite.com/administrator) then go to the template and click "Edit CSS" then go to the STYLE.CSS

find "Footer" by using your browsers "Find" or search option.

Then under

/* Footer */

Edit all the values and set them to ZERO (0).

Now check it out? If it doesn't work, keep tweaking that FOOTER and You will find it disappear.

Hope that Helps.

_________________
"Transformation starts with Trust"


Top
 Profile  
 
PostPosted: Sun Dec 11, 2011 4:58 pm 
Joomla! Intern
Joomla! Intern

Joined: Wed Jul 06, 2011 11:39 am
Posts: 62
Thank You so much for your solution ;)


Top
 Profile  
 
PostPosted: Tue Mar 27, 2012 5:24 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Mar 27, 2012 5:22 pm
Posts: 1
I still cant delete it. Can someone help me? Tried to put everything on 0 but them i get it on left bottom of my website..


Top
 Profile  
 
PostPosted: Sat Sep 08, 2012 8:36 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Sep 08, 2012 8:29 am
Posts: 1
Hi neorej,

Same here with me it was so difficult i tried the CSS solution but it give me along empty div tag at the footer, but finally i figured out the solution.

From your administrator-->templates-->yourtemplate-->index.php

Just remove everything between the two php scripts but you must keep the php tags seems they are checking the if the PHP tags are available in the footer and if availabe also then checking their copyright domain. It worked for me perfectly this solution for the template no (jt004_j25). Hope it works for all their templates. But still as caution of warning its not good to remove the copyright :).

Code:
<?php ?>       
  <div class="simpletech">2012 &copy; XXX Company | Powered by <a href="http://xxx.com">xxxx</a></div><?php?>


Top
 Profile  
 
PostPosted: Sat Sep 08, 2012 8:52 am 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13703
Location: Akershus, Norway
Mod. Note: Relocated the topic from Template Overrides to the Templates forum.


Top
 Profile  
 
PostPosted: Fri Jan 11, 2013 9:49 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Jan 11, 2013 9:25 pm
Posts: 1
riyaz666 wrote:
Hi neorej,

Same here with me it was so difficult i tried the CSS solution but it give me along empty div tag at the footer. I was looking at some other website and finally i figured out the solution.

From your administrator-->templates-->yourtemplate-->index.php

Just remove everything between the two php scripts but you must keep the php tags seems they are checking the if the PHP tags are available in the footer and if availabe also then checking their copyright domain. It worked for me perfectly this solution for the template no (jt004_j25). Hope it works for all their templates. But still as caution of warning its not good to remove the copyright :).

Code:
<?php ?>       
  <div class="simpletech">2012 &copy; XXX Company | Powered by <a href="http://xxx.com">xxxx</a></div><?php?>


Hi,

I dont understand what you mean when you say just remove the two php scripts? can you help me? Thank you.


Last edited by rostu on Sun Jan 13, 2013 5:02 am, edited 2 times in total.

Top
 Profile  
 
PostPosted: Sat Jan 12, 2013 5:00 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jan 12, 2013 4:40 pm
Posts: 1
Hi everybody!
The styles.css it is necessary to write it in the row of #footer-w, that: height:0px; !

It is possible to remove from side source:
In index.php file the row that implies if ($menu->getActive() == $menu->getDefault() rewrite the == sign this: !=

8)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 



Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group