-
AuthorPosts
-
July 30, 2020 at 1:14 pm #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?August 2, 2020 at 7:03 am #1234570Hey 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,
RikardAugust 2, 2020 at 8:41 am #1234573did 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");August 2, 2020 at 10:15 am #1234579This reply has been marked as private.August 2, 2020 at 11:11 am #1234582Hi 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,
NikkoAugust 3, 2020 at 12:28 pm #1234797Hello,
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 |August 3, 2020 at 1:55 pm #1234854Hi 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,
NikkoAugust 3, 2020 at 2:40 pm #1234863Thank you Nikko,
Looks fine now.August 3, 2020 at 3:25 pm #1234879Hi technetkenya,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Notice: Undefined variable: kriesi_at_backlink in /home/…..’ is closed to new replies.
