Okay
  Public Ticket #807953
Excerpts
Closed

Comments

  • Mandy started the conversation

    Wondering how I can trim the excerpt content for portfolio items only to 150 characters. 

  •  1,558
    Laborator replied

    Hi Mandy,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer :)

    And please check your site URL because it doesn't seem to work.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Mandy replied

    on this page: http://outandabouttravel.com.au/accommodation/

    the content is taken from Portfolio, and i want to make the excerpt copy all the same length in characters.

    For example the first one in the grid i want to clip the copy to be the same for all:

    Alila Vilas Soori

    Alila Villas Soori is a blissful paradise setting for beachfront living at its most relaxing, most stylish and luxurious. Located along the southwest coast of Bali, not far from the island’s famous ...


  •  1,558
    Laborator replied

    Hi Mandy,

    There is no way to fix this as the element you're using is not a Kalium element but a Visual Composer element which we cannot modify to change the excerpt on it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Mandy replied

    I am using the Excerpts box, it's not visual composer. See screenshot...

  • [deleted] replied

    Hi Mandy,

    Can you please add the following code in functions.php (end of file):

    function custom_excerpt_length_for_vc_grid_item( $excerpt ) {
        return substr( $excerpt, 0, 150 ) . ( strlen( $excerpt ) > 150 ? '…' : '' );
    }
    
    add_filter( 'vc_gitem_template_attribute_post_excerpt', 'custom_excerpt_length_for_vc_grid_item', 100 );

    This should work for you.

  • Mandy replied

    Thank you, works perfectly.

  • [deleted] replied

    Great to hear that Mandy!

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!