Archived topic
Space between Post Title and featured Image and Video Thumbnail as Featured Pic
13 replies · Started by JAGDEEEP on May 29, 2017
Hello Tom,
I am here once again with some problems, Hope these problems also help us and you to learn more and new things.
Website - http://www.sex69sex.com
1. I want to align center post title in all posts and on Homepage's posts.
2. I want to reduce space between Featured Image and Title on Homepage.
3. I tried many plugins like (featured video plus ) to fix this but unable to fix this,
As u see my website i want to post videos (without featured image). when u click on post thumbnail, the video starts automatically, but it should open post when someone click on video or post title.
Thanks
Hi there,
1. Try this CSS:
.entry-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
2. Try this CSS:
.entry-content {
margin-top: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
3. Not sure if this is possible. Will ask Tom to have a look :)
You could just use the featured image so it open the post with the video, then hide the featured image on the single post (Customize > Layout > Page Header).
Thats not an issue
when i post a video without featured image ,
video itself shows as a featured image but when someone clicks on it, video starts
but i want that when we click on the video thumbnail, post open but not to play video there.
So right now you're just showing the full post, so it's displaying the video that's inside the post (not as a featured image).
Instead, you would use a featured image, and show the excerpt instead which would remove the actual video from the front page (Customize > Blog > Blog Content).
This way you would have to click the featured image to enter the full post, which is where the video will be.
i am agree with you
but please see redtube.com and xvideos.com
Showing full post --> http://www.sex69sex.com/wp-content/uploads/2017/05/sshot1.jpg
Showing excerpt --> http://www.sex69sex.com/wp-content/uploads/2017/05/sshot2.jpg
Try using a screenshot of the video player as your featured image.
see screenshot 2
when i use featured image excerpt text is also showing
bcoz there are only two options
1. show excerpt
2. Show full post
you can also add 3rd option there
>>>>>>>>>>>>>>>>>>>>>>>> 3. show nothing <<<<<<<<<<<<
please have a view on xvideoscom and redtube.com when we take cursor to featured video , it starts playing but when we click post open by clicking.
leo ur suggestion is good to take screenshot and use as featured image but excerpt is also showing .
If you set the Excerpt Length to 0 then it should show nothing.
see margins above and bottom on featured image
screenshoot --> http://www.sex69sex.com/wp-content/uploads/2017/05/sshot.jpg
Try these CSS:
.post-image {
margin-top: 5px;
}
.entry-summary {
display: none;
}
.inside-article .entry-meta {
margin-top: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
everything is fine now
but when i click on featured image , post opens in a new window and sometime redirects to homepage ( disabled redirect plugin )
please help me to fix this issue.
using this additional css
.entry-title {
text-align: center;
}
.entry-content {
margin-top: 5px;
}
.post-image {
margin-top: 5px;
}
.entry-summary {
display: none;
}
.inside-article .entry-meta {
margin-top: 5px;
}
.footleft
{
display: inline-block;
margin-left: 10px;
font-family: Average Sans;
float:left;
font-size: 15px;
color:#fff;
}
.footleft a:hover
{
color:#fff;
font-size: 17px;
}
.footright
{
display: inline-block;
margin-right: 10px;
font-family: Average Sans;
float:right;
font-size: 15px;
color:#00bfff;
}
.footright a:hover
{
color:#fff;
font-size: 17px;
}
That's likely created by a plugin, not your CSS.
Try #1 on this page: https://docs.generatepress.com/article/debugging-tips/