I running a problem simple hyperlinks don't work with the class="col-lg-3 col-md-6 dark left col-padding"
Here is the link:
http://box5766.temp.domains/~lancepow//
Please help!
6 replies · opened Apr 3, 2019
I running a problem simple hyperlinks don't work with the class="col-lg-3 col-md-6 dark left col-padding"
Here is the link:
http://box5766.temp.domains/~lancepow//
Please help!
Hello,
There are several HTML Validation Errors on your Page: https://validator.w3.org/nu/?doc=http%3A%2F%2Fbox5766.temp.domains%2F~lancepow%2F%2F which i s causing this issue. Please fix these errors and your issue should be automatically resolved.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thanks for point out.
But how to change the video streaming from YouTube?
Here is the code that I have now, but it does not work:
<div class="swiper-slide dark">
<div class="container clearfix">
<div class="slider-caption slider-caption-left">
<div class="jumbotron_model">It’s not where you go, it’s how you go.<br>

<br>
</div>
</div>
</div>
<div class="video-wrap no-placeholder">
<video width="3840" height="2160" id="slide-video" poster="../Video/HomeVideo_ScreenShot_Havana.jpg" preload="auto" muted="muted" autoplay="autoplay" >
<data-video="https://youtu.be/y0tfdjlXtGw"/>
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.25);"></div>
</div>
</div>
Hello,
Youtube or any other Embeddable Videos are not allowed to be used with the <video> Tags. You will need to use the Youtube BG Video functionality included with the Template in order to use Youtube Videos inside your Sliders. Example:
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hello,
You can also consider using the following code to integrate a Slider Caption with the Youtube Bg Video within the Slider:
Welcome to Canvas
Create just what you need for your Perfect Website. Choose from a wide range of Elements & simply put them on our Canvas.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I tried the codes, but the background video did not show at the full screen.
Here the is the testing page: http://box5766.temp.domains/~lancepow//models/pch200i_2.html
Do you have any ideal?
Hello,
There appears to be a weird bug with the Youtube Bg Video Play event. Please find the following code in the js/functions.js File:
element.find('.swiper-slide.swiper-slide-active').find('.yt-bg-player.mb_YTPlayer:not(.customjs)').YTPPlay();and replace it with:
setTimeout( function(){
element.find('.swiper-slide.swiper-slide-active').find('.yt-bg-player.mb_YTPlayer:not(.customjs)').YTPPlay();
}, 1000);This should definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard