Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • @Youngblood77,

    I went to your 32 bit workaround patch and that got me running. Thank you for that.

    I also copied and pasted your code into my inc/functions.php and it gave me a hard “NO”. I had to remove the plugin and start over. Is there a certain spot within the code that I should paste it to, or maybe try and replace something that’s already there?

    Side question – if we’re running an extremely old version of php (in the 5’s), would upgrading to 7 fix the 32/64 bit problem or is that something my hosting service (godaddy) has to change?

    Cheers!

    I had the same issue. Try this:

    .has-header-video .custom-header-media video,
    .has-header-video .custom-header-media img,
    .has-header-video .custom-header-media iframe{
        /*height: 100%;*/
     height: auto;
        -o-object-fit: unset;
        object-fit: unset;
        /*position: relative;*/
    }
    

    That fixed my screen size issues, but didn’t fix the autoplay on mobile devices. I’ve come to the conclusion that I’d rather not autoplay on mobile anyway – streaming and data plan issues will keep users off the site.

    I just tried to download this plugin and crashed my dashboard. If I don’t have access to an FTP, how do I go about fixing this issue?

    Maybe I’m not entering my FTP info correctly?

Viewing 3 replies - 1 through 3 (of 3 total)