Show caption under product gallery in WooCommerce

后端 未结 1 1185
予麋鹿
予麋鹿 2021-01-15 13:51

I\'m trying to show the caption text under the thumbnail in the product page gallery. I need to show the text because there are a lot images in the gallery and each thumb is

相关标签:
1条回答
  • 2021-01-15 14:28

    Make sure that you understand sprint function working way. You could play with css position of block. This could be solution.

    sprintf( '<li data-thumb="%s">%s<span style="postition:...">%s</span><a href="%s" class="%s lightbox" data-rel="ilightbox[product]" data-caption="%s" title="%s" alt="%s"><i class="fa-search-plus"></i></a></li>', $thumb_image, $image_html, $caption_html, $image_link, $image_class, $image_caption, $image_title, $image_alt )
    
    0 讨论(0)
提交回复
热议问题