golden hour
/var/www/html/wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ie7
⬆️ Go Up
Upload
File/Folder
Size
Actions
ie7.css
4.07 KB
Del
OK
ie7.js
2.1 KB
Del
OK
Edit: ie7.js
/* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */ /* The script tag referring to this file must be placed before the ending body tag. */ /* Use conditional comments in order to target IE 7 and older: <!--[if lt IE 8]><!--> <script src="ie7/ie7.js"></script> <!--<![endif]--> */ (function() { function addIcon(el, entity) { var html = el.innerHTML; el.innerHTML = '<span style="font-family: \'WooComposer\'">' + entity + '</span>' + html; } var icons = { 'wooicon-uniE612': '', 'wooicon-paperplane': '', 'wooicon-reply': '', 'wooicon-reply-all': '', 'wooicon-forward': '', 'wooicon-export': '', 'wooicon-heart': '', 'wooicon-heart2': '', 'wooicon-star': '', 'wooicon-star2': '', 'wooicon-thumbsup': '', 'wooicon-thumbsdown': '', 'wooicon-flag': '', 'wooicon-tag': '', 'wooicon-bag': '', 'wooicon-cart4': '', 'wooicon-cross': '', 'wooicon-plus3': '', 'wooicon-cross2': '', 'wooicon-plus22': '', 'wooicon-cross3': '', 'wooicon-plus32': '', 'wooicon-cycle': '', 'wooicon-play': '', 'wooicon-pause': '', 'wooicon-arrow-left4': '', 'wooicon-arrow-right5': '', 'wooicon-arrow-left5': '', 'wooicon-arrow-right6': '', 'wooicon-arrow-left6': '', 'wooicon-arrow-right7': '', 'wooicon-arrow-left7': '', 'wooicon-arrow-right8': '', 'wooicon-arrow-left8': '', 'wooicon-arrow-right9': '', 'wooicon-arrow-left9': '', 'wooicon-arrow-right10': '', 'wooicon-arrow-left10': '', 'wooicon-uniE626': '', '0': 0 }, els = document.getElementsByTagName('*'), i, c, el; for (i = 0; ; i += 1) { el = els[i]; if(!el) { break; } c = el.className; c = c.match(/wooicon-[^\s'"]+/); if (c && icons[c[0]]) { addIcon(el, icons[c[0]]); } } }());
Save