Highlighter 1.5.2 not showing Next Arrow

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
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
Wed Dec 23, 2009 4:37 pm
Lots of changes with the new highlighter update figured most of them out but still having issues with the Next Arrow.

Issue 1:
Width/Height issue similar to older version of highlighter

In Style.php

div<?php echo '#'.$_GET['suffix']; ?> .gk_news_highlighter_interface a.prev,
div<?php echo '#'.$_GET['suffix']; ?> .gk_news_highlighter_interface a.next {
cursor: pointer;
width: 13px;
height: <?php echo $_GET['moduleHeight']; ?>px;
display: block;
background: url('../images/<?php echo $_GET['set'] ?>set.png') no-repeat 0 50%;
float: left;
}


Removed Width/Height tags and fixed the alignment issue.

div<?php echo '#'.$_GET['suffix']; ?> .gk_news_highlighter_interface a.prev,
div<?php echo '#'.$_GET['suffix']; ?> .gk_news_highlighter_interface a.next {
cursor: pointer;
display: block;
background: url('../images/<?php echo $_GET['set'] ?>set.png') no-repeat 0 50%;
float: right;
}

Issue 2:
Only showing the Prev button


Tried the following without success:
a - copied the code for a.next to a.prev
b - manually altered text to old prev.png & next.png


Scott Davis
User avatar
Junior Boarder

cron