(Plugin v4.1.1) I noted that the plugin would not add the "Read more" text to custom excerpts, which resulted in now way to get to the full post. I modified the plugin by replacing line 121
From:
return $text;
To:
return($this->text_add_more($text, $ellipsis, ($add_link) ? $read_more : false));