• Resolved citronks

    (@citronks)


    Hi,

    I’ve installed acf, the gallery add-on and your plugin, and I inserted my gallery field in the acf group field, just like you say.
    – it doesn’t look like your screenshots in my back-end post page, still the normal gallery acf field
    – i tried the shortcode in my template, in the inspector it seems to appear, with all the divs from your plugin, but no images.
    My code :

    <?php $image_ids = get_field('galerie_images_projets', false, false);
    				$shortcode = '[gallery ids="' . implode(',', $image_ids) . '"]';
    				echo do_shortcode( '[acf_gallery_slider acf_field="galerie_images_projets"]' );
    				?>

    The link of the page if it helps : http://can-ia.fr/batiment-bureau-triballat-noyal/
    The slider must appear just after the white title on red background.

    Thank you for your help, sorry for my english 😉

Viewing 1 replies (of 1 total)
  • Plugin Contributor Anoop Ranawat

    (@anoopranawat)

    Note: To use this plugin, you first must install following plugin : Advanced Custom Fields and Advanced Custom Fields: Gallery Field.

    The shortcode work with Gallery filed you have added ie

    [acf_gallery_slider acf_field="gallery"]
    ie add the filed name create for gallery

Viewing 1 replies (of 1 total)

The topic ‘Can’t get it work’ is closed to new replies.