-
AuthorPosts
-
March 26, 2017 at 3:27 am #766790
When I add the iframe embed code the auto play works but I get bars at the top and bottom. When I enter the vimeo url it works but no autoplay.
Is there now way to use the short code with autoplay?
- This topic was modified 7 years, 8 months ago by jungleboy.
March 26, 2017 at 8:32 am #766878Hey jungleboy,
This link should help you: http://wordpressdesignshop.com/how-to-autoplay-vimeo-video-in-wordpress/
Best regards,
John TorvikMarch 26, 2017 at 5:50 pm #766996I’ll give it a shot John, but I’ve already tried that and I get black bars on top and bottom as I previously showed you.
Thanks
March 26, 2017 at 6:11 pm #766998Maybe the better way to phrase the support question is how to I get AUTOPLAY without the BLACK BARS? Tried it in chrome, explorer, and firefox…same issue.,
:-)
- This reply was modified 7 years, 8 months ago by jungleboy.
March 26, 2017 at 6:13 pm #766999Hey!
That is not possible at all I think. Hidding completly the UI bars might require a different way of including the video which right now we do not support.
Also – if you hide the bars, how users will control if they want to see or not?
Not so user friendly also.Best regards,
BasilisMarch 26, 2017 at 6:20 pm #767004Basilis, While I appreciate the prompt response, I think you misread the post. “user friendly?” I’m not talking about hindering the user from stopping or playing the video by hiding the control bars….
See dropbox pic below
March 28, 2017 at 5:07 am #767859Anyone going to respond?
March 28, 2017 at 1:51 pm #768134Hi,
this is controlled by Vimeo itself, so you need to talk with their support team about this.
Best regards,
AndyMarch 28, 2017 at 4:06 pm #768250Andy, You and vimeo are pointing fingers at each other and I’m left holding the bag.
From Vimeo:
I just tested your video on our test page and it embeds correctly using our iframe code. See here: https://i.imgur.com/bDkwdeo.pngTherefore those black bars (often referred to as “pillarboxes” or “pillarbars”) look to be related to your WordPress theme or the responsive CSS you are using.
As the video is embedding correctly on our end we are unable to provide technical support for WordPress themes. I suggest you reach out to your WordPress theme provider to see if they have a suggestion for fixing this issue.
I’m sorry I couldn’t be of more help in this regard, but please let me know if you have any further questions!
Sincerely,
Nicole B.
ENDAndy, Please don’t take the easy way out. It’s easy to say it’s vimeo…. help me fix this or find someone with the knowledge who can.
March 29, 2017 at 7:04 am #768611Any ideas?
March 29, 2017 at 2:42 pm #768837Hi,
I checked again and the black bars are gone: http://i.imgur.com/azG5nhJ.png
Could you fix it?
Best regards,
AndyMarch 29, 2017 at 11:34 pm #769160Yes, they’re gone because I sized the video down. You guys are taking a long time to respond to support tickets. See the private area for an example of the problem.
March 31, 2017 at 3:27 pm #770002Hi,
try this code inside Quick CSS field:
iframe { height: 517px; }
and adjust if needed.
Best regards,
AndyMarch 31, 2017 at 3:48 pm #770020Andy, What is the quick css field? Thanks for the help? Is this going to allow me to have the video at 1920×1080 and autoplay? If I use the shortcode I can make the black bars go away, but when I insert the iframe code provided by vimeo it allows autoplay but causes black bars.
Just trying to make sure you understand my problem….again…thanks for your help.
March 31, 2017 at 3:57 pm #770034Hi,
inside your backend go to Enfold->General Styling->Quick CSS
and insert the code inside of this field.This code will just take care for the video’s height.
Best regards,
AndyMarch 31, 2017 at 10:35 pm #770186Did not work.
March 31, 2017 at 10:39 pm #770190I give up…don’t worry about it… almost out of support time anyway…. I’ll find another theme.
April 1, 2017 at 7:19 am #770251Hi,
Please, I can change the iframe`s height to you, just share your WP credentials.
Best regards,
John TorvikApril 1, 2017 at 2:13 pm #770315Send me an email and I’ll set you up as an admin.
April 1, 2017 at 9:08 pm #770419Nevermind…. Thanks
- This reply was modified 7 years, 7 months ago by jungleboy.
April 4, 2017 at 12:34 pm #771694Hi,
please use “Private Content” field here, to share your WP credentials with us, if still needed.
Best regards,
AndyApril 4, 2017 at 10:23 pm #772037Andy, the problem hasn’t been solved yet.
April 4, 2017 at 10:32 pm #772043Hi!
You can add any random email address and just post the credentials here ( as we can not other way see them ).
You can add email (Email address hidden if logged out) but we will still need the access here as private content pleaseBest regards,
BasilisApril 5, 2017 at 12:28 am #772093You may also wish to use Fullwidth Easy Slider to show your Vimeo… supports autoplay. However, it is full screen…. no black bars….
April 5, 2017 at 2:37 am #772131Thank you goldengate415. That worked perfectly!!!
Thanks to everyone else who tried. This was very frustrating.
- This reply was modified 7 years, 7 months ago by jungleboy.
April 5, 2017 at 2:35 pm #772580That did fix it, the only problem is the video is HUGE!! LOL!
Hey staff, let’s try to resolve this. I will leave this page alone.
If the resolution is 640×360, no problem. It autoplays, no bars. Once I change the size, I get black bars.
Thanks in advance.
- This reply was modified 7 years, 7 months ago by jungleboy.
April 5, 2017 at 6:28 pm #772721Hi,
I checked the websites you’ve provided and you can still use the solution I already provided to you:
iframe { height: 517px; width: 400px; }
Adjust height and width as needed.
If you want a solution for different screen sizes, the you need to add media queries to my code. Something like this:
@media only screen and (max-width: 736px) { iframe { height: 517px; width: 400px; }}
For more information about media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.