42 comments so far
At present we don’t have that option, we do this in next version, thanks for the suggestion.
Hi sgpress !
At present we don’t have automatic option to change the scroll speed, but you can do manually, for that
1.open this ‘vertical-scroll-recent-post.js’ JS file
2.find the below function
setTimeout(”vsrp_scroll();”, 2000);
3.and change the 2000
There seems to be a minor bug with this plugin. Contents of the plugin does not translate with wordpress plugin global-translator.
Hi, wonderfull plugin, thanks. How we can modify widget’s style ? I would obtain a scroller with same style of others widgets, it’s possibile ? Thanks again.
love all of your plug ins! Awesome!
Quick question. I am not javascript literate, but is there a way to use the vertical scroll recent post plug-in to display only posts from a particular category on my blog?
Also, is there a way to allow it to display more lines of the post under the title? I’d really like to only show one at a time.
Thanks again for these plugins! They are a savior!
At present no option to select the category. will do this in next version.
You can change the display setting in setting page!
Go to vertical scroll recent post link usnder setting tab to change the display setting.
Version 4.0 uploaded with category selection , order by feature
hi, love the plugin but have noticed that it does not appear to be picking up new posts, any ideas?
http://www.mightcontainnuts.com
Try this plugin
http://gopi.coolpage.biz/demo/2009/07/18/vertically-scroll-rss-feed/
I cannot see where to download this very cool looking plug in? Where?
To Franz:
For the query is used query_post, this always force to change the main page. The solution is available at vertical-scroll-recent-post.php file!
Comment with // the following code to looks this way:
// $sSql = query_posts(’cat=’.$vsrp_select_categories.’&orderby=’.$vsrp_select_orderby.’&order=’.$vsrp_select_order.’&showposts=’.$num_user);
DON’T comment the following code:
$vsrp_data = $wpdb->get_results(”SELECT ID,post_title,post_date FROM “. $wpdb->prefix . “posts WHERE 1 and post_type=’post’ and post_status = ‘publish’ order by ID desc limit 0, $num_user”);
Comment with // the following code:
// $vsrp_data = $sSql;
Hope this helps.
Great widgets! Thanks!!!
Is there a way to increase the width?
Hello i have that problem can you tell me where I could put that “wp_reset_query()” ?
Thanks a lot.
I founded the place is after the puted in the template
Thank you
Is there a way to turn off scrolling and then be able to turn it back on (a toggle option would be nice)?
Thanx for this great plugin! What code should I alter to display not only post title, but a few first lines from the posts’ content?
Would you extend anything like that in a next version? (Like, Admin settings for “Include post-contents: y/n”, “Number of words to display:”
Thanks for the great plugin with one question left:
can the scrolling post news stop when the mouse point at the relevent news?
thanks again
thanks for the small powerful plugins, for sure i am using it at http://4website.net .
Hi,
Gr8 plugin, quick question can i add few line from the post itself on the scroller.
Now we can only display title, can i add in few code to show the content as well.
Thanks
Great plugin.
There is anyway to show, before the post title, the date of the post?
Hie there, thanks for this wonderful plugin. Im just curious. How can i put the title AND the excerpt?

[...] Comment! LIVE DEMO [...]