• Ho does it work to display the full title of the posts in the ‘posts slider’ on the landing page. My website is: http://deepertravel.de/ and I would like to get rid of the ‘…’ Further, some of the titles are displayed in one line, some in two.

    Anyone has the same problem or knows where to change that?
    Thank you! Eva

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi edefix,

    you can solve this problem by replacing :
    echo evolve_truncate($title, 40, '...');
    with
    echo $title;

    in : library/functions/basic-functions.php
    line : 1343

    Thread Starter edefix

    (@edefix)

    Hello,
    that works – perfect! thanks!

    (it is a different line in evolve-plus, but I found it)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full title (headline) in post slider’ is closed to new replies.