Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Eric Mann

    (@ericmann)

    Lengthening the time between banners has nothing to do with HTML, it’s a setting you pass directly in to the shortcode (or in to the template tag if you’re using that function).

    Set the imgdisp parameter to be the number of seconds you want each banner to display. Set the imgfade parameter to the number of seconds you want the fade animation to take between images.

    Thread Starter CapeHopeInfo

    (@capehopeinfo)

    Ok… I’m not a Website geek… I don’t know where to find “imgdisp” or “imgfade?” How do I get there through my webpage dashboard… I need step by step help…

    Plugin Author Eric Mann

    (@ericmann)

    This has nothing to do with your webpage dashboard. To add the banner to your site at all, you used a shortcode that looked something like [jsbrotate ... /].

    To adjust the default options, you need to add parameters to this. To set the length of time (in seconds) you want each banner to display, you use the imgdisp parameter:

    [jsbrotate imgdisp=12 /] will display each image for 12 seconds (rather than the default of 8 seconds.

    This parameter is in addition to the images= parameter you use to list your image URLs.

    You can read more about shortcodes and how they work in the Codex, but this is really all the help I can give you at this point.

    ollieford

    (@ollieford)

    Hi, sorry to jump in here.
    I’m also having trouble with this. The imgdisp parameter only appears to affect the first image. I’ve set it to the code below and only the first image displays for 4 seconds, the rest display for the default time. Should this be applied to each individual image?

    I’m placing the shortcode directly into the template via the special function below.

    <?php echo do_shortcode("[jsbrotate width=468 height=60 imgdisp=4 images=https://cscommercialproducts.co.uk/wp-content/uploads/2013/03/Measuring-Stick-Banner1.jpg|https://cscommercialproducts.co.uk/wp-content/uploads/2013/03/Banner-1.jpg|https://cscommercialproducts.co.uk/wp-content/uploads/2013/03/Banner-2.jpg|https://cscommercialproducts.co.uk/wp-content/uploads/2013/03/Banner-3.jpg|https://cscommercialproducts.co.uk/wp-content/uploads/2013/03/Banner-4.jpg|https://cscommercialproducts.co.uk/wp-content/uploads/2013/03/Banner-5.jpg]"); ?>

    Plugin Author Eric Mann

    (@ericmann)

    ollieford: Don’t hijack old, resolved topics. Start a new thread please.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Confused? Banner rotation length’ is closed to new replies.