I am trying to customize an Accordion Slider, in which i want to put an image, text, and a link in the caption field. However, whenever i put any HTML or shortcodes in the caption field, it seems to be ignoring it totally. Do i need to add this functionality with a php snippet?
thanks for any advice!
well i figured out how to get the HTML image to show up.
needed to add this css:
#top .aviaccordion-slide img {
opacity: 1;
}