Comments Andre Alves started the conversationSeptember 11, 2017 at 12:54pmHi, I’m having a little trouble installing the demo. I want to install like this one: http://clapat.ro/themes/newave/index-4.html I’ve imported the xml and then, imported the theme options. But only got this: http://prntscr.com/gjs7zwP.S.: I'm working locally, on my localhost ThanksAndre Alves repliedSeptember 11, 2017 at 2:59pmI managed to get the demo working.Another issues:I am trying to remove all text (slides) from the video and after saving the modifications, the slides return: http://prntscr.com/gju44sIs there any option to show play/pause buttons?Also, there's a PHP error in this section: http://prntscr.com/gju4pbThanks in advance,Andre 1,973Support repliedSeptember 12, 2017 at 4:08pmHello Andre, is is possible to upload the theme somewhere online and sens us the wp admin access in a private comment?Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAndre Alves repliedSeptember 12, 2017 at 4:38pmStill working locally.But at the moment I just need to know:Is there any option to show play/pause buttons and remove the copy on the video?Thanks 1,973Support repliedSeptember 13, 2017 at 5:33pmHello Andrenot sure you the slides are coming back anyway try adding#home-center .div-align-center { display: none;}in theme options -> styling options -> custom CSSregarding the controls open /sections/home_section_parallax_video.php and add showControls:true to the data property<a id="bgndVideo" class="player" data-property="{videoURL:'<?php echo $global_theme_options['home_video_background']; ?>',containment:'body',autoPlay:true, showControls:true, mute:true, startAt:0, opacity:1}">video</a>as mentioned in the player docs:https://github.com/pupunzi/jquery.mb.YTPlayer/wikiThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAndre Alves repliedSeptember 14, 2017 at 5:28pmHi.The copy css worked but the players are not showing up: http://prntscr.com/gl68mjHere's the params (changed the mute do false to test and I have sound by default): http://prntscr.com/gl693bCan it be hidden by some css?Thanks again 1,973Support repliedSeptember 22, 2017 at 4:24pmHello Andre apologies for my late replynot sure why the controls are not showing up you can hide the sound button with#video-volume { display: none;}in theme options -> styling options -> custom CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi, I’m having a little trouble installing the demo. I want to install like this one: http://clapat.ro/themes/newave/index-4.html
I’ve imported the xml and then, imported the theme options. But only got this: http://prntscr.com/gjs7zw
P.S.: I'm working locally, on my localhost
Thanks
I managed to get the demo working.
Another issues:
I am trying to remove all text (slides) from the video and after saving the modifications, the slides return: http://prntscr.com/gju44s
Is there any option to show play/pause buttons?
Also, there's a PHP error in this section: http://prntscr.com/gju4pb
Thanks in advance,
Andre
Hello Andre, is is possible to upload the theme somewhere online and sens us the wp admin access in a private comment?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Still working locally.
But at the moment I just need to know:
Is there any option to show play/pause buttons and remove the copy on the video?
Thanks
Hello Andre
not sure you the slides are coming back
anyway try adding
#home-center .div-align-center {
display: none;
}
in theme options -> styling options -> custom CSS
regarding the controls open /sections/home_section_parallax_video.php and add showControls:true to the data property
<a id="bgndVideo" class="player" data-property="{videoURL:'<?php echo $global_theme_options['home_video_background']; ?>',containment:'body',autoPlay:true, showControls:true, mute:true, startAt:0, opacity:1}">video</a>
as mentioned in the player docs:
https://github.com/pupunzi/jquery.mb.YTPlayer/wiki
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi.
The copy css worked but the players are not showing up: http://prntscr.com/gl68mj
Here's the params (changed the mute do false to test and I have sound by default): http://prntscr.com/gl693b
Can it be hidden by some css?
Thanks again
Hello Andre apologies for my late reply
not sure why the controls are not showing up
you can hide the sound button with
#video-volume {
display: none;
}
in theme options -> styling options -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy