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

    Hi!

    When embedding the videplayer from the media elements, it shows a label directly above (left) the player “Video Player”. In the coding it says:

    <div class=”avia-video avia-video-16-9 avia-video-html5 ” itemtype=”https://schema.org/VideoObject&#8221; itemprop=”video”>
    <span class=”mejs-offscreen”>Video Player</span>
    <div id=”mep_0″ class=”mejs-container svg avia_video mejs-video” aria-label=”Video Player” role=”application” tabindex=”0″ style=”width: 480px; height: 270px;”>

    How do I get rid of this?

    tnx again!
    rgds
    Arthur

    #422460

    Hi Arthur

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    .mejs-offscreen { display: none !important; }

    You are probably not using the latest version of Enfold which is currently 3.1.3 because that issue was fixed already – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #423094

    Hi Yigit, tnx! worked, I indeed need to upgrade.

    Another question if I may :-) Can I get rid of the header area, i.e. I want a one-page site with the menu in the socket and no header or logo on top. I know how to (disable) hide the header in CSS but then it still has the area where the menu and logo originally was.

    tnx again!
    Arthur

    #423095

    Hey!

    You can add following code to Quick CSS as well

    #main {
      padding-top: 0!important;
    }

    In new version of Enfold, it is possible not to display header on pages as well :)

    Best regards,
    Yigit

    #423100

    that’s quick! :-)

    where in new version? I just updated to latest.

    #423103

    Hey!

    #TeamKriesi :)
    Please edit your page and choose not to display header on that page under transparency settings in Layout section. For more information please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Cheers!
    Yigit

    #423107

    Wonderful! worked, tnx Yigit (and #teamKriesi)

    #423112

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a nice weekend!

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Label "Video Player" above the HTML5 embedded player’ is closed to new replies.