I am trying to build a page (i guess it can also be a post if it has to) that looks like this and only like this, without the additional text / blog post. I am mostly embedding youtube or twitch clips and would like to have a similar design. There are going to be videos added daily.
Any suggestions / recommendation how to achieve this?
Hello Erythros,
Here is talking about post template style 10. If you do not want to add the text/blog post you should not write anything and then, will appear only the video which has been added as featured video. Also, you can use our playlist according to our documentation here -> https://forum.tagdiv.com/video-playlist-2/
Hope this helps!
If is not what you mean, provide more details so I will be able to provide a more accurate response.
Thanks.
Hi Catalin,
Thanks for your answer!
I got to this point.
The questions I have are the following:
1. Under the title there’s usually an AD. I don’t integrate (any kind of) ads on the website. Because of this, the right side of the video is always empty. Can I:
– a. Add a static image
– b. Add some [very short] descriptive text there?
The idea is to avoid having that empty space there. If that place can be filled with something else, please let me know
2. How complicated would it be to integrate support for Twitch clips? Is it possible doing so using a child theme? Would go the extra mile to do it myself if the integration is not crazy complicated for those not familiar with WP’s core. Here’s such an example. Twitch allows embedding the videos using a simple iFrame.
In articles & co, that’s easy to do, but I’d like to use the videos feature you provide and use along Facebook and Youtube videos also Twitch clips.
3. If I have a category called “videos” with 3 subcategories each looking similar to the one I linked at the beginnings of this post. Is it possible to ‘restrict’ the “related videos” displayed under the main video to a specific subcategory?
Thanks!
Hello Erythros,
1)You should simply customize your post content from the post editor. Your featured video will be automatically posted at the very top of your post page because this is the style for this post template and then, you can add any image and text you want, like this -> https://www.screencast.com/t/yb2LTuEg8l and the result is here -> https://www.screencast.com/t/1a689PZK
2)Unfortunately, the theme cannot display the video from Twitch but only from YouTube, Vimeo and Dailymotion. If you want to display more levels in this regard you should implement it yourself because this is not a simple task and it involves hard working through the code. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
3)All the available settings for Related Articles/video can be found here -> https://www.screencast.com/t/P4kyAmBm Unfortunately, the theme does not have any other settings which allow you ‘restrict’ the articles from there as you wish, sorry!
Thanks for your understanding!
Hi Catalin,
Thanks for your follow up.
Regarding the first thing you mentioned, I am totally aware of what you explained me. What I was trying to say is that in my case, as I don’t integrate ads, this space here is empty. http://imgur.com/a/ChUeG
In your case, you have this box. https://imgur.com/a/ioH36 . Is it possible to have something else there, instead of the ad?
Lastly, in your screenshot and on demo, this space here http://imgur.com/a/BTzNZ does’t exist. But when I do a post, it does. Any clue why / how to get rid of it?
Edit: the empty space at the bottom is only for facebook videos. Doesn’t show up for youtube videos. Is this a bug?
Thanks!
-
This reply was modified 9 years by
Erythros. Reason: Adding extra info
Hello Erythros,
If you want to change the source for that ad, you can do it from Theme panel, like this -> https://www.screencast.com/t/pSrPRRUDL77
That place is designed for related videos/articles. If you do not have something like that in your category, there you will not bring any results. You should provide the exact link to this post so I can inspect it closer. You can hide it with a bit of CSS code.
Thanks for the message!
Thanks @ the source for the ad. Worked.
@the other issue, that place is not defined for the related videos/articles. Those are beneath the “Facebook/Twitter sharing buttons”. That’s justa bug where the embedded facebook videos have a default height set to 500px.
The bug doesn’t apply to other sources (like facebook or vimeo)
Hi Catalin!
Here’s a Facebook embed: https://esportsmedia.ro/featured/yapzor-god/
Here’s a Youtube embed: https://esportsmedia.ro/featured/secret-vs-ig-quarter-highlights/
here’s another Facebook embed: https://esportsmedia.ro/featured/jeraxs-earth-spirit/
Both Facebook embeds are broken. I even added the related articles feature to make it clear that’s not the issue.
Hello Erythros,
I have made some tests on my side and it seems to be mini-bug with the Facebook video when it was added as feature video for this post template. I have added to our list of improvements and we hope to fix this in near future update.
Thanks for your understanding!
Hi Ery,
I have tested on my site again and the FB Video seems to be the right fit as you can see here -> https://www.screencast.com/t/KYyXzHWlIp Try to update your theme, clear all the caches and check the results.
Hope this helps!
Thanks for your message!
Hi @Catalin
I manage to update now to 8.1
Indeed, Facebook integration works now. But the problem I am facing is that the embeds are in russian, for whatever reason.
This has nothing to do with one’s settings or with the WordPress installation (as you can see, mine is in Romanian).
Here’s a link: https://esportsmedia.ro/trailer/the-archlich-of-naxxramas/
Here’s another: https://esportsmedia.ro/highlights/pubg/fast-and-furios/
Any idea how I could fix this / change the language to English or Romanian (as you have it in the screenshot above)?
Hi,
It seems to be in Ukrainian from what I can see
– https://www.screencast.com/t/kcnJfJqw
Please check this topic with a similar problem, try the solution that is provided there
– https://forum.tagdiv.com/topic/tl_ph-foreign-language-in-my-facebook-comments-section/
Thanks
That’s en extremely ugly fix.
Any idea what could cause Facebook to be set to uk_UA ? Especially since I didn’t install any plugin nor use Facebook in anyway until now.
Before the 8.1 update, the Facebook embeds were in EN (if you remember the tests I made above) so… something changes now, for whatever reason.
I tried the script provided in that topic, namely:
add_filter( 'the_content', 'facebook_sdk_replace' );
function facebook_sdk_replace( $content ) {
if ( is_single() ) {
$content = str_replace("/uk_UA/", "/en_US/", $content);
}
return $content;
}
Nothing changed as you can see on https://esportsmedia.ro/highlights/pubg/fast-and-furious/
I also created one more, to check if the script would be changed for new posts: https://esportsmedia.ro/highlights/pubg/pan-power/
Hi,
I could not say why this is happening, I found that it might be related to server parameters. Try something like the code mentioned here, which seems to work for me in changing the language for the Facebook video
– https://wpism.com/embed-facebook-live-videos-wordpress/
Default – https://www.screencast.com/t/vfkwI05FrkM5
With code added in the header file like this
– https://www.screencast.com/t/EdcsIFYB
– https://www.screencast.com/t/Cr8lY8QcC7P
If you have caching clear it before checking the results.
Thanks