Hello,
I have chosen for the recap of my blog at the homepage: Single Author…. without readmore
and for the recap of my news the Grid Layout without readmore.
but the first ends with […] and the last end with only …
where can I change this? can you perhaps change this in a update of the theme?
Hey Wilko!
Your screenshot is not loading and you forgot to include a link to your site.
Try using imgur.com to host your screenshot and make sure to highlight what your trying to do so we can get a better idea.
Cheers!
Elliott
Hi!
Are you trying to remove the dots? If so then when you edit your post write a custom excerpt in the excerpt field. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
Elliott
Hi Elliott,
No, I ment that the ending of the excerpt is different. at BLOG it is […] and at NIEUWS it is …
see the arrows in the picture. I want them to be the same. I think it is a design fault of the theme
Wilko
Hi!
Try commenting out line 1047 in /enfold/framework/php/function-set-avia-frontend.php.
$excerpt = preg_replace("!\s\[...\]$!", '...', $excerpt);
If that does not work then try changing line 561 in /enfold/framework/php/function-set-avia-backend.php from this.
function avia_backend_truncate($string, $limit, $break=".", $pad="...", $stripClean = false, $excludetags = '<strong><em><span>', $safe_truncate = false)
To this.
function avia_backend_truncate($string, $limit, $break=".", $pad="[...]", $stripClean = false, $excludetags = '<strong><em><span>', $safe_truncate = false)
Regards,
Elliott