Hi,
sorry I could not find any description of how to customize the default page for “page not found” (listing the most popular posts and so on).
Can you help?
Thank you
Klaus
Hi Bklaus_sk!
Please go to Enfold/includes folder via FTP and edit error404.php file as needed.
Cheers!
Yigit
Thanks, Yigit, that helped a lot.
Is it possible to do these changes in the child theme in order not to overrite them with the next theme update?
I tried to copy the whole /lang directory but that did not have any effect.
Thanks again.
Klaus
Hi!
You can copy the 404.php file to your child theme folder and then replace lines 27 – 31.
<?php
get_template_part('includes/error404');
?>
With the code in the error404.php file.
Best regards,
Elliott
Thanks a lot, works fine.
Klaus