pushlabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Background] video header on entire siteHi cr0co,
If I understand you correctly, you’d like a video background on every page/post on your website. You can do so with the following function below. Simply paste it at the bottom of your functions.php file. Also be sure to change the container and add any shortcode parameters if desired 🙂
https://gist.github.com/blakewilson/5cb10287fceb24a34520be81b0aa7d5f
Blake
Forum: Plugins
In reply to: [Video Background] Video not workingHi drjohnmiller1988,
Thanks for using Video Background!
If you’d like to set the video background on the page, I could take a closer look and see what is going on 🙂
Blake
Forum: Plugins
In reply to: [Video Background] Broken on UpdateHi Joshua,
Thanks for being a Video Background user!
Instead of returning the
$output, Video Background now useswp_add_inline_script()to add the plugin init. This is the recommended way to add an inline script through WordPress. As a result, this should not be an issue. Perhaps it could be a different problem? If you’d be willing to share a URL I could take a closer look 🙂Blake
Forum: Plugins
In reply to: [Video Background] Video background not working in ChromeHi azfy,
Looking at your site, it seems that the video background hasn’t been placed on the page.
Did you enter the information correctly in the metabox?
Blake
You’ll have to find a “Class or an ID” on the website to put the video background in.
Classes and IDs are HTML elements that compose the page:
https://www.codecademy.com/articles/classes-vs-idsAlternatively, you could use something like SiteOrigin or Visual Composer and add a video background through one of those plugins using the new integrations in Video Background 2.7.0.
Blake
Forum: Plugins
In reply to: [Video Background] Not workingHi heathervh,
Thanks for using Video Background!
Are you using the metabox? Could you try entering a container and seeing if it saves?
Also, what version are you on?
Thanks!
Blake
Forum: Plugins
In reply to: [Video Background] Can my movies be hosted on AWS S3?Hi pcgs51,
You’ll need to upload the .mp4 and .webm files to the AWS S3 account and make sure the files are PUBLIC. If they are private, the server would not be able to access them.
Once you’ve uploaded the files and ensured they are public, you can copy the link to the S3 resource and use it on Video Background 🙂
Blake
HI Robbieo99,
Thanks for using Video Background!
It looks like you need help finding your container element. This is where the video background is positioned.
You can take a look at the docs at the link below for more information on this:
https://pushlabs.co/docs/video-background/#finding-your-containerBlake
Forum: Plugins
In reply to: [Video Background] video header on entire siteHI cr0co,
Thanks for using Video Background!
You’ll need to provide more information on this.
Please include some examples, a URL, screenshots, etc.
Blake
Forum: Plugins
In reply to: [Video Background] Using Aden theme, want to put video on headerHi buzzinao,
Thanks for being a Video Background user!
Although I’m not familiar with the Eden theme, you can practically put a video background anywhere with the plugin since you can specify the container. So I would assume that you certainly could 🙂
You can check out the docs at the link below to learn how to target your container:
https://pushlabs.co/docs/video-background/#finding-your-containerBlake
Forum: Plugins
In reply to: [Video Background] Youtube link isn’t working?Hi JohnnyScience,
Thanks for being a Video Background user!
The YouTube functionality is only found in the Video Background Pro version. You can learn more about the pro version here:
http://pushlabs.co/video-background-pro
Blake
Forum: Plugins
In reply to: [Video Background] Can my movies be hosted on AWS S3?Hi pcgs51,
Thanks for being a Video Background user!
I just took a look at your site and found the video background playing as expected. Have you resolved this issue?
Blake
Hi @dsleverich
I’ve confirmed the plugin is working as expected in the newest version of WordPress (4.9.4). I will update the stable tag now.
If you’d like to provide a URL to your site, I would be happy to take a look to see if I can find a conflict 🙂
Blake
Forum: Plugins
In reply to: [Video Background] Video not playing in Safari 11Hi Alex,
This is a feature in Video Background metabox. Just make sure “Play the Audio?” is disabled.
Blake
Forum: Plugins
In reply to: [Video Background] Video not playing in Safari 11This issue was found that it was actually related to how inline videos can be played when Safari 11 was released.
Webkit determined that, by default, video backgrounds with sound enabled will not play.
A solution would be to “mute” the video background.
Blake