Home › Forums › Weaver Xtreme Theme › Embedded YouTube videos won’t play on iPad, but play on PC & Android
- This topic has 5 replies, 2 voices, and was last updated 11 years, 3 months ago by
Ned.
-
AuthorPosts
-
May 17, 2015 at 21:42 UTC #17764
Ned
ParticipantThis is the exact same problem as described in http://forum-archive.weavertheme.com/discussion/8591/playing-videos-on-ipad-issue
I had this problem with Weaver II Pro and the css coding workaround given in the above reference forum thread fixed it for me. However, that fix does not work for Weaver Xtreme.Here’s my test page, http://imaginedwebdesign.com/vt/
My iPad is running iOS 8.3 and the problem occurs with both the Chrome and Safari browsers on that device.May 17, 2015 at 23:25 UTC - Views: 5 #22004Weaver
KeymasterYour embed:
<p><iframe width=”940″ height=”529″ src=”https://www.youtube.com/embed/IseYgdUtm54?feature=oembed” frameborder=”0″ allowfullscreen></iframe></p>
works on a couple of test sites. For example, I put it up at http://demo.weavertheme.com/test-video/ (not on menu, and will delete after we get this solved), and it works on my iPad.
But your link does not. I’m guessing you have a z-index issue in some custom CSS.
But since your embed works on a “typical” Weaver Xtreme site, there is something different in yours. Could be custom CSS, could be a plugin. Your example doesn’t have any sidebars, so that doesn’t seem to be it. The demo site where it does work has a search in the header, so that doesn’t seem likely. That leaves plugins. Could be the multi-column plugin you have activated. Try disabling these one at a time.
May 18, 2015 at 00:49 UTC - Views: 3 #22005Ned
ParticipantWow, @weaver, I can’t believe the instant response, even on a Sunday afternoon.
Yes, you may take my test video off your demo page.
I deactivated my plugins until I found this culprit: http://wp-types.com/home/views-create-elegant-displays-for-your-content/
I’m going to see if I can get some kind of fix (or even a response) from them, but it will be nowhere as fast as yours.Great work.
May 18, 2015 at 02:49 UTC - Views: 4 #22006Ned
ParticipantOK, this is weird. I’ve been troubleshooting more and have another piece of the puzzle:
The embedded YouTube video will not play on the iPad, IF I have BOTH
- the wp-types (views) plugin activated AND
- I have the search form on the page (either in header or footer widget)
If I don’t use a search, then the video will play on the iPad, even with the Views plugin.The reason I looked at search was because this previous forum posting, http://forum.weavertheme.com/discussion/8591/playing-videos-on-ipad-issue, found a solution by restyling the CSS for input[type=”search”]
Totally weird. Any insights?May 18, 2015 at 17:38 UTC - Views: 1 #22007Weaver
KeymasterI’m not always checking all the time – it was just really rainy here yesterday, so I checked the forum B-).
So wp-types must be adding some CSS or extra <div>s or something. I did try the YouTube embed iframe code with a search, but don’t haven’t tried with wp-types. But it is odd.
Have you tried using the Weave Xtreme Theme Support [youtube] shortcode? It likely builds a slightly different interface to YouTube than their own embed code.
May 18, 2015 at 19:27 UTC - Views: 8 #22008Ned
ParticipantThanks, weaver, for the suggestion. I modified the my test page to include the video both ways, but the problem still persists with the shortcode implementation:
<p>First with the YouTube raw link, on its own line</p> <p><iframe width=”940” height=”529” src=”https://www.youtube.com/embed/IseYgdUtm54?feature=oembed” frameborder=”0“allowfullscreen></iframe></p> <hr /> <p>Then with the Weaver youtube shortcode</p> <div class=”wvrx-video wvrx-youtube” style=”margin-left:auto;margin-right:auto;max-width:100%;“><iframesrc=”//www.youtube.com/embed/IseYgdUtm54?fs=1&iv_load_policy=1&rel=0&showinfo=1&wmode=transparent” frameborder=”0” width=”16” height=”9“frameborder=”0” allowfullscreen=”allowfullscreen“></iframe></div> …
Then I tried with some shortcode options (like percent=75) to see if I could make a difference in the “playability”, but none observed. -
AuthorPosts
- You must be logged in to reply to this topic.

