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?
Not sure what would be up with the navs. Do you have a character specified?
what do you mean for “character specified”?
What are your settings in the carousel settings?
ok mate I solved it, the problem was that I was testing with the infinite loop but of only one product, to make the dots appear I had to create at least 5 products. Thanks so much for the support and congratulations on the great plugin 😉
Thanks for the update. Feel free to leave a review of you like it.
I just wrote a positive review 😉