Okay
  Public Ticket #1852336
MEDIA CONTENT AND MOBILE
Closed

Comments

  • ANDREW FAUX started the conversation

    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


  •  1,974
    Support replied

    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

  • Muva replied

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


  •  1,974
    Support replied

    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