Portfolio Categories text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22738
    mobentis
    Member

    Hi, when i move the mouse over the image of the portfolio categories, I can see a text with an orange background. The upper text is a title that can be changed, the bottom text is the name of the category. Can I change this second text and enter a description?

    Thanks in advance and best regards

    #22770
    Veena
    Moderator

    Can you pls try to modify the below code in file framework/functions/thumbnail-functions.php at 142
    from

    $image_info .= mo_get_taxonomy_info($taxonomy);                
    

    to

    $image_info .= mo_truncate_string(get_the_excerpt(), 100);
    
    #22806
    mobentis
    Member

    Hi, Thank You por your answer. I solved it adding a $term->description and showing this property.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Categories text’ is closed to new replies.