Title: [Plugin: Header Image Slider] Slideshow options
Last modified: August 20, 2016

---

# [Plugin: Header Image Slider] Slideshow options

 *  Resolved [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/)
 * Cool plugin!
 * I understand you are working on an options menu for a future release, which is
   great. In the meantime, I’m trying to hack the Nivo settings to adjust my slideshow.
   Unfortunately, this is the only settings area I can find, and when I change things
   here, it does not seem to take effect in the slideshow:
 * jquery.nivo.slider line 654
 *     ```
       //Default settings
       	$.fn.nivoSlider.defaults = {
       		effect: 'fade',
       		slices: 15,
       		boxCols: 8,
       		boxRows: 4,
       		animSpeed: 700,
       		pauseTime: 4000,
       		startSlide: 0,
       		directionNav: false,
       		directionNavHide: true,
       		controlNav: false,
       		controlNavThumbs: false,
               controlNavThumbsFromRel: false,
       		controlNavThumbsSearch: '.jpg',
       		controlNavThumbsReplace: '_thumb.jpg',
       		keyboardNav: true,
       		pauseOnHover: true,
       		manualAdvance: false,
       		captionOpacity: 0.8,
       		prevText: 'Prev',
       		nextText: 'Next',
       		beforeChange: function(){},
       		afterChange: function(){},
       		slideshowEnd: function(){},
               lastSlide: function(){},
               afterLoad: function(){}
       	};
       ```
   
 * Any idea where I can otherwise change options for Nivo in the plugin code? Thanks!
 * [http://wordpress.org/extend/plugins/header-image-slider/](http://wordpress.org/extend/plugins/header-image-slider/)

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

 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/#post-2235619)
 * For now, you can edit the plugin file directly, on line 171, you see this:
    `
   jQuery('div.headerSlider').nivoSlider();` which fires the Nivo Slider. Pass the
   options like so:
 *     ```
       jQuery('div.headerSlider').nivoSlider({
          option: value
       });
       ```
   
 * Sorry for the inconvenience, the next release is gonna be ready really soon.
 *  Thread Starter [Marty](https://wordpress.org/support/users/bozzmedia/)
 * (@bozzmedia)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/#post-2235832)
 * Glad to hear a new release is coming soon. In the meantime, I really appreciate
   the hint you provided here. Thanks!
 *  [logonhog](https://wordpress.org/support/users/logonhog/)
 * (@logonhog)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/#post-2235964)
 * Shaz,
 * I really like your plugin! I am able to get it to work but on certain versions
   of IE, there is a large white space the same size as the header images. How can
   I remove that?
 *  [hridaya](https://wordpress.org/support/users/hridaya/)
 * (@hridaya)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/#post-2236136)
 * Hello,
    When i set the animSpeed: parameter on js and also from admin slider 
   options area it does not any effect. I can not change the slider animation speed
   either from js file and from admin options. Please can you please how can i slow
   down the slider animation speed.
 * Thank you
    Hridaya
 *  [hridaya](https://wordpress.org/support/users/hridaya/)
 * (@hridaya)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/#post-2236137)
 * I got the solution .
    Need to set high value to Pause Time on Slider setting 
   area
 * Thank you

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

The topic ‘[Plugin: Header Image Slider] Slideshow options’ is closed to new replies.

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

 * 5 replies
 * 4 participants
 * Last reply from: [hridaya](https://wordpress.org/support/users/hridaya/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-slideshow-options/#post-2236137)
 * Status: resolved