Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter primapress

    (@primapress)

    i just solved creating 3 different templates file:

    vertical_scroll.php
    vertical_scroll_1.php
    vertical_scroll_2.php

    then change the line 3 from:
    jQuery(‘#news-container’).vTicker({
    to:
    jQuery(‘.v_scroller’).vTicker({

    and add the class in the line 25
    from:
    $readable .= ‘ <div id=”news-container”><ul class=”wprssmi_rss_vs”>’;
    to:
    $readable .= ‘ <div id=”news-container” class=”v_scroller”><ul class=”wprssmi_rss_vs”>’;

    importat remeber to modify the class name in every file to be unique.

    Thanks again for this beaoutifoul plugin.

    Plugin Author Allen

    (@amweiss98)

    Thanks…that’s a great fix..I’ll make sure people know about this..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two or more vertical rss scroller in the same post’ is closed to new replies.