Comments ANDREW FAUX started the conversationJanuary 13, 2019 at 9:15amHi Support teamI have two questions:1) the slider has a video embedded on our site that works fine on PC but does not show on mobile - can you advise please.2) on the locations page (from menu) - I want to place an image to the right of the HERO title - can you advise how to pleaseRgsAndrew 1,974Support repliedJanuary 14, 2019 at 11:39pmHello Andrew,1) the video slide does not play on mobile it displays the hero image2) you can add a span immediately after the caption in hero title field:<span style="float:right;width: 500px;height: 400px;" class="hero-image-right"><img src="..." /></span>but be careful with width and height on mobileThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyMuva repliedFebruary 14, 2019 at 6:30pmHiCould you tell us exactly where to insert SPAN for mobile vide viewHere is the code :<!-- Section Slide --> <div class="swiper-slide bg-video" data-title="ELIE SAAB" data-subtitle="Video" data-number="03"> <div class="img-mask"> <div class="section-image" data-src="images/03hero.jpg"> <div class="hero-video-wrapper"> <video loop muted class="bgvid"> <source src="http://......" type="video/mp4"> <source src="http://........" type="video/webm"> </video> </div> </div> </div> <a class="showcase-link-project" data-type="page-transition" href="project03.html"></a> </div> <!--/Section Slide --> 1,974Support repliedFebruary 15, 2019 at 12:33amHello,this ticket is referring to the hero section in Grenada not the showcase slide.The slider caption in Grenada has the following structure, the example with Gold Man:<div class="swiper-slide" data-number="03" data-slide="3"> <div class="slide-title" data-number="03"><span>Gold Man</span></div> </a> <div class="slide-caption" data-slide-caption="3">The golden passage beyond no man's land</div> </div>Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi Support team
I have two questions:
1) the slider has a video embedded on our site that works fine on PC but does not show on mobile - can you advise please.
2) on the locations page (from menu) - I want to place an image to the right of the HERO title - can you advise how to please
Rgs
Andrew
Hello Andrew,
1) the video slide does not play on mobile it displays the hero image
2) you can add a span immediately after the caption in hero title field:
<span style="float:right;width: 500px;height: 400px;" class="hero-image-right"><img src="..." /></span>
but be careful with width and height on mobile
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi
Could you tell us exactly where to insert SPAN for mobile vide view
Here is the code :
<!-- Section Slide -->
<div class="swiper-slide bg-video" data-title="ELIE SAAB" data-subtitle="Video" data-number="03">
<div class="img-mask">
<div class="section-image" data-src="images/03hero.jpg">
<div class="hero-video-wrapper">
<video loop muted class="bgvid">
<source src="http://......" type="video/mp4">
<source src="http://........" type="video/webm">
</video>
</div>
</div>
</div>
<a class="showcase-link-project" data-type="page-transition" href="project03.html"></a>
</div>
<!--/Section Slide -->
Hello,
this ticket is referring to the hero section in Grenada not the showcase slide.
The slider caption in Grenada has the following structure, the example with Gold Man:
<div class="swiper-slide" data-number="03" data-slide="3">
<div class="slide-title" data-number="03"><span>Gold Man</span></div>
</a>
<div class="slide-caption" data-slide-caption="3">The golden passage beyond no man's land</div>
</div>
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy