Change category image thumbnails to title text

174 Views Asked by At

I'm working with Wordpress plugin Fancy Product Designer v3.9.5 and when I create categories and assign products to categories I get thumbnails of products. What I am trying to achieve is replace those thumbnails with titles of products.

I allready searched for code that I could change but unfortunally no success. I was also looking if there is an option in settings but no such luck..

1

There are 1 best solutions below

0
On BEST ANSWER

Found a solution; posting it here for anyone in future

in file FancyProductDesigner-all-min.js change

{"class":"fpd-item fpd-tooltip "+h,"data-title":e,"data-source":c,html:'<picture data-img="'+c+'"></picture>'}

to this

{"class":"fpd-item fpd-tooltip "+h,"data-title":e,"data-source":c,html:'<p>'+e+'</p>'}