YouTube video into Quark Default, Frontpage Video

Multipurpose WordPress Theme Forum Support
GK User
Sun Jun 19, 2016 2:47 am
Hi,

i'm trying to embed a YouTube video into Quark Default, Frontpage > Video using the following code, as per the documentation:

Code: Select all
<div class="very-big-spaces">
<a class="gk-video-link gk-add-rotate-animation"href="https://www.youtube.com/embed/k34gZVzQT-g"data-url="video-url?color=ffffff&amp;title=0&amp;byline=0&amp;portrait=0" data-width="1920"data-height="1080" data-sr="enter bottom and move 50px">Press <i class="fa fa-play"></i> Play</a>
</div>


The result is:

"Not Found
The requested URL /video-url was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

As well as this, is it possible to run an MP4 instead of the frontage header image?

Thanks in advance!
User avatar
Fresh Boarder

Joshua M
Mon Jun 20, 2016 8:33 am
Hi,

You should also replace "video-url" part from data-url attribute, use spaces between attributes, try the following code:
Code: Select all
<a class="gk-video-link gk-add-rotate-animation" href="https://www.youtube.com/embed/k34gZVzQT-g" data-url="https://www.youtube.com/embed/k34gZVzQT-g?color=ffffff&amp;title=0&amp;byline=0&amp;portrait=0" data-width="1920" data-height="1080" data-sr="enter bottom and move 50px">Press <i class="fa fa-play"></i> Play</a>


Regarding the video in the header - it's possible but requries more modifications, unfortunately beyond our technical support.
User avatar
Moderator

GK User
Mon Jun 20, 2016 10:15 am
Thank you! I just noticed that data URL bit.

Appreciated!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.