Skip to content

Commit

Permalink
testing on newer version of WP and adapting the iframe to the new design
Browse files Browse the repository at this point in the history
  • Loading branch information
Arno Van Biesen committed Sep 1, 2021
1 parent 7f7e800 commit 4eab68e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notfound-org.php
Expand Up @@ -3,8 +3,8 @@
Plugin Name: NotFound.org 404 Page
Plugin URI: https://github.com/katzgrau/wp-notfound-org
Description: A Wordpress plugin that turns your 404 "not found" error into a page devoted to helping find missing children.
Version: 1.1.0
Author: Kenny Katzgrau
Version: 1.2.0
Author: Kenny Katzgrau & Arno Van Biesen
Author URI: http://codefury.net
*/

Expand Down
10 changes: 8 additions & 2 deletions views/notfound.php
Expand Up @@ -29,18 +29,24 @@
}

.w720 {
width: 720px;
width: 90%;
max-width: 720px;
margin: 0px auto;
}

@media (max-width: 480px) {
iframe {
height: 1300px !important;
}
}
</style>

<div id="header">
<div class="w720">
<p><?php echo $message; ?></p>
</div>
</div>
<iframe src="http://notfound-static.fwebservices.be/404/index.html?&amp;key=7c1767b30512b6003fd3c2e618a86522" width="100%" height="600" frameborder="0"></iframe>
<iframe src="https://notfound-static.fwebservices.be/404/index.html?&amp;key=7c1767b30512b6003fd3c2e618a86522" width="100%" height="755" frameborder="0"></iframe>
<div id="footer">
<div class="w720">
<p>If you also use Wordpress, you can <a target="_blank" href="http://wordpress.org/extend/plugins/notfoundorg-404-page/">help find missing children too.</a></p>
Expand Down

0 comments on commit 4eab68e

Please sign in to comment.