Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375467

    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!

    • This topic was modified 9 years, 3 months ago by enricospada.
    #375790

    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

    #376335

    Thank you, that helped!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add Image Custom Fields to Fullwidth Easy Slider’ is closed to new replies.