Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1234153

    Hello there, When I go to my website I get the following error
    Notice: Undefined variable: kriesi_at_backlink in /home/thewildl/public_html/wp-content/themes/enfold/footer.php on line 104
    What is the solution to it?

    #1234570

    Hey technetkenya,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1234573

    did you change something in footer.php to get rid of kriesi backlink info?
    you only need to insert to footer copyright info field at the end: [nolink]

    or redefine this little function via child-theme functions.php to have your own backlink.

    function new_nolink(){
    $kriesi_at_backlink = "<a href='https://webers-webdesign.de'>Webers WordPress Webdesign</a>";
    return $kriesi_at_backlink;
    }
    add_filter("kriesi_backlink","new_nolink");
    #1234579
    This reply has been marked as private.
    #1234582

    Hi technetkenya,

    Thanks for giving us admin access.
    In your footer.php (line 86), this code was commented:

    $kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN."_initial_version"), 'Enfold');

    I just removed it and fixed the issue. :)

    Best regards,
    Nikko

    #1234797

    Hello,
    The issue seems to still be there.

    Notice: Undefined variable: kriesi_at_backlink in /home/thewildl/public_html/wp-content/themes/enfold/footer.php on line 104
    © Copyright – The Wildlife Foundation 2020 |

    #1234854

    Hi technetkenya,

    I have checked it and the issue seems to be caching.
    When I logged in it shows properly but if I’m logged out I see the error.
    Purging the cache didn’t help, but after switching from a default WordPress theme then switching back to Enfold helped clear the cache.

    Best regards,
    Nikko

    #1234863

    Thank you Nikko,
    Looks fine now.

    #1234879

    Hi technetkenya,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Notice: Undefined variable: kriesi_at_backlink in /home/…..’ is closed to new replies.