Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #650444

    Hi,

    I have tried everything that was suggested in some threads as well as for the new update and I still cannot get the video to play on the home page.

    I am using Fullwidth Easy Slider. I tried using YouTube, Vimeo, and uploaded the video file and I cannot get it work. I’m not very strong in understand “Web” stuff so I am doing my best trying to understand it.

    I have done a hard refresh on my chrome, tried it on Firefox and Safari – still nothing (I am using a mac). Any help would be greatly appreciated.

    I have added the CSS in Quick Css:
    .av-click-overlay{
    pointer-events: none;
    }

    Added this to the theme functions.php:

    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

    #650476

    Hey memers74,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #650477

    Yeah, that would help wouldn’t it?

    #650675

    Hi,

    Login details are not working for me, could you check/verify please?

    Thanks,
    Rikard

    #650750

    Try this one:

    #651379

    Hi,

    The video elements works fine please check the link in private. You can remove the code added in functions.php as it is not related to this issue.

    What i believe was an issue was with the URL of the video it should be in the same format as shown the the example in video options.

    https://www.youtube.com/watch?v=heUB29vWGEc
    

    Best regards,
    Vinay

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