Show only Article Title with "centered title overlay"

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jul 03, 2014 8:57 pm
Is it possibly to display only the article 'title' hovered over the image instead of the article title and text?

see here - http://upgrade.dahlonegadda.org/
User avatar
Fresh Boarder

teitbite
Sat Jul 05, 2014 12:15 pm
Hi

Please add this to override.css and make sure override is enabled in template settings to hide the text in this module style.

Code: Select all
.gkNspPM-CenteredTitleOverlay h3 + p {
    display: none;
}
User avatar
Moderator

GK User
Thu Jul 10, 2014 5:30 pm
Thanks ... hiding the text with css was my fallback option. I was hoping there was a way to eliminate it so it didn't load on the page.
User avatar
Fresh Boarder

teitbite
Sun Jul 13, 2014 6:38 pm
Hi

Please edit /modules/mod_news_pro_gk5/portal_modes/centered_title_overlay/controller.php and remove this part:

Code: Select all
         if(trim($text) != '') {
            echo '<p'.$text_styles.'>';
            echo '<a href="'.$this->get_link($i).'" title="'.htmlspecialchars(strip_tags($this->parent->content[$i]['title'])).'">'.$text.'</a>';
            echo '</p>';
         }
User avatar
Moderator


cron