Viewing 9 replies - 1 through 9 (of 9 total)
  • 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
    https://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.
    https://www.scorndogs.com

    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

    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…..

    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 ??

    Looks like the answer is probably no, can’t reverse the direction. Here’s the plugin website
    https://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”]

    Hi @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

    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

    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();
    ?>

    [email protected]

    (@bkchaitanyaphpgmailcom)

    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.