-
AuthorPosts
-
March 28, 2018 at 2:33 pm #934318
Das findet man… neben vielen anderen Fragen und Antworten, die ebenfalls nicht weiterhelfen.
Hi,
I’d like to customize the Error 404 page, but I cannot find it. Where is it?
September 17, 2013 at 12:11 pm
#162218Yigit
ModeratorHi,
In your WordPress theme directory you should go to Enfold > 404.php file and Enfold > Includes > Error404.php file
Regards,
YigitWie geht es nun? WordPress theme directory??? Wo soll das sein, wie kann man dann anschließend Änderungen vornehmen, wenn es sich bei der 404 nicht um eine Seite handelt? Und warum ist es nicht einfach als Seite zu behandeln?
Alles super… doch das 404-Thema scheint, ein hochkompliziertes sein zu müssen.
Herzlichen Dank im Voraus! Grüße, JorgMarch 28, 2018 at 9:43 pm #934531Hey Pronto-Business_123,
Could you please post in English the question and we will be more than happy to help you?
Thank you
Best regards,
BasilisMarch 29, 2018 at 2:37 pm #934823Hi Basilis,
thank you for your answer. Is there really no easy way to change the 404 content?
How can I find the 404.php file. How is it to edit without HTML-expertise? For example, insert photos….
Thank you in advance
Regards
JorgMarch 30, 2018 at 1:03 pm #935290Hi,
Thank you for the update. Please create a custom page with the advance layout builder, and use the following code to redirect the default 404 page to the custom page. Just add it in the functions.php file.
add_action('wp_head', 'wp_head_redirect_404'); function wp_head_redirect_404() { if(is_404()) { echo header("HTTP/1.1 301 Moved Permanently"); echo header("Location: https://www.site.com/your_custom_page"); exit(); } }
Replace the “Location” value with the url of the custom page.
Best regards,
IsmaelMarch 30, 2018 at 1:41 pm #935305Hi Ismael,
cool, thank you very much!!!!
Regards
JorgApril 1, 2018 at 6:44 am #935693Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 1, 2018 at 6:44 am #935694Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 21, 2020 at 1:17 pm #1176707hallo, ich habe es leider immer noch nicht ganz verstanden…
ich lege einfach über enfold eine neue Unterseite an und lösche alle Inhalte im 404.php und füge das oben geschriebene snippet ein?
dann funktioniert alles und wenn jemand eine Seite aufrufen möchte, die es nicht gibt, dann erscheint meine neu desinte seite?Im Voraus vielen Dank für eure Hilfe
January 22, 2020 at 10:12 am #1177089Hi vonBeuningen,
This thread is old so you shouldn’t need to do this anymore, there is an option to set a custom 404 page on the main page of the theme options now. Please have a look at that.
Best regards,
RikardJanuary 22, 2020 at 11:52 am #1177132hi Rikard,
Thanks for the information :-)I hav built a page and entered the name to the options in enfold.
Do I have to do something else?
January 23, 2020 at 8:45 am #1177443Hi vonBeuningen,
No, that should be it :-)
You can try it out by visiting a URL which doesn’t exist on your site to see if it’s working or not.
Best regards,
RikardJune 19, 2020 at 9:25 pm #1224172Hi Rikard,
ich habe auch noch eine Frage bezgl. der 404 Seite.Habe eine 404 Seite erstellt und zugewiesen aber der Permalink ist 404-2, wie lässt sich diese zu 404 abändern?
Im Seitenbereich lässt sich der Permalink leider nicht abändern…
—————————–
Die andere Seite, wo der ander Link hinverlinkt siehe unten, soll es gar nicht geben, wo lösche ich das???Danke
June 21, 2020 at 4:33 am #1224337Hallo frosch178,
If you can’t change the permalink to 404 then that means something else is using that, it could be a page in the trash for example? It could also be a category, tag or similar which is using that slug. If you need further help then please post admin login details in private so that we can have a closer look.
LG,
RikardJune 21, 2020 at 5:55 am #1224356in this context please explain the difference between the two possibilities:
“Display selected page withour redirect” – and – “Redirect to selected page”June 24, 2020 at 3:15 pm #1225246 -
AuthorPosts
- You must be logged in to reply to this topic.