• Hello…. so I started a new site for my wife and am trying to get some things sorted out for her. I am having difficulty modifying the footer (which is actually listed in sidebar.php).

    Whenever I modify the sidebar.php file and remove/change the footer information I get an error saying:

    “This theme is licensed under CC3.0, you are not allowed to modify/remove our link without permission. “

    WEBSITE: http://www.MakeupMVP.com

    Please let me know if you can help. I found a link to another previous post where someone was able to help remove this non-sense… I would greatly appreciate any help. Thank you!!!

    Link to someone else’s thread: http://wordpress.org/support/topic/theme-footer?replies=9

    Wish I could get ahold of FurciferRising!!!! If you can help, you can email me at [email moderated – this forum does not provide support via email] thanks so much

Viewing 1 replies (of 1 total)
  • It looks like thee is code to check that the credit has not been played with.

    The credit is in a div so you might be able just to hide it in style.css!

    div.credit,
    .credit a {
       display:none;
    }

    Or

    div.credit,
    .credit a {
       height: 1px;
    }

    Although that would be a breach of the licence terms, so have a look at the themes here in Extend!

    HTH

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar.php issue with footer info’ is closed to new replies.