Title: [Plugin: Header Image Slider] Bones theme
Last modified: August 20, 2016

---

# [Plugin: Header Image Slider] Bones theme

 *  Resolved [The_Bank](https://wordpress.org/support/users/the_bank/)
 * (@the_bank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/)
 * Howdy,
 * I’m using the Bones Theme ([Bones](http://themble.com/bones/)) to create a site
   and have installed the Header Image Slider Plugin,
 * Getting no option to add the slider in header,
 * Could you suggest a fix?
 * Thx
 * [http://wordpress.org/extend/plugins/header-image-slider/](http://wordpress.org/extend/plugins/header-image-slider/)

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

 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316732)
 * The Bones theme does not support header images, so you have to insert the boom_header_image()
   function where you want to display it. I added it at the end of header.php file
   and the slider showed up below the menu.
 *  Thread Starter [The_Bank](https://wordpress.org/support/users/the_bank/)
 * (@the_bank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316741)
 * Thanks Shazdeh,
 * I’m a real novice at developing and really appreciate your advice,
 * do you have a link where I can see the code to do this, or example of a similar
   fix?
 * I think I’m not quite getting it!
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316743)
 * Just open bones/header.php file and add this at the end of the file:
    `<?php 
   boom_header_image() ?>` and that’s it!
 *  Thread Starter [The_Bank](https://wordpress.org/support/users/the_bank/)
 * (@the_bank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316760)
 * ah ha,
 * the image box now appears although I still haven’t got access to the Slider functions
   in my CMS – Appearance > Header
 * Is this right?
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316772)
 * What?
    🙂
 *  Thread Starter [The_Bank](https://wordpress.org/support/users/the_bank/)
 * (@the_bank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316776)
 * I can not access the Slider in my CMS,
 * When I used the 2011 Theme it appeared under- Appearances > Header
 * Does this make sense? Or am I confusing things more!
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316799)
 * That’s the admin panel for the plugin. Go in there and upload photos!
 *  Thread Starter [The_Bank](https://wordpress.org/support/users/the_bank/)
 * (@the_bank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316863)
 * The admin panel doesn’t appear in my CMS!
 * Thats what I’ve been trying to explain 🙁
 *  Thread Starter [The_Bank](https://wordpress.org/support/users/the_bank/)
 * (@the_bank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316864)
 * Here is the code:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *  [soul_lotus](https://wordpress.org/support/users/soul_lotus/)
 * (@soul_lotus)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2316997)
 * How can I install the header image slider to override the header in this theme?
   
   [http://wordpress.org/extend/themes/cleanroar](http://wordpress.org/extend/themes/cleanroar)
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2317005)
 * [@soul_lotus](https://wordpress.org/support/users/soul_lotus/): That theme does
   not support header images, so you have to insert the boom_header_image() function
   where you want to display it. Open your header.php file and add this function.
 *  [thinsafetypin](https://wordpress.org/support/users/thinsafetypin/)
 * (@thinsafetypin)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2317021)
 * I’m having a similar problem using the Thematic framework. I actually do get 
   the control panel to add an image, but it doesn’t list the nivo-slider option,
   nor does it actually insert the header image (even when I upload a static image)
   into the published page.
 *  [thinsafetypin](https://wordpress.org/support/users/thinsafetypin/)
 * (@thinsafetypin)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2317022)
 * I tried injecting the php code listed here into my header.php file, and it didn’t
   resolve the issue, it only broke my page layout.
 *  [J.Veda](https://wordpress.org/support/users/jveda/)
 * (@jveda)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2317084)
 * Hi,
 * I am trying to put a code for a header slider into my header.php for my child
   theme Plytag. Since I’m a novice, I would appreciate someone instructing me on
   this as if I was five years old. Seriously, please tell me exactly where to put
   this code.
 * if (function_exists(‘get_thethe_image_slider’)) {
    print get_thethe_image_slider(‘
   Slider Name’);
 *  }
    The slider name is The The Image Slider.
 * I have tried copying the header.php to my child theme and then added the code
   there, however I just keeping getting a blank website and an error message. Can
   you help me please.

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

The topic ‘[Plugin: Header Image Slider] Bones theme’ 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/)

 * 14 replies
 * 5 participants
 * Last reply from: [J.Veda](https://wordpress.org/support/users/jveda/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-header-image-slider-bones-theme/#post-2317084)
 * Status: resolved