Hello —
I added a few custom fields to images in my media gallery that I’d like to display within the <li>
tags of an Easy Fullwidth Slider. I believe the file I’m after is config-templatebuilder/avia-shortcodes/slideshow_fullsize.php, but I can’t see where to add this. I used ACF to add the custom fields, if that helps.
Thanks!
Hi enricospada!
Your probably looking for line 772 in the slideshow.php file.
if(trim($title) != "") $title = "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
Best regards,
Elliott
Thank you, that helped!