Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1085714

    Hi, I am using Enfold 4.5.5
    Auto rotation is not working for my homepage Fullwidth Easy Slider with self-hosted video as the first slide. The video autoplays correctly with Mute Audio box checked but the other 3 Still Images in the slider queue won’t play automatically. They will play manually by clicking slider circles or arrow buttons.

    Please tell me how I can fix this. I’ve tried 3 or 4 of the suggested javascript workarounds, but they do not work on my website. I can provide WP login credentials if that will help expedite solving this problem.
    thanks, Jim

    #1087240

    Hey jamesvid,

    Can you show us what you have tried please?

    Best regards,
    Basilis

    #1087571

    Here 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

    #1087573

    Actually 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

    #1088221

    Hi jamesvid,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1088388

    Thanks, Nikko
    Please see private section

    #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.
    Jim

    #1088680

    Hi Jim,

    I see, we apologize for the inconvenience and thanks for your patience.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.