By Michel777 on Saturday, 11 August 2018
Posted in Technical Issues
Likes 0
Views 632
Votes 0
HI there,

I need your help: I need on the frontpage (https://davidmihalka.com/en/) below the video module the lates post in full original size like: the module EasyBlog » (Posts) Frontpage » (Posts) Frontpage.

Possible solutions:

A) Still using yootheme builder and create a custom module based on EasyBlog » (Posts) Frontpage » (Posts) Frontpage. - IT is more probybly not possible.
B) Without using yoothemebuilder and create a post with video an show always on the top of EasyBlog » (Posts) Frontpage » (Posts) Frontpage, but how ?

Any ideas ?

Thanks a lot in advance

Michel
Unfortunately that is no easy way to achieve this.

What i can think of is, you can try my follow complex instruction and see if you like this way or not.

1. Make this post (https://davidmihalka.com/en/blog/test-video) to feature post.
2. Create a new latest blog post module
3. set these following setting from this module.
http://take.ms/UZr3V
http://take.ms/GkJUw
http://take.ms/uP9wC
4. set this module appear on you expected position.

Hope this will help.
·
Saturday, 11 August 2018 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

I'm very surprised, I got an answer within few minutes on the WEEKEND !!! Thank so much !

I did it, it looks well , but I would like

to eliminate the text over the picture and move the video up top to the page (s. attachment) and
span the video with full size like on the frontpage the video davidmihalka.com

Any further ideas ?

Thanks,

Michel
·
Saturday, 11 August 2018 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome. Sometime we will online during the weekend and see which customer need some help urgently.

Regarding this "Enter your text...", this one you can remove it directly from the blog content, you have to edit this blog and remove that text block and save it.

The rest of the thing you have do this following complex thing to achieve this :
1. Edit your module > turn off show title http://take.ms/oIDq5
2. Add class suffix (any name also can) http://take.ms/WZdqp
3. let said if i set onlyshowvideo for this module class suffix, you have to apply this following css into your site backend > Easyblog > theme > custom css (http://take.ms/DFggg).

body #eb .mod_easybloglatestblogs.onlyshowvideo .eb-mod-title{
display: none;
}


So it will hide that blog title in this module.
·
Sunday, 12 August 2018 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

many many thanks, I'll do it . And the very very last question: How to hide all vido controls ? On the event moseover are vsible...

Thanks, have a nice weekend.

BTW: Is there anywhere a donate (honor your extra work) button ?

Warm regards,

Michel
·
Sunday, 12 August 2018 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
And the very very last question: How to hide all vido controls ? On the event moseover are vsible...

You're most welcome, you can apply this following custom css.

body #eb .vjs-control-bar {
display: none !important;
}


You can send to our PayPal account (admin@stackideas.com).
·
Sunday, 12 August 2018 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex, thanks a lot for your support ! I'll check it tomorrow - I 've just watched the movie mission impossible wit h tom cruise. I'm totally tired, I didnt' understand the whole movie...
·
Sunday, 12 August 2018 05:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Alright, keep us updated then.
·
Sunday, 12 August 2018 09:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I checked all the suggested adjustement. All done. May I ask you give me the final instructions, how :

1) Remove the link to the post
2) move post vertically up top to the page
3) span the post over the whole screen horizontally ?
4) to set the video attributes https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video, especially
a) poster
b) preload

I also checked the generated html, see display.png. Obviously css changes do not work.


Thanks in advance,

Michel
·
Sunday, 12 August 2018 13:17
·
0 Likes
·
0 Votes
·
0 Comments
·
See post before
·
Sunday, 12 August 2018 13:18
·
0 Likes
·
0 Votes
·
0 Comments
·
1) Remove the link to the post

Which post link you referring to?

2) move post vertically up top to the page

Based on what i see on this blog listing page https://davidmihalka.com/en/blog-en , it seems like those post already shown vertically now, am i missing something here? Please advise.

3) span the post over the whole screen horizontally ?

Are you referring this http://take.ms/3Fdd5 ?
If yes, unfortunately that is not possible to show this video full width, because your template already fit the width to 1200px , you can check my screenshot here : http://take.ms/ImyRZ
It would be best if you can consult with your template provider regarding this.

4) to set the video attributes https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video, especially
a) poster
b) preload

I am really sorry but unfortunately this is beyond the scope of our support and we would not be able to assist you on this
Thanks for understanding.
·
Monday, 13 August 2018 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
1) "Home Video Easyblog" - see attached screenshot final2.png (I put the post on the blog bach, what You seen, it was not a post...)
2) The post should be appeared direct under the menu (see green arrow vertical, or the example on the home page davidmihalka.com)
3) solved
4) ok
·
Monday, 13 August 2018 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
1) "Home Video Easyblog" - see attached screenshot final2.png (I put the post on the blog bach, what You seen, it was not a post...)

I've updated this following CSS into your site.


body #eb.mod_easybloglatestblogs.onlyshowvideo .eb-mod-title{
display: none;
}

It should hide that title link now.

2) The post should be appeared direct under the menu (see green arrow vertical, or the example on the home page davidmihalka.com)

Based on what i checked, the reason why it show that blank gate there is because your current template default styling, you can check my screenshot here : http://take.ms/glVPk , i think you have to apply some custom css to remove this padding size into your template.

3) I contacted the template provider. If the template allow the desired width, what to do with the post ?

I think you already done this right, because i realised your video can show the full width now.
·
Monday, 13 August 2018 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

thanks so much for your effort. No more questions.

Warm regards,

Michel
·
Monday, 13 August 2018 14:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Monday, 13 August 2018 14:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post