-
AuthorPosts
-
January 31, 2020 at 8:51 am #1180178
Hi,
I was experienced some strange behavior.
Using video component then put Youtube link on it.
The result was: the video not being converted, i inspected the code, and it was only like this:<div class="flex_cell_inner"> <div class="avia-video avia-video-16-9 no-margin av-lazyload-immediate av-lazyload-video-embed " itemprop="video" itemtype="https://schema.org/VideoObject" data-original_url="https://www.youtube.com/watch?v=ux3_7U4Nb-U"><a href="https://www.youtube.com/watch?v=ux3_7U4Nb-U" class="mfp-iframe lightbox-added">https://www.youtube.com/watch?v=ux3_7U4Nb-U</a></div> </div>
I notice that is hould be like this:
<div class="flex_cell_inner"> <div class="avia-video avia-video-16-9 no-margin av-lazyload-immediate av-lazyload-video-embed " itemprop="video" itemtype="https://schema.org/VideoObject" data-original_url="https://www.youtube.com/watch?v=ux3_7U4Nb-U"><div class="avia-iframe-wrap"><iframe title="Konica Minolta bizhub i-Series" width="1500" height="844" src="https://www.youtube.com/embed/ux3_7U4Nb-U?feature=oembed&autoplay=0&loop=0&controls=1&mute=0&wmode=opaque&rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div></div> </div>
Please advise, how do i resolve this issue?
Thank you.- This topic was modified 4 years, 9 months ago by DMUnit2.
February 1, 2020 at 9:53 am #1180481Hey DMUnit2,
Could you post a link to where we can see and reproduce the problem you are having please?
Best regards,
RikardFebruary 3, 2020 at 2:59 am #1180757Hi,
Unfortunately, i can’t share the link.
What i can tell you was that the page was fine before, until i update some content, then the page didn’t render as it should be anymore.
Also, the site was in multisite mode.
Currently, i forced the page to load the correct code using code component, so i am not using video component anymore.Thank You.
February 3, 2020 at 12:42 pm #1180879Hi DMUnit2,
We cannot really test the issue like this and come up with a suggestion for you.
Glad you found a workaround.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.