Okay
  Public Ticket #3505479
Video above the fold
Closed

Comments

  • New Media started the conversation

    Hi,

    I would like to add a video above the fold on my homepage is there a way to do this? or add a video as the sliders below? that doesn't not click through? 

    Please help... 


    Thanks,

    M

    Attached files:  Screenshot 2023-10-23 at 13.24.02.png

  •  1,823
    Support replied

    Hi there, here is what we suggest:

    redefine the parallax panels page template in the child theme and rename it for example  Portfolio Parallax Panels Video Hero

    and modify it by removing

    <?php

    // display hero section
    get_template_part('sections/hero_section'); 

    ?>

    lines 69-74 (that's the  hero section) and the html code pertaining the video fullscreen or full width

    that's the best approach. you can add a new video slide and make it unclickable but the portfolio item page will still show in the portfolio next bottom navigation

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • New Media replied

    Hi I have managed to do the following, how do I remove the white block now and make the video shift up?

    https://staging2.newmedia.co.za

    And then make the nave on the video white?

  •  1,823
    Support replied

    Hmm the idea is not to use a hero section because it will have the top part which is usually the space for hero captions (title and subtitle) 

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • New Media replied

    What would you recommended for me to achieve this? The company I work for really wants this :/

  •  1,823
    Support replied

    Hi there,

    let me explain what I had in mind:

    - in the child theme create a new page template based on Portfolio Parallax Panels (you can name it Portfolio Parallax Panels Video for example)

    - remove this bit

    <?php

    // display hero section
    get_template_part('sections/hero_section'); 

    ?>

    - and in on line 80 add the following <?php the_content(); ?>

    https://prnt.sc/3-ipoTEP-mH6

    This way, right above the panels you can insert the page content (displayed by the above function) a fullscreen autoplaying video

    How does this sound? 

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy