-
AuthorPosts
-
April 27, 2014 at 5:06 am #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!
April 28, 2014 at 5:28 pm #257177Hey iotaip!
Can you post the link to your website so we can take a look?
Regards,
YigitApril 28, 2014 at 9:29 pm #257317This reply has been marked as private.April 29, 2014 at 4:52 pm #257720Hey!
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!
YigitApril 29, 2014 at 5:19 pm #257737This reply has been marked as private.April 29, 2014 at 5:22 pm #257739This reply has been marked as private.April 29, 2014 at 5:29 pm #257742Hey!
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,
YigitApril 29, 2014 at 9:18 pm #257886This reply has been marked as private.April 29, 2014 at 9:56 pm #257911Hey!
Do you mind creating a temporary admin login so i can take a look?
Regards,
YigitApril 29, 2014 at 10:41 pm #257946This reply has been marked as private.April 29, 2014 at 10:47 pm #257951Hi!
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,
YigitApril 29, 2014 at 11:18 pm #257961This reply has been marked as private.April 29, 2014 at 11:41 pm #257970Hey!
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 changesBest regards,
YigitApril 30, 2014 at 12:14 am #257980This reply has been marked as private.April 30, 2014 at 12:28 am #257989This reply has been marked as private.April 30, 2014 at 12:29 am #257991This reply has been marked as private.April 30, 2014 at 12:49 am #257996This reply has been marked as private.April 30, 2014 at 1:18 am #258010Hi!
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!
YigitApril 30, 2014 at 3:40 am #258085This reply has been marked as private.April 30, 2014 at 8:08 pm #258460Hey!
It is intended behaviour as you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.