Forum Replies Created
-
AuthorPosts
-
April 8, 2019 at 8:29 pm in reply to: Autorotation not working for Fullwidth Easy Slider with self-hosted video #1088425
Please disregard and close this ticket. I’ve decided not to try and mix video and still images using this slider. Thanks for looking into this for me.
JimApril 8, 2019 at 5:51 pm in reply to: Autorotation not working for Fullwidth Easy Slider with self-hosted video #1088388Thanks, Nikko
Please see private sectionApril 5, 2019 at 7:52 pm in reply to: Autorotation not working for Fullwidth Easy Slider with self-hosted video #1087573Actually this example is a similar problem, not the same one. My rotation never starts, even if the first image is photograph. thanks for looking into this, please let me know if you need login to determine solution. Jim
April 5, 2019 at 7:41 pm in reply to: Autorotation not working for Fullwidth Easy Slider with self-hosted video #1087571Here is the link to this Forum page with someone else having the same problem (except mine does not work in ANY browser)
Here is what the user suggested to do:
avia.js
– Method $.fn.avia_html5_activation wants to trigger an av-mediajs-ended event on fv (Line 504) but fv was replaced by another video object (Fallback Video Trigger “html5″). Example:
– Wrong <video id=”player_4435_306028332_19627207″>
– Correct: <video id=”player_4435_306028332_19627207_html5”>Therefore the event av-mediajs-ended is never triggered.
Possible Fix
Add the following code in avia.js after line 504:var html5MediaElement = document.getElementById($(mediaElement).attr(‘id’) + ‘_html5’);
if (html5MediaElement && html5MediaElement !== mediaElement) {
mediaElement.addEventListener(“ended”, function() {
$(html5MediaElement).trigger(‘av-mediajs-ended’);
});
}The Enfold moderator does not offer any solution to this issue or elsehwere in the Forum/Support areas
PLEASE DISREGARD THE ABOVE POST. I am using the FULL WIDTH SLIDER instead. Thanks,
Please help me set custom height for the full screen slider in Enfold (child) theme (4.5.5). I have tried everything I can and no success. I see their is inline style setting the height is set here to 1247px which creates dark gray areas on top and below the video image.
.avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow, .avia-builder-el-0.av-cell-min-height-100 > .flex_cell {
height: 1247px;
}How can I fix this? I want to set the height to 788px which is the height of the video layer. Thanks for your help! Jim
-
AuthorPosts