I really like your theme, but I'm struggling with one thing for few days. I need to create field in Visual Composer where user will be able to pick an icon or upload new icon and use it. I'm trying to use attach_image param_type, but it doesn't allow SVG icons. Therefore attach_file param type is missing.
How I can make it possible to pick SVG icons and add them the same as PNG/JPG ones.
Thank you for answer, unfortunately both solutions are not good in my case since I need to use SVG icons and also enable posibility for non-tech people in our company to upload own icons (icon font makes it impossible). Finally I added shortcode for attaching files instead of images. Best
Hello,
I really like your theme, but I'm struggling with one thing for few days. I need to create field in Visual Composer where user will be able to pick an icon or upload new icon and use it. I'm trying to use attach_image param_type, but it doesn't allow SVG icons. Therefore attach_file param type is missing.
How I can make it possible to pick SVG icons and add them the same as PNG/JPG ones.
I'm front-end developer.
Best and thanks for help,
Alicja
HI!
You can use converter:
http://svgtopng.com/
Or add it as your own icon pls. check:
http://codex-themes.com/thegem/documentation/#adding-your-own-icons
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you for answer, unfortunately both solutions are not good in my case since I need to use SVG icons and also enable posibility for non-tech people in our company to upload own icons (icon font makes it impossible). Finally I added shortcode for attaching files instead of images. Best