Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+9 votes
2.8k views
in Plugins by
edited by

Here is simple plugin to customize 404 page on your Q2A site. Its FREE!

Admin interface

Download

https://github.com/ProThoughts/q2a-custom-404-page

Demo

http://q2a-dev.prothoughts.com/abcde

by
Well done! Keep it up :)
by
@pupi1985 Thank you!
by
cool plugin . Excellent job

3 Answers

–2 votes
by
Where it is?
by
Download from the code from github mentioned above .
+1 vote
by
Nice idea and great plugin.

But can you add a search bar in centre of the page, so that the visitor can be focused to search his requirement in the search bar instead of leaving the site.
by
I could add the custom 404 page to my site. But my image is not loaded. I set my image address http//www.mysite.com/xx404.png and I uploaded the image to root folder of my site (hosting account).

http://www.wikifirst.net/abcd
by
Are you calling it as an image...?? Secondly the location of the image should be right... You also have to mention from where you are calling the image... For instance follow the below code...

<div class="qa-main">
                                        <div class="qa-main">
                        <br><div align=center><img src="http://www.mysite.com/xx404.png" alt="404"></div>

Try this and tell me if it works...
by
@ Gurjyot Thank you very much for your help. I had given wrong image path. Now it is working fine. I created this page using the code which you gave me. I visited your 404 page and could find the path to create Google custom search box. Thank you.
by
I am happy to hear that I could be helpful to you.
0 votes
by

I have installed this plugin and working fine. I want add here, if someone wants all 404 pages to go to their home page then add this on html code -

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/">

See Demo Here

...