By Caminhos de Pax on Saturday, 11 July 2015
Posted in General Issues
Replies 6
Likes 0
Views 556
Votes 0
Hi,

You have fixed the cover photo on the vintage template that didn't show. But now it shows in the wrong way. In the vintage template, the photo shows using the entire width of the page, and now it shows on the left corner and small.

Thanks
I'm having the same problem. I have attached an image to better show the problem.

Rene
·
Saturday, 11 July 2015 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey guys,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you try adding the block of css codes below into your template's css file and see if that fixes your issues?


div#fd.eb .eb-vintage-post-cover {
float: left !important;
height: auto !important;
width: auto !important;
}
·
Monday, 13 July 2015 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
add that to the vintage css, clear the cache, but nothing changed.

Another thing I see is that the vintage template layout shows on the index list of blogs (still with the wrong image position), but when I click into a blog and go the the blog page the vintage layout no longer shows.

Thanks
·
Monday, 13 July 2015 00:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi guys,

Please add this CSS hack in your Joomla theme stylesheet:

div#fd.eb .eb-vintage-post-cover {
height: auto;
text-align: center;
}


@rene we have decided not to use background-cover technique on this Vintage theme anymore, so you might want to update it with bigger image size.

Hope this will help, please advice
·
Monday, 13 July 2015 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ikram,

I am no longer using this theme. Using origami instead. Thanks for your input.

Rene
·
Monday, 13 July 2015 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi rene,

Awesome, thanks for reporting the bug here
·
Monday, 13 July 2015 12:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post