Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #221269

    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?

    #221270
    This reply has been marked as private.
    #221545

    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

    #221567

    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 ?

    #221692

    Hi!

    Please add following code to Quick CSS as well

    .related_posts { z-index: 9; }

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changes to related post feature’ is closed to new replies.