Can you ask your team whether it can be loaded faster or ask them to look into this?
What email?
I read this and this doesn’t resolve the issue. As stated in my post, I have done everything mentioned except “Reduce your blocks” which isn’t what I am looking for. Can any developer look into this and get in touch with me?
Anyone from support?
I believe you didn’t watch the video and don’t understand my question. Anyways, I will try to explain it again.
I upload the video and upload a thumbnail, so the thumbnail is not an issue, all my thumbnails are working perfectly.
If you open this link https://wp.ecomservice.bg/vox-populi/test/ from a mobile device (NOT inspection tool and simulate a mobile device) you will see the play button in the page without any video behind it, once you click it it will appear and stay there.
https://ibb.co/phnG6Gk here is an uploaded image so that you can understand what I mean.
It works well on desktop – it fetches the video but on mobile it doesn’t.
So thats the only issue I have currently.
I see that on desktop it fetches the video thumbnail whereas on mobile it has no thumbnail.
PS: The problem is that I upload videos from my server, they are not hosted in YouTube, Vimeo or whatsoever. Is it possible for your support to help me on this and find a way to make it work?
https://www.loom.com/share/28bc696e620e408ca5ef380a8ffb3d84
I recorded this one, I hope you can get an understanding of what I am doing.
Check it again now, I uploaded 100 videos (latest posts)
I installed SSL can you check finally? With https? If it works see the issues we mentioned before.
Are you sure you are trying to access it with HTTP, not HTTPS? Try this link http://wp.ecomservice.bg
Your external one if possible.
Can you give me your IP to see why you can’t see it? I’ll ask my host.
Note – it is HTTP currently
I uploaded around 50k posts (99.9% of them don’t have videos) via WP All Import.
For the ones that have a video I add this code before the content in order to show the video:
<div class="wpb_video_wrapper">
<video controls="">
<source src="https://eurocom.bg/show_videos/news/',max(video_directory),'/',max(video),'">
Your browser does not support the video tag.
</video>
</div></div>
Basically I add my video url to the post. This is not an ideal way to import them I believe but that is the best idea I came up with. On desktop it works good – once you enter the post it shows a thumbnail of the video. On mobile however it just shows the play button. If I click the play button it works well and once I see the video – the thumbnail remains there.
https://ibb.co/MMVznxS
https://ibb.co/3cr9ZZH
Can you advise me on how to properly import posts with videos hosted on my server?