Anonymous User 12851872
(@anonymized-12851872)
Hi,
the website is update ?
Enfold last version ?
WordPress 4.9.4 ?
Any updated plugins?
PHP7 ?
https://petersplugins.com/free-wordpress-plugins/404page/
Thank you
Thread Starter
BeeCee
(@csigncsign)
…as I said above: newest ENFOLD + newest plugin + newest WP as always, all plugins disabled and yes, PHP 7.0.25
Anonymous User 12851872
(@anonymized-12851872)
Hi,
Sorry, but sometimes people say the most recent and when we check the versions, sometimes we find newer versions.
It is better to indicate the version number, than to say the most recent, thank you
Plugins disabled by the dashboard or FTP?
Better by FTP, there really disable, renaming the plugin.
By the dashboard, even disable a plugin to continue to disturb, not the right method
Do you have a list of your plugins?
https://wordpress.org/plugins/forum-wordpress-fr/
You watched the videos?
Can you give a link to your site?
Thank you
Anonymous User 12851872
(@anonymized-12851872)
Hi,
with this code in functions.php ?
/*Redirection page 404*/
function page404_redirection()
{
global $mapage;
if(is_404())
{
wp_redirect(home_url("error-404")); //Replace "error-404" with the name of your page ID
exit;
}
}
add_action('wp', 'page404_redirection',1);
Good or not ?
Thank you
I’ve contacted the developers of the Enfold Theme and asked them for supporting my tests with a free license. They told me that the next update of the theme will bring a custom 404 feature included. Bad news from my point of view because it means I have to remove Enfold from the list of compatible themes. So please wait for the next Enfold update. This will solve your problem.
Marked topic as resolved.
Regards,
Peter