What I did was go into your php file under skins > default > items.php.
Then I deleted this code:
<div class="-mask"> </div>
<div class="genericon genericon-<?php echo $hover_icon; ?>"></div>
It worked for me. 🙂
You solve part of the problem, but when press the thumbnail image i still go to that annoying slideshow thumbnail.
<img src=”http://i.imgur.com/ZlM8cL8.png” title=”source: imgur.com” />
i dont want that.
you can test in my site:
http://sergiopt.com
thanks for your time
Oh! I forgot. Get rid of:
<a <?php echo NimblePortfolioPlugin::phpvar2htmlatt($item_link); ?>>
And then the ending </a>
That code makes it clickable.
Thank you very much, you fix it.
Thanks Rachel for help on our plugin. But there is a separate issue of losing the changes on our plugin upgrade.
To keep changes, Rachel mentioned, an upgrade safe way of customizing the skin is required. Please follow this small howto http://demo.nimble3.com/nimble-portfolio/customize-a-nimble-portfolio-skin-from-theme/ to keep your changes safe on our plugin upgrade.