Title: Scrolling problem
Last modified: August 22, 2016

---

# Scrolling problem

 *  [nbtv](https://wordpress.org/support/users/nbtv/)
 * (@nbtv)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/)
 * Following code is not working there is no scrolling ticker just showing last 
   static post title as breaking news.Help would be appreciated …
 * _[moderator note: please review [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)–
   the code below might be partially broken as it ws posted without being marked
   as code]
 *     ```
       <div class="kp-headline-wrapper clearfix">
                                       <?php if ('show' == get_option('kopa_theme_options_display_headline_status', 'show')) { ?>
                                           <h6 class="kp-headline-title"><?php echo get_option('kopa_theme_options_headline_title', __('Breaking News', kopa_get_domain())); ?><span></span></h6>
                                       <?php } // endif ?>
                                       <div class="kp-headline clearfix">
                                           <dl class="ticker-1 clearfix">
                                               <?php
                                               if ('show' == get_option('kopa_theme_options_display_headline_status', 'show')) {
                                                   $kopa_headline_category_id = (int) get_option('kopa_theme_options_headline_category_id');
   
                                                   if ($kopa_headline_category_id) {
                                                       $kopa_headline_posts = new WP_Query(array(
                                                           'cat' => $kopa_headline_category_id
                                                       ));
   
                                                       if ($kopa_headline_posts->have_posts()) {
                                                           while ($kopa_headline_posts->have_posts()) {
                                                               $kopa_headline_posts->the_post();
                                                               echo '<dd><a href="' . get_permalink() . '">' . get_the_title() . '</a></dd>';
                                                           }
                                                       }
   
                                                       wp_reset_postdata();
                                                   } // endif
                                               } // endif
                                               ?>
                                           </dl><!--ticker-1-->
                                       </div><!--kp-headline-->
                                   </div><!--kp-headline-wrapper-->
       ```
   

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627047)
 * you might need to contact your theme’s developer for support with your question
   as you seem to be using a theme which is not from [https://wordpress.org/themes/](https://wordpress.org/themes/)
 * is the ticker a theme function or from a plugin or self-coded?
 * you might need to enqueue the corresponding scripts as well…
 *  Thread Starter [nbtv](https://wordpress.org/support/users/nbtv/)
 * (@nbtv)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627068)
 * its in header of this word press theme [https://wordpress.org/themes/news-mix-light](https://wordpress.org/themes/news-mix-light),
   how news ticker is not working can you check plz
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627080)
 * if you haven’t edited any code and if you have javascript enabled in your browser,
   then this could be an issue with your theme;
    for theme specific support please
   post at [https://wordpress.org/support/theme/news-mix-light](https://wordpress.org/support/theme/news-mix-light)
 * it might be useful if you can provide a live link to your site to illustrate 
   the ticker status.
 *  Thread Starter [nbtv](https://wordpress.org/support/users/nbtv/)
 * (@nbtv)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627081)
 * [http://www.newsbreaktv.com](http://www.newsbreaktv.com)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627108)
 * I see a small working ticker below the headline NBTV
 * – does your browser have javascript enabled?
 *  Thread Starter [nbtv](https://wordpress.org/support/users/nbtv/)
 * (@nbtv)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627154)
 * Yes it’s working however I have checked with forceful lite theme as well ticker
   works fine with it…. it nothing about browser I guess

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

The topic ‘Scrolling problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [nbtv](https://wordpress.org/support/users/nbtv/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/scrolling-problem-1/#post-5627154)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
