Home › Forums › WoodMart support forum › Woocommerce show title images › Reply To: Woocommerce show title images
September 3, 2019 at 11:34 am
#141829
Artem Temos
Keymaster
You need to disable JS minification and combine in Theme Settings -> Performance and edit woodmart/js/functions.js
file. Replace this line http://prntscr.com/p14kav
caption = $(this).data('caption');
with this one
caption = $(this).attr('title');