Hi! I’m hopeful someone here can assist. I am currently working on an older site that has a dynamic Revolution Slider pulling in featured images, and two ACF text fields from the post (a title and an excerpt, separate from the post title and the post excerpt).
I’ve started to try to update the modules for the new Rev Slider engine. While most images are working, I am not pulling in the ACF fields at all. The original developer had added a title field, and added this to the content area:
`<div class=”homepage-carousel-slider-title”>[acf field=”homepage_carousel_slider_title” post_id=”{{id}}”]</div><div class=”homepage-carousel-slider-excerpt”>[acf field=”homepage_carousel_slider_excerpt” post_id=”{{id}}”]</div>`
This currently just generates the empty HTML tags.
Does anyone have any clue how to pull ACF text content into Rev Slider now?
Thanks in advance!
[ad_2]