Hello,
I solved this through following code changing.
In text-scrollingAdmin/includes/TextScrollingFrontEnd.php
find and change this line:
echo ‘<marquee behavior=”scroll” scrollAmount=”‘.$speed.'” direction=”‘.$direction.'”>’.$description.'</marquee>’;
to:
echo ‘<marquee behavior=”scroll” scrollAmount=”‘.$speed.'” onmouseover=”this.stop()” onmouseout=”this.start()” direction=”‘.$direction.'”>’.$description.'</marquee>’;
Regards.
Hi,
Thanks a lot!
Nowadays, I am not using a plugin, but this code:
<marquee behavior=”scroll” direction=”up” onmouseover=”this.stop();” onmouseout=”this.start();” scrollamount=”1″ height=”100″>
<table>
<tbody><tr>
<td>• A&P Mechanics</td>
</tr>
<tr>
<td>We need Mechanics with experiance in B747, A300, B767, B757 to work in Miami</td>
</tr>
<tr>
<td>—————————————————————————————————————————————————————————–</td>
</tr>
</tbody></table>
</marquee>
Hope this is hopeful