滑块不会自动加载

时间:2018-10-12 17:35:45

标签: javascript php html css wordpress

主页滑块视频不会自动加载,始终需要刷新屏幕才能执行。 (这种情况发生在90%的时间访问WebSite时,尤其是在Chrome浏览器中,非常奇怪...)。

另一种可行的方法是将主页滑动到页脚,然后返回页眉。是正在播放的视频。

想想一个HTML脚本,css,php,js,它们已经在加载开始时就在HOME中执行自动刷新了。

我还在测试插件切换,WordPress降级,其他替代方法等,还有其他错误。

有什么建议可以确保视频自动播放?

家庭链接:http://www.grupomult.com.br/

分区源代码包含滑块和视频:

<div class="et_pb_section et_pb_section_video  et_pb_section_0 et_pb_with_background et_section_regular">


            <div class="et_pb_section_video_bg">

            <span class="mejs-offscreen">Tocador de vídeo</span><div id="mep_0" class="mejs-container mejs-container-keyboard-inactive mejs-video" tabindex="0" role="application" aria-label="Tocador de vídeo" style="width: 480px; height: 700px; min-width: 0px;"><div class="mejs-inner"><div class="mejs-mediaelement"><mediaelementwrapper id="mejs_4236248405640737"><video loop="loop" height="700" id="mejs_4236248405640737_html5" preload="none" src="http://www.grupomult.com.br/wp-content/uploads/2018/04/Grupo_Mult_v4_linha-1.mp4">
                <source type="video/mp4" src="http://www.grupomult.com.br/wp-content/uploads/2018/04/Grupo_Mult_v4_linha-1.mp4">

            </video></mediaelementwrapper></div><div class="mejs-layers"><div class="mejs-poster mejs-layer" style="display: none; width: 480px; height: 700px;"></div><div class="mejs-overlay mejs-layer" style="display: none; width: 480px; height: 700px;"><div class="mejs-overlay-loading"><span class="mejs-overlay-loading-bg-img"></span></div></div><div class="mejs-overlay mejs-layer" style="display: none; width: 480px; height: 700px;"><div class="mejs-overlay-error"></div></div><div class="mejs-overlay mejs-layer mejs-overlay-play" style="width: 480px; height: 700px;"><div class="mejs-overlay-button" role="button" tabindex="0" aria-label="Reproduzir" aria-pressed="false"></div></div></div><div class="mejs-controls"><div class="mejs-button mejs-playpause-button mejs-play"><button type="button" aria-controls="mep_0" title="Reproduzir" aria-label="Reproduzir" tabindex="0"></button></div><div class="mejs-time mejs-currenttime-container" role="timer" aria-live="off"><span class="mejs-currenttime">00:00</span></div><div class="mejs-time-rail"><span class="mejs-time-total mejs-time-slider" role="slider" tabindex="0" aria-label="Tempo do slider" aria-valuemin="0" aria-valuemax="NaN" aria-valuenow="0" aria-valuetext="00:00"><span class="mejs-time-buffering" style="display: none;"></span><span class="mejs-time-loaded"></span><span class="mejs-time-current"></span><span class="mejs-time-hovered no-hover"></span><span class="mejs-time-handle"><span class="mejs-time-handle-content"></span></span><span class="mejs-time-float"><span class="mejs-time-float-current">00:00</span><span class="mejs-time-float-corner"></span></span></span></div><div class="mejs-time mejs-duration-container"><span class="mejs-duration">00:00</span></div><div class="mejs-button mejs-volume-button mejs-mute"><button type="button" aria-controls="mep_0" title="Mudo" aria-label="Mudo" tabindex="0"></button><a href="javascript:void(0);" class="mejs-volume-slider" aria-label="Controle de volume" aria-valuemin="0" aria-valuemax="100" role="slider" aria-orientation="vertical"><span class="mejs-offscreen">Use as setas para cima ou para baixo para aumentar ou diminuir o volume.</span><div class="mejs-volume-total"><div class="mejs-volume-current"></div><div class="mejs-volume-handle"></div></div></a></div><div class="mejs-button mejs-fullscreen-button"><button type="button" aria-controls="mep_0" title="Tela inteira" aria-label="Tela inteira" tabindex="0"></button></div></div></div></div>
        </div>
            <div class=" et_pb_row et_pb_row_0">


        <div class="et_pb_column et_pb_column_4_4  et_pb_column_0">

        <div class="et_pb_code et_pb_module  et_pb_code_0">

    </div> <!-- .et_pb_code -->
    </div> <!-- .et_pb_column -->
    </div> <!-- .et_pb_row -->

    </div>

谢谢!

0 个答案:

没有答案