Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #821145

    Hi lech07,

    If you did not make any customizations in the footer.php you don’t need to have it in a child theme, this way you will have it updated and avoid errors. Debug should be configured to write errors to a log file. How to do it here:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #821183

    yes I can delete my footer.php but then my copyright text in the footer will be changed to standard saying powered by Enfold WordPress Theme.
    And if I change it in the footer.php of enfold it will still get overwritten when there is updates right?

    So what is the best solution then?

    #821237

    Hi,

    You can add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter("kriesi_backlink","new_nolink");
    function new_nolink(){
    $kriesi_at_backlink = "";
    return $kriesi_at_backlink;
    }

    Best regards,
    Yigit

Viewing 3 posts - 31 through 33 (of 33 total)
  • You must be logged in to reply to this topic.