Okay
  Public Ticket #1603448
Go to mentor options > import/export - I don't see this
Closed

Comments

  •   ranbirpuar started the conversation
  •   ranbirpuar replied privately
  •   ranbirpuar replied privately
  •  1,998
    Ocean replied

    Hi,

    Sidebar: you need select emplate canvas.

    five step. It not column. Because can not be divided into five equal.

    youtube video. you can send me admin account for check.

  •   ranbirpuar replied privately
  •  1,998
    Ocean replied

    Hi,

    Please try replace this file to folder "wp-content\themes\mentor\assets\js"

  •   ranbirpuar replied privately
  •  1,998
    Ocean replied

    Hi,

    You can add custom css code here: http://prntscr.com/gbgjxt

    .buttonBar{ display: none; }
  •   ranbirpuar replied privately
  •  1,998
    Ocean replied

    Hi,

    I checked this issue in other page, It's work fine.

    you can view in page https://freewithin.me/test/

  •   ranbirpuar replied privately
  •  1,998
    Ocean replied

    HI,

    Please try replace this file to folder "wp-content\themes\mentor\assets\js"

    Then You need to remove the css you added earlier

    .buttonBar{ display: none; }


     and add custom css code

    .mbYTP_wrapper:after {
      content: "";
      background: rgba(0, 0, 0, 0.3);
      top: 0;
      left: 0;
      bottom: 5px;
      right: 0;
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%;
    }
    .mb_YTPBar  {
      transition: opacity 1s;
      width: 100%;
      height: 30px;
      padding: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      box-sizing: padding-box;
      text-align: left;
      z-index: 1000;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 24px;
      opacity: .8;
    }
    .mb_YTPBar:hover {
      opacity: .9;
    }
    .mb_YTPBar .buttonBar {
      transition: all 1s;
      background: rgba(5, 5, 5, 0.9);
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 24px;
      position: absolute;
      top: -17px;
      left: 0;
      padding: 5px;
      width: 100%;
      box-sizing: border-box;
    }
    .mb_YTPBar:hover .buttonBar {
      background: #050505;
    }
    .mb_YTPBar span {
      display: inline-block;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 24px;
      position: relative;
      width: 30px;
      height: 25px;
      vertical-align: middle;
    }
    .mb_YTPBar span.mb_YTPTime {
      width: 100px;
      text-align: right;
      float: right;
      margin-right: 20px;
    }
    .mb_YTPBar span.mb_YTPUrl,
    .mb_YTPBar span.mb_OnlyYT {
      position: absolute;
      width: auto;
      display: block;
      top: 6px;
      right: 20px;
      cursor: pointer;
    }
    .mb_YTPBar span.mb_YTVPUrl img {
      width: 60px;
    }
    .mb_YTPBar span.mb_OnlyYT {
      left: 185px;
      right: auto;
    }
    .mb_YTPBar span.mb_OnlyYT img {
      width: 25px;
    }
    .mb_YTPBar span.mb_YTVPUrl a {
      color: white;
    }
    .mb_YTPPlaypause,
    .mb_YTPlayer .mb_YTPPlaypause img {
      cursor: pointer;
      margin-left: 20px;
    }
    .mb_YTPMuteUnmute {
      cursor: pointer;
    } .mb_YTPProgress {
      height: 12px;
      width: 100%;
      background: #111;
      bottom: -2px;
      left: 0;
    }
    .mb_YTPLoaded {
      height: 12px;
      width: 0;
      background: #555;
      left: 0;
    }
    .mb_YTPTime {
      height: 12px;
      width: 0;
      bottom: 0;
      left: 0;
      opacity: .6;
    }


  •   ranbirpuar replied privately
  •  1,998
    Ocean replied

    Hi,

    I see play option  and mute option  are symbol.

    please check again.

  • ranbirpuar replied

    Thank you.  There is still no sound on mobile.  The unmute button does not work.

  •  1,998
    Ocean replied

    Hi,

    We contacted this plugin author and they said: there are some issues with video on mobile.

    They will try to fix in next version.