Removing Footer on some Wordpress Theme

Discussion in 'HTML & Website Design' started by moneff, Apr 18, 2011.

  1. #1
    Hello Guys,

    I want to remove a footer link on some Wordpress Theme.

    I will give the dude who have created the wordpress theme Credits, but I want to write my name too, because I have changed a lot of things on the theme..

    This is what I have found in the style.css File

    #credits {
    color:#90aabf;
    margin:0 auto;
    width:980px;
    }
    
    #credits p {
    margin:0;
    line-height:16px;
    padding:10px 0;
    }
    
    #credits a {
    color:#90aabf;
    }
    
    #credits a:hover {
    text-decoration:underline;
    }
    PHP:
    The footer.php is crypted, and it cannot be changed from there..

    Can someone help me? :)

    Best Regards,
    Simeon
     
    moneff, Apr 18, 2011 IP
  2. Mister Lancer

    Mister Lancer Peon

    Messages:
    150
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, I think you need to decode the php code. Most developer use base64 to compress. You can use online base64 decoder. Just google for "php base 64 decoder". This article might help you understanding more about this.
     
    Mister Lancer, Apr 18, 2011 IP
  3. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Get in touch with theme developer. Many allows you to alter once you approach them.
     
    radiant_luv, Apr 19, 2011 IP
  4. kiramanic

    kiramanic Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    And if they ask you not to...DON'T. Sometimes I think we should just have a sticky thread here saying that, but at least you want to give him credit so it could be worse :)
     
    kiramanic, Apr 19, 2011 IP
  5. nintyninepercent

    nintyninepercent Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Having taken the footer off, especially when using a free template can be quite tricky and most of the time can ruin the free distribution idea. You definitely have to make sure that the footer doesn't have link pointing to sides that are not appropriate or in sync with your own content. However, you should keep the initial link to the creator of the template existing so that the person gets rewarded and recognition, if he/she already hands them out for free. Definitely use the "php base 64 decoder" to see what the footer includes, since you don't want to destroy your own name.
     
    nintyninepercent, Apr 19, 2011 IP
  6. rahulsharma01

    rahulsharma01 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    it is good script ..
     
    rahulsharma01, Apr 19, 2011 IP
  7. amitgwb

    amitgwb Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hello

    Here is the solution, right click on the website and click "view source". Check for that particular div tag in which code was written in encrypted mode. Now see what is there in the same div after clicking view source. You will see pure html code , just copy that code and add your lines where you want and replace encrypted code with this code.
     
    amitgwb, Apr 19, 2011 IP
  8. moneff

    moneff Member

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #8
    Thank you for the answers.
    I have decided to let the footer be in my website :)

    I will not change it. I respect the author and i will give him backlinks :)

    Cheers,
     
    moneff, Jun 16, 2011 IP
  9. ryanqm

    ryanqm Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    But sometimes the links in the footer are absolutely irrelevant. what you guys suggest in this scenario?
     
    ryanqm, Jun 16, 2011 IP
  10. jacksamwhite

    jacksamwhite Member

    Messages:
    90
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #10
    You can remove whole things on footer and write your own footer.php, you also need to change CSS file slightly. Second option is to communicate with developer and ask him to grant you permission to do so.
     
    jacksamwhite, Jun 18, 2011 IP