Title: Disable scrolling option
Last modified: September 1, 2016

---

# Disable scrolling option

 *  Resolved [etleva](https://wordpress.org/support/users/etleva/)
 * (@etleva)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/disable-scrolling-option/)
 * Dear Support,
 * Kindly could you please guide, how to disable scrolling option.
    I have used 
   this shortcode, because i wanted a horizontal view of data.
 * _[stock\_ticker symbols=”BABA,^DJI,EURGBP=X,LON:FFX” show=”symbol”]_
 * Thank you in advance!
 * Kind Regards,
    Eva
 * [https://wordpress.org/plugins/stock-ticker/](https://wordpress.org/plugins/stock-ticker/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [etleva](https://wordpress.org/support/users/etleva/)
 * (@etleva)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/disable-scrolling-option/#post-7694228)
 * Hello again,
 * Managed to solve this.
 * I used to add shortcode inside my php files.
    `<div class="test-stock"><?php 
   echo do_shortcode( '[stock_ticker symbols="AAPL,^MSFT,INTC,GOOGL, FB" show="symbol"
   speed="0"] ' ); ?></div>`
 * Setting up _speed=”0″_ inside shortcode disabled scrolling, and now i have a 
   horizontal static ticker.
 *  Plugin Author [Aleksandar Urošević](https://wordpress.org/support/users/urkekg/)
 * (@urkekg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/disable-scrolling-option/#post-7694387)
 * Hi etleva,
 * Proper solution is to use shortcode parameter `static=1` and then you style ticker
   in your theme. So, use:
 * `<div class="test-stock"><?php echo do_shortcode( '[stock_ticker symbols="AAPL,
   ^MSFT,INTC,GOOGL, FB" show="symbol" static="1"] ' ); ?></div>`
 * With approach you use, you force loading of webticker JS library which has not
   needed.
 * Cheers,
    Aleksandar

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable scrolling option’ is closed to new replies.

 * ![](https://ps.w.org/stock-ticker/assets/icon.svg?rev=2870206)
 * [Stock Ticker](https://wordpress.org/plugins/stock-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stock-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stock-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/stock-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stock-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stock-ticker/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Aleksandar Urošević](https://wordpress.org/support/users/urkekg/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/disable-scrolling-option/#post-7694387)
 * Status: resolved