Forum Replies Created
-
AuthorPosts
-
any help guys?
also does this code, effect autoplay feature of the video. as soon as i change it – the video doesnt play automatically
‘video_mute’ => true
Hi Ismael,
Thanks for that. Im trying to implement to have the mute/unmute button however not managing.
add_action(‘wp_footer’, ‘mute_unmute_background_video’);
function mute_unmute_background_video(){
?>
<script type=”text/javascript”>
(function($) {
$(‘.avia_video’).on(‘av-mediajs-loaded’, function() {
$(‘.av-section-color-overlay-wrap’).prepend(‘<div class=”custom-mute”></div>’);
var video = $(this).mediaelementplayer();
video[0].setMuted(true);
$(‘.av-section-color-overlay-wrap’).on(‘click’, ‘.custom-mute’, function() {
if(video[0].muted === true) {
video[0].setMuted(false);
video[0].setVolume(0.8);
} else {
video[0].setMuted(true);
}
});
});$(‘.av-section-color-overlay-wrap’).on(‘click’, ‘.custom-mute’, function() {
$(this).toggleClass(“icon-sound-on”);
});
})(jQuery);
</script>
<?php
}Where does this code exaclty go?
Thanks
Hi Ismael,
Okay before this i implemented the code to get the Unmute button on the color section however still no sound is coming out…why is this?
ThanksAlso why do none of the elements support autoplay.
Full Width Slider nor FullScreen Slider are not autoplaying my video when opening the page.
Thanks
Thanks
Hi victoria,
Thanks for that. I followed what was needed managed to get the checkbox however video still seems to be muted :(
Hi Victoria,
I am using color-section element, however this element doesnt produce sound. Also not sure if it is possible to remove the black bars u see
I am speaking about my Home page attached find log in details
On the current video,
i have a few problems :
– no sound
– black borders showingJune 17, 2018 at 7:56 pm in reply to: Changing Border Colour Only of 1 button on the full slider #974023That’s Awesome Mike!
June 17, 2018 at 9:55 am in reply to: Changing Border Colour Only of 1 button on the full slider #973847Hi Jordan,
Sure i have attached what is required. I am referinng to the ‘View Cars’ button only.
any update?
hey mate,
i added that but my video just shows a grey section :( …
Hi yigit the installation of the theme failed.
My videos with vimeo are also screwing up – any mention on self hosted videos?
Thanks
okay thanks – i am using vimeo, but would prefer self hosted as still the theme is acting weird in some aspects.
If i roll back to a previous version – will i lose my current website settings and all elements?
Thanks
Isaac
Ok will need aanswer shortly as potential sponsors are seeing my page and looks broken :( … if not not sure rolling back to the previous version just to get them working. But not sure how i should go about that if ill lose any chnages to the website.
Thanks
it seems like there is a problem with self hosted videos as links from youtube is working. Howvever i cant use this because i need to remove the youtube logo from the video.
it is self hosted with wordpress, and if im not mistakedn they dont use FTP or dont have that funcctionality
try here
@Victoria did you login in and see anything unusual ?
sorry for replying to my own thread but it’s urgent :(
wont update so sudden in the near future
Thanks
this just just bring them to a grey screen like
Here you go
hi mike,
unfortunately my client wanted it to be justified is there any workaround or plugin or anything i can do ?
thanks
Hi guys,
thanks for your answers.
Thanks jordan i removed justified and saw what u ment.
Does this happen also on using the Text block? Does justify screw up the horizontal spacing?
Thanks
Hi vicotria,
may you have a look at the homepage, i have a attached a photo of what i mean
Hi,
not working and ive tried alot of things. Are you seeing the spacing wrong ?
hi mike,
thanks for helping, however under custom.css is blank up until line 30. ( i am going in editor, css, custom.css)
The spacing is good on the first line of each team member description , but then begins to get bigger towards the bottom of the text.
Nono the text spacing under the team member,
sorry i mentioned partner but it is driving me mad
thanks
as you may see even on the homepage,
the text under the partner elements starts out well , but then towards the end the spacing goes haywire.
Need some help as i cannot launch the website like this
unfortunately didn’t work :(
anyone could help?
-
AuthorPosts