Dear cyril gicquel,
We're sorry about the lateness.
We fixed your issue:
1. go to your_site/sj_decou/html/com_content/category/blog_item.php and find:
<?php if ($params->get('show_intro')) : ?>
<?php echo $this->item->introtext; ?>
<?php endif; ?>
=>
<?php //if ($params->get('show_intro')) : ?>
<?php echo $this->item->introtext; ?>
<?php //endif; ?>
2. go to your_site/sj_decou/html/com_content/article/default.php and find:
<?php echo $this->item->text; ?>
<?php /*?><?php if($this->item->fulltext!=""){?>
<div class="item-intro">
<?php echo $this->item->fulltext; ?>
</div>
<?php } else {
echo $this->item->text;
} ?><?php */?>
=>
<?php //echo $this->item->text; ?>
<?php if($this->item->fulltext!=""){?>
<div class="item-intro">
<?php echo $this->item->fulltext; ?>
</div>
<?php } else {
echo $this->item->text;
} ?>
Please check your site again.
Thanks!