Add a slideshow using the red plus button. Then, select the gallery style you would like to display using the dropdown menu on the left. Add a slideshow using the red plus button. Then, select the gallery style you would like to display using the dropdown menu on the left.

 

Gallery examples:

Slideshow gallery

 

Carousel gallery

 

Advanced galleries

Once you’ve added the gallery to the page, you can click the source button in the toolbar and edit the gallery widget code. This allows you to do things like:

  • Auto play: apply custom class “autoplay”
      <arg id="class">autoplay</arg>

  • Show dot navigation: apply custom class “dots”
      <arg id="class">dots</arg>

  • Hide captions: apply custom class “no-captions”
      <arg id="class">no-captions</arg>

  • Hide arrow navigation: apply custom class “no-arrows”
      <arg id="class">no-arrows</arg>
  • Hide the gallery title: apply custom class “no-title”
      <arg id="class">no-title</arg>

 

Carousel gallery with “no-captions” Applied

The code for this gallery looks like this: 

<widget type="galleries_inline">
<arg id="id">2</arg>
<arg id="type">carousel</arg>
<arg id="class">no-captions</arg>
</widget>