Found it myself - just in case anyone was interested. FYI, this applies only to the "Portfolio" mode.
What I wanted to do was add the title of the image/article on the overlay that appears when you mouse over the image thumbnail. The default animation adds a color overlay and a custom class that shows a circle with a little "link" icon. Here's what I did to add the title.
Find the file:
- Code: Select all
modules/mod_news_pro_gk5/portal_modes/portfolio/script.jquery.js
In line 130 change to:
- Code: Select all
overlay.html('<span style="text-align: left; color: #fff; padding: 10px;">' + img.attr('title') + '</span>');
The style is up to you, but those attributes worked for me. Just a little addition to the rollover animation that I think makes it more effective.
Jeff
porper.net