amrendesign
Forum Replies Created
-
Forum: Plugins
In reply to: [SVG Shortcode] Isn't working as expectedHello Creatura, have you figured it out or yous till need help?
Could you show the errors if possible?Thanks
Forum: Plugins
In reply to: [SVG Shortcode] Shut downed my admin panelHello Jycee, have you figured it out or you still need help?
Glad I could help!
Hello, if you wish to include an svg-file in a template, you can use the <object> way. F.ex:
Say you have an svg-file called “mysvgfile.svg”<object data=”/path-to-your-file/mysvgfile.svg” type=”image/svg+xml”></object>
There is a bunch of ways you can include svg-files, more ways listed here:
http://css-tricks.com/using-svg/Just make sure the plugin is active so wordpress renders the files.
Br
MartinForum: Reviews
In reply to: [SVG Shortcode] Great start.Thanks for the review, please see the updated version of the plugin and let me know if you need any other attributes supported.
Br
MartinForum: Plugins
In reply to: [SVG Shortcode] Is there way to update the width or height of the .SVG?Hi!
Really sorry for the late reply.
I just released an updated version with support for width and height properties. Same use as the fallback attribute.As in:
[svg width=”100px”]url-to-your-svg-file[/svg]Let me know if you need some other properties added for support.
Regards
Martin