Hi,
I do have some slight problems with the related post feature, and wondering if there is a quick solution to them:
1) The images are pretty small – is there a way to show a larger picture?
2) The pictures are all showing up in different sizes – a way to ge them all in the same size?
2) Where can i change the “Das könnte Sie auch interessieren” to a custom bit?
Hi!
1-2.) Please add this on Quick CSS or custom.css:
.related_image_wrap {
max-height: 70px;
}
.related_image_wrap img {
height: 100%;
}
.related_entries_container .no_margin.av_one_eighth {
width: 15.5%;
}
2.) Edit includes > related-posts.php, find this code:
$output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";
Cheers!
Ismael
Thanks a lot!
Just wondering why I seem sometimes not to be able to click on the related posts? There is no link showing up, and it doesn’t matter which angle I’m using to get a mouse hover ?