Home › Forums › Gravida Support › 404 Page
- This topic has 6 replies, 2 voices, and was last updated 6 years ago by
Sonl Sinha.
-
AuthorPosts
-
February 7, 2019 at 10:05 am #116541
Hello
URL https://perceptionprofiling.com/
I’m nearly finished with the creation of the site 🙂
When a page is not found it goes to a 404 page which is really cool and nicely designed.
Is there anyway I can add a movie as a background to this page? If so how do I do that please?
Thank you
SteveFebruary 11, 2019 at 1:03 pm #116783Hi,
Kindly use this plugin: https://wordpress.org/plugins/404page/
Regards,
ChrisFebruary 11, 2019 at 1:25 pm #116786Hi
I’ve looked at this plugin but it doesn’t do what I want to do.
I want to KEEP the 404 page that is part of the site as it is now. Please see…
https://perceptionprofiling.com/404page-test-d9c0945c584f4368a178ab372f0f59e6
I like the design and layout of this page as it is.
I just want to add a movie in a layer behind the error code that play when someone gets a 404 error.
The plugin would make me create a new custom 404 error page from scratch which isn’t really a solution for me.
Thank You
SteveFebruary 13, 2019 at 4:15 am #116893Please see my previous comment and respond. It’s very frustrating when people don’t support a product that has been paid for!
Thanks
SteveFebruary 14, 2019 at 10:30 am #117025Hello
OK so I know it’s 404.php
What do I need to add to that so there is a video playing in the background of that page?
Thanks
SteveFebruary 15, 2019 at 7:14 am #117086Hi,
Kindly use this code in 404.php
Hope this help
<video width="400" controls> <source src="mov_bbb.mp4" type="video/mp4"> <source src="mov_bbb.ogg" type="video/ogg"> </video>
Regards,
ChrisFebruary 15, 2019 at 9:23 am #117095Hi,
Ignore my previous post.
Kindly use this plugin https://wordpress.org/plugins/wpmbytplayer/ and check “All” radio button.
And use this CSS Code as well:
#wrapper_bgndVideo_home {display:none;} body.error404 #wrapper_bgndVideo_home {display:block !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.