Add image titles in NSP’s Portfolio layout

Last Updated:
Category:
For Joomla 3.x

In News Show Pro GK5 default Portfolio view don’t show K2 article titles below image, but sometimes you need this feature. Please note this is module customization, because you have to change a little bit a source code of it. First you have open in editor only one file from NSP module: mod_news_pro_gk5\portal_modes\portfolio\controller.php

titles-portal

In line 39 you have make some changes

echo ''.$this->parent->content[$i]['title'].'</a>';

NEW-line39

Save changes and upload & replace “old” file with a “new” one. You have to remember about changes you’ve made if you will update module with new version in the near future, because it may override your changes.

Of course you can add title inside <span></span> if you need for customization purposes.

For example, titles uppercase effect, may look like this:

echo '<span style="text-transform:uppercase;">'
.$this->parent->content[$i]['title'].'<span></a>';

uppercase_k2

Add image titles in NSP’s Portfolio layout 5.005 (100.00%) 3 votes

This article was first published

Villa Belluci - View our NEW theme
×

Tutorials & tips delivered regularly

Expand your purchase with regular tutorials and tips to making your site better, direct to your email.