Hi kksenyak,
In Free plugin, there is no option to eliminate the “read more” button in View setting panel.
But in Pro plugin, you can do it easily.
I would like to translate the text on the button into norwegian.. Tried it with Loco Translator plugin. But it seems that the text is static and not translateable.. please can you guys fix this?
Go to Plugins, editor and edit the file:
content-views-query-and-display-post-page/includes/html.php
find the following line:
// Append readmore button
$content = $excerpt. $readmore_html;
and replace with:
$content = $excerpt. $dots;
You can also use that file to rename it.