Read more content not displayed loops back to blog page

In your index.php or front-page.php (if any):

Find

the_excerpt()

Replace with

the_content()

I din’t check the Nexus theme. If you are unable to find the_excerpt(), then try locating any custom function within the loop:

while ( have_posts() : the_post() ) and endwhile.