Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #896946

    This is for a .mp4 video that is on the web host. This does not happen for video on vimeo. It does work when the browser window is maximized but it stops working when the browser window is made to be less wide. This is for the front page.

    #897148

    Hey feoleb,

    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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #897740

    I was able to fix the broken color section video with the following code I gathered from other posts. However, when I make the screen size smaller, the menu turns glassy, from invisible, and then becomes solid when I get to mobile. Is it possible to make it stay invisible no matter what screen size?

    
    /*Fix enfold's broken color section video background player*/
    .mejs-container  {
      width: 100% !important;
    }
    #top .av-video-slide video {
    	height: auto;
    }
    
    #897747

    Additionally, if the header is transparent, mobile view is screwed up, but if I make the header not transparent, the mobile view works. What happens is that the user is able to scroll down whereas before they were not. When the header is transparent, scrolling works on mobile. When the header is not transparent, there is no scrolling. I want there to be no scrolling and with a transparent header on mobile.

    #898005

    Hi feoleb,

    There might be a solution here for you

    If you need further assistance please let us know.
    Best regards,
    Victoria

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