jQuery(document).ready(function() {
//alert('test');
jQuery(".bulleted li a").each(function() {
var image = jQuery(this).attr("href");
jQuery(this).after( "<img src='" + image + "'>");
jQuery(this).addClass('img_link');
});
});
Hi guys,
Having the same issue as frigginusername im on the latest version of the Signature Add-on v3.1 and GF v2.0.1
Thanks
is this possible on the Shop page?
Can’t figure it out!
thanks