Hi @thehowarde, thank you very much I corrected the code like this:
function add_acf_to_carousel(){
global $post;
$name-CPT = ( $post->ID );
if ($name-CPT) {
echo ‘<p class=””> €’ . get_field(‘name-field’) . ‘</p>’ ;
}
}
add_action(‘dd-carousel-after-content’, ‘add_acf_to_carousel’);
and it works perfectly. Another question: in the settings I chose to show navigation points, but they are not shown. Does the inspection tool show that the “disabled” class is still attributed to you have any suggestions?