I found the solution without having the need to edit function.php from theme.
I just edited items.php in the plugin folder, replaced :
<a <?php echo NimblePortfolioPlugin::phpvar2htmlatt($item_link); ?>>
with:
<a href="<?php echo $item->getPermalink(); ?>" class="button-fixed">
<?php _e($readmore_text, 'nimble_portfolio_context') ?>
Thanks for the help