Is it possible to end the news functionality of the Highlighter GK5 with 3 dots (ie "News text here...") for every news displayed?
This would be the general thing to do showing that there is more text.
Any ideas on how to implement this?
<div class="gkHighlighterItem"><?php echo $nh_content[$i] . '...'; ?></div>
<?php else : ?>
<?php echo $nh_content[$i] . '...'; ?>
teitbite wrote:Hi
Please adit /modules/mod_highlighter_gk5/tmpl/default.php and replace lines 35-37 with this code:
- Code: Select all
<div class="gkHighlighterItem"><?php echo $nh_content[$i] . '...'; ?></div>
<?php else : ?>
<?php echo $nh_content[$i] . '...'; ?>
teitbite wrote:Hi
"Color mark"? Can You show me Your site ? It may be a setting from module to set a color of the link.
.gkHighlighterWrapper .gkHighlighterItem {
overflow: hidden;
}
.gkHighlighterWrapper .gkHighlighterItem a {
margin-left: -5px;
}