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?
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
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");
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
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 |
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
Thank you Nikko,
Looks fine now.
Hi technetkenya,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko