Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119818

primapress on "[Plugin: WP RSS Multi Importer] Two or more vertical rss scroller in the same post"

$
0
0

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.


Viewing all articles
Browse latest Browse all 119818

Trending Articles