Title: Inserted Slider Not Right
Last modified: August 21, 2016

---

# Inserted Slider Not Right

 *  Resolved [danonline](https://wordpress.org/support/users/danonline/)
 * (@danonline)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/)
 * I have inserted the slider and it is working, but the site’s old header is still
   there. Can you tell me what I need to remove? [http://69.89.31.149/~tccports](http://69.89.31.149/~tccports)
 * [http://wordpress.org/plugins/responsive-header-image-slider/](http://wordpress.org/plugins/responsive-header-image-slider/)

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

 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/#post-4432220)
 * Hello,
 * For that i need to check your header.php file, If you tell me which wordpress
   theme you have used so any can solve this.
 * I think bellow this div
    ‘<div class=”headerslider”> ….</div>`
 * There is one more code that is taking dynamic image from admin “Appearance> Header”
   OR it can be a static image
 *  Thread Starter [danonline](https://wordpress.org/support/users/danonline/)
 * (@danonline)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/#post-4432251)
 * The theme is Gridiculous. Thanks for the help.
 *  Thread Starter [danonline](https://wordpress.org/support/users/danonline/)
 * (@danonline)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/#post-4432268)
 * I think I found the code to remove and it looks ok, but the slider is not playing
   automatically. It is waiting to be played. How can you make it start when loaded?
 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/#post-4432331)
 * Hello danonline,
 * Please go to plugins > responsive-header-image-slider > responsive_headerimageslider.
   php
 * and find the line no 295 OR find this javscript code
 *     ```
       <script type="text/javascript">
       	 jQuery(function() {
             jQuery('#slides').slidesjs({
               width: <?php echo $sliderdefultwidth ; ?>,
               height: <?php echo $sliderdefultheight ; ?>,
               play: {
                 active: <?php echo $pausedefulthover; ?>,
                 auto: false,
                 interval: <?php echo $autoplaydefultspeed; ?>,
                 swap: true
               }
             });
           });
       	</script>
       ```
   
 * please repace this code with this code
 *  `<script type=”text/javascript”>
    jQuery(function() { jQuery(‘#slides’).slidesjs({
   width: <?php echo $sliderdefultwidth ; ?>, height: <?php echo $sliderdefultheight;?
   >, play: { active: <?php echo $pausedefulthover; ?>, auto: true, interval: <?
   php echo $autoplaydefultspeed; ?>, swap: true } }); }); </script>`
 *  Thread Starter [danonline](https://wordpress.org/support/users/danonline/)
 * (@danonline)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/#post-4432346)
 * That worked. Thank you.

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

The topic ‘Inserted Slider Not Right’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-header-image-slider_7290a2.
   svg)
 * [WP Responsive header image slider](https://wordpress.org/plugins/responsive-header-image-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-header-image-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-header-image-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-header-image-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-header-image-slider/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [danonline](https://wordpress.org/support/users/danonline/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/inserted-slider-not-right/#post-4432346)
 * Status: resolved