Title: [Plugin: Image horizontal reel scroll slideshow] Code for static front page
Last modified: August 20, 2016

---

# [Plugin: Image horizontal reel scroll slideshow] Code for static front page

 *  [rwbra](https://wordpress.org/support/users/rwbra/)
 * (@rwbra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/)
 * Is is possible to add the horizontal reel scroll to a static front page rather
   than a sidebar widget?
 * [http://wordpress.org/extend/plugins/image-horizontal-reel-scroll-slideshow/](http://wordpress.org/extend/plugins/image-horizontal-reel-scroll-slideshow/)

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

 *  [scorndogs](https://wordpress.org/support/users/scorndogs/)
 * (@scorndogs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098579)
 * Hi,
 * I was asking the same question, and I found this site that has quite a bit of
   information on it about this plugin, including the short code
    [http://tech.graphicline.co.za/build-a-wordpress-website/chapter-3-appearance/galleries-sliders/horizontal-slide-show/](http://tech.graphicline.co.za/build-a-wordpress-website/chapter-3-appearance/galleries-sliders/horizontal-slide-show/)
 * The short code is
    [ihrss-gallery type=”gallery1″ w=”920″ h=”270″ speed=”5″ bgcolor
   =”FFFFFF” gap=”5″ random=”yes”]
 * with your own values of course.
 * I tried it, and it works.
    [http://www.scorndogs.com](http://www.scorndogs.com)
 *  [rehudnall](https://wordpress.org/support/users/rehudnall/)
 * (@rehudnall)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098580)
 * scorndogs, sweet use of the plugin!
 * One question though, when I’ve put it on my static page it breaks my responsiveness,
   which I see it doesn’t on your site. How do you do it?
 * Thanks!
 * Stewart
 *  [rajesh450](https://wordpress.org/support/users/rajesh450/)
 * (@rajesh450)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098581)
 * Hi.
    I have added the shortcode to my section widget. But slideshow effect has
   gone bad. Not even sliding. If i enter the shortcode in my post it is working
   fine. Can u tell me the solution for that…..
 *  [mnm82](https://wordpress.org/support/users/mnm82/)
 * (@mnm82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098582)
 * Hi, i am using Image Horizontal Reel Scroll on my website and I wanted to know
   if there is a way I can change the scroll direction? Right now it scrolls Left
   to Right and I want Right to Left BUT there is no option for this in it’s properties
   like in other sliders. Help Please 🙂
 *  [scorndogs](https://wordpress.org/support/users/scorndogs/)
 * (@scorndogs)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098583)
 * Looks like the answer is probably no, can’t reverse the direction. Here’s the
   plugin website
    [http://www.gopiplus.com/work/2011/05/08/wordpress-plugin-image-horizontal-reel-scroll-slideshow/](http://www.gopiplus.com/work/2011/05/08/wordpress-plugin-image-horizontal-reel-scroll-slideshow/)
   with short code instructions Short code Definition :
 * W : Width of the slideshow.
    H : Height of the slideshow. Speed : Scroller speed.
   BGCOLOR : Background color for the slideshow. GAP : This is pixels gap between
   each image slideshow. RANDOM : This option is to retrieve the images in random
   order. Short code from for the version 1.0 to 7.0
 * [HR_IMAGE_SHOW:TYPE=gallery1:W=600:H=170:SPEED=1:BGCOLOR=#FFFFFF:GAP=5:RANDOM
   =YES]
    New short code from the version 8.0 onwards
 * [ihrss-gallery type=”gallery1″ w=”600″ h=”170″ speed=”1″ bgcolor=”#FFFFFF” gap
   =”5″ random=”YES”]
 *  [anthonystal](https://wordpress.org/support/users/anthonystal/)
 * (@anthonystal)
 * [13 years ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098584)
 * Hi [@scorndogs](https://wordpress.org/support/users/scorndogs/) ,
 * I really like how your reel is **responsive** and have the same request as rehundall.
   Could you please help us make ours responsive? I have tried making the div position
   absolute so it doesn’t take up site space, and put it inside a 100% width-constrained
   div, neither worked. Your help is much appreciated!! Thanks,
 * Anthony
 *  [scorndogs](https://wordpress.org/support/users/scorndogs/)
 * (@scorndogs)
 * [13 years ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098585)
 * Hi Anthony,
 * On the setup for the reel on the home page, we used this shortcode. The shortcode
   overrides the settings on the reel setup page.
 * [ihrss-gallery type=”gallery1″ w=”920″ h=”150″ speed=”2″ bgcolor=”FFFFFF” gap
   =”5″ random=”no”]
 * On pages that have sidebars, the reel is inserted via the widget, and the widget
   takes it settings from the reel setup page. The main difference is the width.
   On the setup page, the width is set to 250. The only other difference is that
   the gap is set to 4. So the widget/sidebar reel is narrower than the reel on 
   the home page.
 * We are also using a responsive theme – Avada.
 * Hope that helps! 🙂
 * Cheers, Dee
 *  [denisedesign](https://wordpress.org/support/users/denisedesign/)
 * (@denisedesign)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098586)
 * How can I use settings like speed when implementing the slider in my functions.
   php file? I’m currently using:
 * <?
    if (function_exists (Ihrss)) Ihrss(); ?>
 *  [bkchaitanya.php@gmail.com](https://wordpress.org/support/users/bkchaitanyaphpgmailcom/)
 * (@bkchaitanyaphpgmailcom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098587)
 * hi guys,
    is it posible to insert ** “image horizontal reel scroll slideshow”**
   two times in one website. please suggest me. thank you.

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

The topic ‘[Plugin: Image horizontal reel scroll slideshow] Code for static front
page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/image-horizontal-reel-scroll-slideshow_838383.
   svg)
 * [Image horizontal reel scroll slideshow](https://wordpress.org/plugins/image-horizontal-reel-scroll-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/image-horizontal-reel-scroll-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/image-horizontal-reel-scroll-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/image-horizontal-reel-scroll-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-horizontal-reel-scroll-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-horizontal-reel-scroll-slideshow/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)

 * 9 replies
 * 8 participants
 * Last reply from: [bkchaitanya.php@gmail.com](https://wordpress.org/support/users/bkchaitanyaphpgmailcom/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-image-horizontal-reel-scroll-slideshow-code-for-static-front-page/#post-3098587)
 * Status: not resolved