HI Sylvain !
If you are a PREMIUM USER, please use your premium account to ask your question so we can answer with our premium support.
We have modified our plugin (easy-custom-auto-excerpt/easy-custom-auto-excerpt.php) in your website to show the read more button:
//iki tambahan
if(is_page(‘produits-pas-cher’))
{
return tonjoostudio_ecae_excerpt($content, $width, $justify);
}
but its not work properly because you have your own excerpt in your website (template-portfolio-4.php) :
echo excerpt(20)
so we disabled our modified plugin code.
If you have modify your portfolio page theme to a standard show content code (not use your own excerpt function), please re-enable our added code.
regards,