Title: [ASK]
Last modified: August 20, 2016

---

# [ASK]

 *  Resolved [ulphalut](https://wordpress.org/support/users/ulphalut/)
 * (@ulphalut)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/)
 * Slideshow just on home page, Graphene theme
    Is there someone who can help me??
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3399973)
 * Where do you want the slideshow on the page? You can use the shortcode to add
   the slideshow to just the homepage, but that would be in the content area. If
   you want it in the header or something you need to load it conditionally on just
   the homepage.
 *  Thread Starter [ulphalut](https://wordpress.org/support/users/ulphalut/)
 * (@ulphalut)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3399976)
 * I want to replace the slider from grephane theme by meteor slides with placement
   on the home page as the plugin author website I might be able to visit [http://ulphalut.org](http://ulphalut.org)
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3399980)
 * First you would want to disable the current slideshow, there might be any option
   to switch that off in the theme settings, check there first.
 * The Meteor Slides slideshow would get added to the header.php file, right after
   this line:
 *     ```
       <div id="content" class="clearfix hfeed">
       ```
   
 * You just need to add a conditional tag around the slideshow template tag to load
   it only on the front page:
 *     ```
       <?php if ( is_front_page() ) {
   
       if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); }
   
       }?>
       ```
   
 *  Thread Starter [ulphalut](https://wordpress.org/support/users/ulphalut/)
 * (@ulphalut)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3399991)
 * to the size of the image that correspond to my website???
 * maybe you can help … sorry I Nubi in this
 *  Thread Starter [ulphalut](https://wordpress.org/support/users/ulphalut/)
 * (@ulphalut)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3400001)
 * thx for ur help me and my problem solved
 * [http://ulphalut.org](http://ulphalut.org)
 *  [rjatnw](https://wordpress.org/support/users/rjatnw/)
 * (@rjatnw)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3400010)
 * Hello JLeuze,
 * I have added your plugin to my website, but it only runs on the pages but not
   on the Home Page, can u please help ?
 * Regards,
    Rehan
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3400020)
 * [@ulphalut](https://wordpress.org/support/users/ulphalut/) You’re welcome!

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

The topic ‘[ASK]’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/ask/#post-3400020)
 * Status: resolved