Jump to page after video.

Discussion in 'VideoCraft WordPress Theme' started by medinachaz, Dec 23, 2013.

  1. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    Hi guys, I wanted to have the website "jump to" a portion of the page after the video. I know how to do it in HTML as far as a link, but no so much after the video.

    Thanks guys, and happy holidays!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this
    Open "front-page.php" file and add code given below at the line number 88.

    Code:
        events:{
            onComplete: function() {
                window.location = "http://www.YOUR REDIRECT LINK.com";
            }
        },
    As shown in the image.

    redirect code.png



    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page