Rating: 5 stars
I had a special support request for formatting the content part in a different way (left alignment and text high smaller). I got within one day the answer, which I would like to share with you. Might be helpful for others too.
Adding the following custom css code to the page solved my issue:
.news-info {
text-align: left;
line-height: 1.4;
}
Rating: 3 stars
There are two versions in this plugin. What they call “classic” based on marquee element. This seems to work on in browsers which still support this antique element
The “modern” version is based on jquery and it has many bugs. I gave up trying to fix the css up
Rating: 5 stars
Simple and easy to use plugin if you need some news ticker.
]]>Rating: 5 stars
The support is fast and good. ??
]]>Rating: 1 star
All my UTF8 letters became question marks: ????????
]]>Rating: 3 stars
Dodatak bi bio odli?an kada bi prepoznavao ?irili?na slova. Kod latinice neka slova prepoznaje, a neka ne (? prepoznaje, ostala ?, ?, ? – ne). ?im bude prihvatao ?irilicu dobija 5 zvezdica.
]]>Rating: 5 stars
Thanks for this plugin. Works fine. Easy to be themed. Excellent support with additional user role support. Despite the user role support no issue at all.
Again, thank you!
Rating: 5 stars
Does the work it is intended to do perfectly.
]]>Rating: 1 star
Unable to add news in Pro version + could not find the way to use the shortcodes (no documentation on that)
]]>Rating: 5 stars
Works perfectly and the developer is super helpful.
]]>Rating: 5 stars
The support for the plugin is appreciable…
]]>Rating: 5 stars
Very usefull for our site, just to give some post more importancy in a site with over 80 pages and some 200 post in just one year!
I asked for a small extension and the other day the devellopper gave the right answer!
Thanks Nik!
]]>Rating: 5 stars
I like this plugin…its simple and clean, and adds a nice little movement to a flat looking page. Author also replies to problems quickly which is a very good thing.
]]>Rating: 5 stars
This was exactly was I was looking for! What was missing, was a php function to directly call the plugin from any part of any template, so I wrote the author and he replied me immediately! Very very kind and great support. In case anyone else is intersted, here is the function you need to call from your template if you don’t want to use the plugin as a widget in your sidebar:
<?php
$instance=array('title'=>'Latest News','maxitem'=>5,'padding'=>5,'add_link_to_title'=>1,'show_content'=>1,'delay'=>5,'height'=>200,'scrollamount'=>1);
$verticalScroll=new verticalScroll();
echo $verticalScroll->widget($args=null,$instance);
?>
Thanx Nik =)
]]>Rating: 5 stars
Great plugin.
I’ve gone through several ticker plugins and this is the only one that answered my expectations exactly.
Also, the author gave good and fast support.
Only issue I had was I was getting question marks instead of Hebrew characters.
With the help of the author I had to change the character set of the “wp_scroll_news” table from latin to UTF8.
But it won’t affect most users.
Any way, great plugin and great support.
]]>Rating: 5 stars
very nice and can be modified easily.
to modify the width edit wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css
and insert:
.newsscroller_title{
font-weight: bold;
font-size: 17px;
text-decoration: underline;
width:190px;
}
.scrollercontent{
text-align:justify;
width:190px;
}