-
AuthorPosts
-
September 26, 2018 at 9:31 am #1014604
Hi,
The video link was copied from Youtube and placed in the relevant section, But only the link above the video fallback image is displayed. I tested embed and there was no problem, I need to use my template element.
You can also see the problem in this image : https://ibb.co/eSXJ49Help me solve this problem …
Thanks
September 26, 2018 at 10:49 am #1014644Hey Sorinwd,
Thanks for the screenshot, could you post a link to where we can see the actual problem as well please?
Best regards,
RikardSeptember 26, 2018 at 11:08 pm #1015012This reply has been marked as private.September 27, 2018 at 8:19 am #1015158Hi,
Thanks for that. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 27, 2018 at 10:03 am #1015199This reply has been marked as private.September 28, 2018 at 12:15 am #1015548Hi,
We will manage to play around – or you can always create a user and that user can have details to be English for access to us.
Best regards,
BasilisSeptember 28, 2018 at 12:56 pm #1015729Hi,
WordPress language became English.
Good luck
September 30, 2018 at 6:02 pm #1016296Have the necessary check done?
October 1, 2018 at 4:52 am #1016394Hi,
The Site Language is set to “English” in the Settings > General panel. Try to set it back to the original language.
Best regards,
IsmaelOctober 1, 2018 at 7:19 am #1016442Hi,
Your request has been completed
Good luck
October 2, 2018 at 7:12 am #1016907Hi,
Thanks for the update. Did it change the dashboard back to RTL?
Best regards,
IsmaelOctober 2, 2018 at 9:36 am #1016947Hi,
Yes, I changed the dashboard to RTL.
Please check this out soon.Good luck
October 3, 2018 at 8:43 am #1017393Hi,
Thanks for the update. I’m not really sure why the video element is not working, so I provided a workaround in the same page. (see private field)
In a codeblock, you can add this markup.
<div class="avia-video avia-video-16-9 av-lazyload-immediate av-lazyload-video-embed" itemprop="video" itemtype="https://schema.org/VideoObject"> <div class="avia-iframe-wrap"><iframe width="1500" height="844" src="https://www.youtube.com/embed/G0k3kHtyoqc"> </iframe></div> </div>
Just change the value of the src attribute and make sure that the video url format is “embed” instead of the default “v” query parameter.
https://www.youtube.com/embed/G0k3kHtyoqc
Best regards,
IsmaelOctober 3, 2018 at 8:06 pm #1017593Hi,
Okay, but I’m going to use a preview image before starting to play the video! This option is in the video element settings, but I do not have this feature using this code … !! What solution do you have for this ?
I even installed the template again on the subdomain with the original language, but there was also a problem with the video element.Good luck
October 5, 2018 at 7:03 am #1018153Hi,
We adjusted the code a bit so that you can add a preview image. Adjust the value of the “background-image” css property to your preview image url. You need to adjust the iframe’s “src” and container’s “data-original_url” attributes value as well.
<div class="avia-video avia-video-16-9 av-lazyload-video-embed" style="background-image:url('CHANGE IMAGE URL HERE');" itemprop="video" itemtype="https://schema.org/VideoObject" data-original_url="https://www.youtube.com/watch?v=G0k3kHtyoqc"> <script type="text/html" class="av-video-tmpl"> <div class='avia-iframe-wrap'> <iframe width="1500" height="844" src="https://www.youtube.com/embed/G0k3kHtyoqc?feature=oembed&autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> </script> <div class="av-click-to-play-overlay"> <div class="avia_playpause_icon"></div> </div> </div>
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.