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?
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
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
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
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?
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
What would you recommended for me to achieve this? The company I work for really wants this :/
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio