ACF Gallery and Image Challenge

I am challenged by where the discrepancy is for the Off Canvas ACF tie-ins are.

I have uploaded functioning Off Canvas to the bottom of the page, even did a copy paste. The Initial images are displaying, seen in example, however the dynamic content images are not showing up. I CAN get the text to show up though!

Hello @JamieNiccole,

Thanks for writing in! You can only copy and paste if you are displaying the same kind of information or ACF fields. I have checked it and the current working one is displaying the Queens and Kings ACF fields. What you are trying to display is for the Kittens ACF fields.

To get your issue resolved, you need to update the ACF field names in the copied Off Canvas element. This means that the {{dc:acf:post_field field="gallery"}} should be {{dc:acf:post_field field="kitten_gallery"}}. You will have to update the other fields too.

Hope this makes sense.