@rvandeguchte
What was the css code that did the job?
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
I copy the code in the function.php but it doesn’t seem to work. Instead, when I click the image its giving me an alert which says: “Image cannot be loaded. Please make sure path is correct and image exists”.