The SVG converter is a web frontend to a jQuery Plugin, that allows you to include those line drawings on your webpage.
Ich bin ein Full-Stack-Entwickler. Meine Expertise umfasst:
Ich liebe die Entwicklung, das Design und kenne mich auch mit Serverarchitekturen aus. Ich würde mich nie vollständig fühlen, wenn einer der Bereiche fehlen würde.
Ich habe ein breites Interessengebiet, deshalb tauche ich ständig in neue Technologien ein und erweitere mein Wissen, wo immer es nötig ist. Die Technologien entwickeln sich schnell und ich genieße es, die neuesten Technologien zu nutzen.
Abgesehen davon bin ich ein friedliebender Kerl, der versucht, Leute um sich herum zu haben, die dasselbe denken. Ich glaube wirklich an das Prinzip: "Wenn man jemandem hilft, wird einem jemand helfen, wenn man es braucht."
Hi. I’m looking for help using this with Visual Composer. I have no idea how to make it work. I am trying the „Raw JS“ box. But nothing happens when I copy and paste my code.
Hi amanda,
under WordPress jQuery is loaded in compatibility mode, which means the dollar sign is not available. You need to use
jQuery(document).ready(function()....
jQuery('#yourID').lazylinepainter( ....
Regards
Alex
Thanks Alex. Do I simply post the code in the Raw JS Box? Do I need to put my svg somewhere (as an image, or html or anything?)
The examples over at Github should give you a pretty good idea what is required (https://github.com/camoconnell/lazy-line-painter/tree/master/examples). The Raw JS Box will allow you to execute the JS, but you will still have to include a container for the SVG data and attach the SVG data itself
Regards
Alex