How to Display a Banner Slider

The following guide will walk you through your different options to display a Banner Slider on your Website.

Click here to view examples of sliding banners.

You can output banner sliders in a Page or a Post by using our Shortcodes. Our shortcodes can be easily generated using our Shortcode Generator, under our Options screen, or by clicking the Banners button above the Edit pane and using our Widget to generate the shortcode. You can also use our Widgets in any widgetized area of your website.

  • To output Random Banners, place the following shortcode in the desired area of the Page or Post Content:
    // Supported transitions are scrollVert, scrollHorz, fadeIn, fadeOut, flipHorz, flipVert, and tileSlide
    // Change the value of count from 3 to however many slides you want to use
    // timer is in milliseconds (ie, for 4 seconds input 4000)
    [banner count='3' transition='scrollHorz' timer='8000']
  • To output Random Banners from a Specific Group, place the following shortcode in the desired area of the Page or Post Content:
    // Supported transitions are scrollVert, scrollHorz, fadeIn, fadeOut, flipHorz, flipVert, and tileSlide
    // Change the value of count from 3 to however many slides you want to use
    // timer is in milliseconds (ie, for 4 seconds input 4000)
    [banner group='test' count='3' transition='scrollHorz' timer='8000']
  • To output Random Banners with Pager Icons, place the following shortcode in the desired area of the Page or Post Content:
    // Supported transitions are scrollVert, scrollHorz, fadeIn, fadeOut, flipHorz, flipVert, and tileSlide
    // Change the value of count from 3 to however many slides you want to use
    // timer is in milliseconds (ie, for 4 seconds input 4000)
    [banner count='3' transition='scrollHorz' timer='8000' pager='1']