Post count: 11438
Hi Fernando,
You’re welcome.
Anyway, for meantime maybe you can try to go edit this file /jnews/class/Module/ModuleViewAbstract.php
then jump into line 328. You will find this code $excerpt = get_the_excerpt($post->ID);
. Then replace with this one $excerpt = $post->post_excerpt;
Let us know if you still getting a problem in there.
Thank you