Can’t get it work
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Can’t get it work’ is closed to new replies.