pushlabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Background] Security IssueHey @bisdanner ,
Just wanted to let you know I’ve released Video Background 2.7.2 with a fix.
Best,
BlakeHey @davidanderson,
Although you are correct that version of CMB2 doesn’t specify the directory, which will cause this very error, but I could imagine there are many other plugins out there (mine included) that are operating on a later version of CMB2 like in this instance.
Would you be opposed to creating an update renaming the file from
bootstrap.php
to something else? Obviously this is not your fault, but I’m sure this will lessen the support burden for yourself and save future users from running into this issue.Hey Thomas,
Creator of Video Background here. There was an incompatible as described in the link David has posted. I’ve released an update for Video Background Pro. Will have a release out for Video Background shortly.
Thanks,
BlakeHi ziegel,
I got your email and responded to you there, but I’ll also post my response here for others just in case it is helpful.
Based on the screenshot, you can see that there is one request for the video at a 200 status code, followed by the two requests with a 206 status code. The 206 status code is essentially fetching parts of the video, so it does not fetch the whole?thing in one setting. This allows the browser to efficiently only fetch content that is needed.
Take a look at this stack overflow article for more information:
https://stackoverflow.com/questions/9755168/why-does-firebug-show-a-206-partial-content-response-on-a-video-loading-requesForum: Plugins
In reply to: [Video Background] WPBakery extra row options disappearHi @finomeno ,
I am unable to replicate this myself. It is possible that there is a plugin that is conflicting with both Video Background and WPBakery, causing this to happen.
I would recommend trying to disable each plugin (Except Video Background and WPBakery) one by one until you can narrow down where this is coming from.
Could you provide your version of Video Background and WPBakery as well?
Thanks!
- This reply was modified 4 years, 7 months ago by pushlabs.
Forum: Plugins
In reply to: [Video Background] HD won’t showHi @rmevo05 , I took a look at the videos that you uploaded and the quality of it matches what is playing. I would suggest trying a different HD video to see if that fixes things.
Forum: Plugins
In reply to: [Video Background] Divi CompatibleHi @tscandy64
While Video Background doesn’t have a dedicated Divi integration, you can still use Video Background’s shortcode or metabox to create Video Backgrounds. At the end of the day, the theme that you use should not effect how the plugin functions.
Forum: Plugins
In reply to: [Video Background] White bar at bottom of the screenForum: Plugins
In reply to: [Video Background] Video Not showing on android mobilesHi seofel,
I’m sorry I’m just now getting back to you. Currently, only Video Background Pro is able to autoplay on mobile devices.
For more info: https://pushlabs.co
Forum: Plugins
In reply to: [Video Background] Change location of “Unmute Button”Hi there!
Thanks for the kind words.
You can move the unmute button in CSS. Currently, the CSS looks like this:
/* Placed in the top left */ .vidbg-tap-to-unmute { top: 20px; left: 20px; }
By, editing the top, left, bottom, and right properties, you can dictate where you’d like it to be placed. For example, in the bottom left:
/* Placed in the bottom right */ .vidbg-tap-to-unmute { top: auto; left: 20px; bottom: 20px; }
I hope this helps!
- This reply was modified 5 years, 6 months ago by pushlabs.
Forum: Reviews
In reply to: [Video Background] Good but incompatibilty issueHi there!
Thank you for your feedback. Could you provide a URL to your site so I can troubleshoot? Video Background does have support for Firefox 51, and versions earlier than that. Perhaps there is a compatibility issue with another plugin or theme.
Thanks!
Forum: Plugins
In reply to: [Video Background] Having Trouble Displaying Video – Tried Different ClassesHi mike8712,
it’s awesome to hear you’ve successfully used the plugin over the years. Thanks for your support!
It looks like
.home-section-1
would do the trick. You may, however, need to disable the background image in CSS:.home-section-1 { background-image: none; }
Hi juksepp
I’m glad to hear you got it working! Thanks for the kind words too ??
Have a great day!
Blake
Forum: Plugins
In reply to: [Video Background] Video doesn’t play on SafariHi dandanthedan,
I visited your site and the video now played as expected in Safari! Great job.
Are you still experiencing this issue?
Blake