Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nks

    (@nik00726)

    Hi borisd

    width is dependent on your widget area means If you are using it on left sidebar or right sidebar or footer,it will take width of sidebar automatically.

    If you have still issue please give us your website url for further investigation.

    Thanks.
    Advanced php Scripts team

    Thread Starter borisd

    (@borisd)

    Plugin Author Nks

    (@nik00726)

    In your wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css
    replace css with following where I see your layout sidebar is having problem.

    You can replace your own width with width: 160px;

    .newsscroller_title {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    width: 160px;
    }

    .scrollercontent {
    text-align: justify;
    width: 160px;
    }

    Thanks

    Thread Starter borisd

    (@borisd)

    Thanks a lot!!
    Can I change in the same place the font size?

    Plugin Author Nks

    (@nik00726)

    Yes you can change any thing you like in css.Please rate this plugin if you like this plugin.

    Thanks.

    I want to use it in template. how to?

    Plugin Author Nks

    (@nik00726)

    hi Mahesh16

    You can call news widget by following code

    <?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);
    ?>

    [Please post code snippets between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Please add good review

    http://wordpress.org/extend/plugins/vertical-news-scroller/

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Vertical News Scroller] width change ?’ is closed to new replies.