Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    To enlarge an image in a modal window, or display them in a slideshow, you would need some JavaScript library – which this plugin doesn’t provide. If you have another plugin that has a shortcode for such features, it’s possible to feed the image IDs or URLs.

    I’m working on another plugin for these interactive functions, but it’s not ready yet. The slider is basically done, so I’ll try to get something in shape this weekend, and will let you know.

    Thread Starter EE

    (@ericaeide)

    Thank you! I’m using Divi, which has a nice gallery/slider but it’s configured with a page builder, I’ll have to see if I can find a shortcode for it ??

    Plugin Author Eliot Akira

    (@miyarakira)

    I found that there was not yet a feature to pass image IDs/URLs from an ACF gallery field, so I added it in the newest update.

    Divi theme apparently has a slider shortcode. Here is an untested example:

    [et_pb_slider]
      [acf_gallery gallery_field]
        [pass field=url]
          [et_pb_slide image={FIELD}]
        [/pass]
      [/acf_gallery]
    [/et_pb_slider]

    Hello
    I am also interested in how to display as a slider/carousel/grid. Any more on the plugin you mentioned above Eliot?
    I use ACF and currently place all CCS’s into Visual Composer text box. VC has sliders and carousels but not sure how to use them for CCS.
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ACF Gallery – make image open when clicked or use slider’ is closed to new replies.