horizonwp
Forum Replies Created
-
This is still an open issue
Is there any chance for a reply to this?
Forum: Plugins
In reply to: [WP YouTube Lyte] videos not displayed in HDHey, sorry it’s been a while.
So I have changed lyte-min.js from
<iframe id="iF_'+vid+'" width="'+tH.clientWidth*2+'" height="'+aHgh+'" src="'+eU+"autoplay="+aP+"&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd="+hidef+qsa+'" frameborder="0" style="'+aSt+'" allowfullscreen allow="autoplay">to
'<iframe id="iF_'+vid+'" width="'+tH.clientWidth*2+'" height="'+aHgh+'" src="'+eU+"autoplay="+aP+"&accelerometer=1&encrypted-media=1&gyroscope=1&picture-in-picture=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd="+hidef+qsa+'" frameborder="0" style="'+aSt+'" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>'Does that look right to you? Unfortunately, it doesn’t change anything.
Forum: Plugins
In reply to: [WP YouTube Lyte] videos not displayed in HDYou are right, my search wasn’t thorough enough, sorry for that.
Here is how the iframe around the video tag looks:
<iframe title="[VIDEO_TITLE]" src="https://www.youtube.com/embed/[VIDEO_ID]?feature=oembed" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" name="fitvid0" frameborder="0"></iframe>Forum: Plugins
In reply to: [WP YouTube Lyte] videos not displayed in HDWith WP YouTube Lyte, after clicking the thumbnail, I see the following IFrame:
<iframe id="[VIDEO_ID]" src="https://www.youtube-nocookie.com/embed/[VIDEO-ID]?autoplay=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=1&vq=hd720" style="" allowfullscreen="" allow="autoplay" width="1280" height="360" frameborder="0"></iframe>Without WP YouTube Lyte, I find the following video tag:
<video style="width: 649px; height: 365px; left: 0px; top: 0px;" tabindex="-1" class="video-stream html5-main-video" controlslist="nodownload" src="blob:https://www.youtube.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"></video>I hope these are the contextes you were asking for. Can we derive anything from here?
Forum: Plugins
In reply to: [WP YouTube Lyte] videos not displayed in HDhey frank,
thank you for your quick reply.
when I deactivate WP YouTube Lyte (i.e. the video is now embedded directly from YouTube without the intermediate plugin layer), the video is started as “Auto, 1080p HD”. so without WP YouTube Lyte, YouTube decides in favor of HD.
can you think of any difference that YouTube might make when embedding through WP YouTube Lyte?
To everyone who is running into a similar issue,
I was able to resolve it through WP Dashboard.Here are some steps I took:
1. Make sure to use “Different languages in directories” as Language URL Format (WPML -> Languages)
This will resolve the loading wheel
But then for me I wasn’t able to open single events.
2. WP Dashboard -> Settings -> Permalinks
Event base for me was set to “event”
I fixed my issue when I changed it to “veranstaltung” (veranstaltung is event in German, so this corresponds to my German default language url base)Also I had to do
3. WPML -> Settings -> Post Types Translation
Unlock Events (event_listing)
And I’ve set it to Translatable – use translation if available or fallback to default languageOnly now I was able to also add English versions under WP Dashboard -> Event Listings -> All Events
Another setting we had worked a lot with was at WPML -> Settings -> Post Types Translation “Set different slugs in different languages for Events.”
I think in the end this did not contribute to resolving my issue, so best try to keep it as it is.
But if you are still not successful, you might try fiddling around here, too.Hope this helps!
Dear Hitesh,
I’ve created a support ticket now. Thank you!
Great, this works well for me! Thanks a lot.
All the best