Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #256728

    Enfold version 2.7.

    I have a three-column blog grid page. The images of each grid is horizontally aligned. However, there is no fixed height for title, date, except, and “Read more–>”. As a result, if one blog title is taking an extra line than the other blog, or has more lines of excerpts, then the texts are not horizontally aligned. How can I make title to take for example 2 lines, and excerpt to take 2 lines?

    Thanks for your help!

    #257177

    Hey iotaip!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #257317
    This reply has been marked as private.
    #257720

    Hey!

    Can you edit your posts and check if there is extra space in the beginning of content in Text tab and not visual tab? If so, please remove it

    Cheers!
    Yigit

    #257737
    This reply has been marked as private.
    #257739
    This reply has been marked as private.
    #257742

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 55;
       return $length;
    }

    Best regards,
    Yigit

    #257886
    This reply has been marked as private.
    #257911

    Hey!

    Do you mind creating a temporary admin login so i can take a look?

    Regards,
    Yigit

    #257946
    This reply has been marked as private.
    #257951

    Hi!

    Please check your website now. I have noticed that you are using an older version of WordPress. Please consider updating it to 3.9

    Regards,
    Yigit

    #257961
    This reply has been marked as private.
    #257970

    Hey!

    This is how i see your website – http://i.imgur.com/3IEKzql.png
    I may be misunderstanding you. If you could post a screenshot and show, it would be great.
    No, you will not lose any of your changes

    Best regards,
    Yigit

    #257980
    This reply has been marked as private.
    #257989
    This reply has been marked as private.
    #257991
    This reply has been marked as private.
    #257996
    This reply has been marked as private.
    #258010

    Hi!

    Please open functions.php file and find the code i have added below following line

    'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    I set the lenght to 45, please change it to 30

    Cheers!
    Yigit

    #258085
    This reply has been marked as private.
    #258460

    Hey!

    It is intended behaviour as you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/

    Cheers!
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.