Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #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.
    #766878

    Hey jungleboy,

    This link should help you: http://wordpressdesignshop.com/how-to-autoplay-vimeo-video-in-wordpress/

    Best regards,
    John Torvik

    #766996

    I’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

    #766998

    Maybe 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.
    #766999

    Hey!

    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,
    Basilis

    #767004

    Basilis, 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

    #767859

    Anyone going to respond?

    #768134

    Hi,

    this is controlled by Vimeo itself, so you need to talk with their support team about this.

    Best regards,
    Andy

    #768250

    Andy, 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.png

    Therefore 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.
    END

    Andy, 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.

    #768611

    Any ideas?

    #768837

    Hi,

    I checked again and the black bars are gone: http://i.imgur.com/azG5nhJ.png

    Could you fix it?

    Best regards,
    Andy

    #769160

    Yes, 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.

    #770002

    Hi,

    try this code inside Quick CSS field:

    iframe {
    height: 517px;
    }

    and adjust if needed.

    Best regards,
    Andy

    #770020

    Andy, 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.

    #770034

    Hi,

    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,
    Andy

    #770186

    Did not work.

    #770190

    I give up…don’t worry about it… almost out of support time anyway…. I’ll find another theme.

    #770251

    Hi,

    Please, I can change the iframe`s height to you, just share your WP credentials.

    Best regards,
    John Torvik

    #770315

    Send me an email and I’ll set you up as an admin.

    #770419

    Nevermind…. Thanks

    • This reply was modified 7 years, 7 months ago by jungleboy.
    #771694

    Hi,

    please use “Private Content” field here, to share your WP credentials with us, if still needed.

    Best regards,
    Andy

    #772037

    Andy, the problem hasn’t been solved yet.

    #772043

    Hi!

    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 please

    Best regards,
    Basilis

    #772093

    You may also wish to use Fullwidth Easy Slider to show your Vimeo… supports autoplay. However, it is full screen…. no black bars….

    #772131

    Thank 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.
    #772580

    That 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.
    #772721

    Hi,

    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

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