Just to clarify : the sound button in Satelite is related with the global background music which plays regardless of the current portfolio item whereas the hero video is related strictly with the corresponding portfolio item.
The sound button must be implemented in hero section. It's custom work.
hello!
It would be possible activate the sound of video in the single porfolio page?
thanks
Hello Cristina,
if it's about the video hero section in portfolio pages. Try opening /sections/hero_section_container.php and on line 51 you will see this line:
<video loop muted class="bgvid">
and remove 'muted'
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks for this! Great theme by the way!
Is it possible to add an Sound on/Mute button to the hero section?
I bought also tsatelite theme and there is an Sound on Button on the Home-Page.
Greetings!
Markus
Hello Markus,
Just to clarify : the sound button in Satelite is related with the global background music which plays regardless of the current portfolio item whereas the hero video is related strictly with the corresponding portfolio item.
The sound button must be implemented in hero section. It's custom work.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Could you implement that and how much would it cost. That could then be an update for the whole theme.
By the way: The sound button in satelite keeps playing after changing to a portfolio item, even there is a video and playing.
Hi!
I'm looking at sections/hero_section_container.php and that code on line 51 is not there. A little help please? This is what's there:
<!-- Hero --> <div id="hero" class="hidden<?php echo esc_attr( $hero_class ); ?>">
<div id="hero-styles" class="<?php echo esc_attr( $hero_styles ); ?>">
<?php
Thanks.
Hi,
which theme exactly is this about?
in general open showcase-page.php and /sections/hero-section-container.php and look for
<video loop muted class="bgvid">
just remove muted
however the autoplay may be affected if for example the video slide is the first slide (see the browser's autoplay policy)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy