404 Page

Home Forums Gravida Support 404 Page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #116541
    stevehbstevehb
    Participant
    • Topics: 12
    • Replies: 35
    • Total: 47
    Member since: December 28, 2018

    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
    Steve

    #116783
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this plugin: https://wordpress.org/plugins/404page/

    Regards,
    Chris

    #116786
    stevehbstevehb
    Participant
    • Topics: 12
    • Replies: 35
    • Total: 47
    Member since: December 28, 2018

    Hi

    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
    Steve

    #116893
    stevehbstevehb
    Participant
    • Topics: 12
    • Replies: 35
    • Total: 47
    Member since: December 28, 2018

    Please see my previous comment and respond. It’s very frustrating when people don’t support a product that has been paid for!

    Thanks
    Steve

    #117025
    stevehbstevehb
    Participant
    • Topics: 12
    • Replies: 35
    • Total: 47
    Member since: December 28, 2018

    Hello

    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
    Steve

    #117086
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #117095
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.