just open the file wp_content/plugins/otw-portfolio/otw-portfolio-light.php, find the line 56 and change it from
‘rewrite’ => true,
to
‘rewrite’ => array(‘slug’ => ‘portfolio’,’with_front’ => false),
save the file, goes to settings > permalinks and click save button to flush url rewrite rules. Now goes to the single project page again, the url now is “https://www.lowerthanwater.com/portfolio/bouf/”, perfectly solved!