Thread Starter
etleva
(@etleva)
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.
Thread Starter
etleva
(@etleva)
Thank you so much @digico Paris @wp Gurus. I will see all suggestions and hopefully i manage to finish this project.
Your instructions were really good hints.