152 comments found.
Is the Responsive SVG Handwriting Wordpress Plugin supported on Wordpress 4.1? Thanks.
Yes
I just purchased the Responsive SVG Handwriting – A Premium Wordpress Plugin. I am using Wordpress 4.1. I have received several error messages after installing the plugin. (For example: Notice: Undefined offset: 0 in C:\wamp\www\cynthiaobrienvo\wp-content\plugins\font-animation\font_anim_ajax.php on line 141 Call Stack
Also my Wordpress Admin page does not look anything like your demo (http://www.creation-theme-wordpress.com)
Do I need to change any settings? Should both plugins (Responsive SVG Handwriting Font Animation Script) be installed? Thanks very much.
Hi, Thanks for your purchase.
The notice message are not errors. You can turn them off.
Just replace line 1 of the file “font_anim_ajax.php” by this :<?php error_reporting(0);
If you have notice message in an other file do the same thing.
That worked. It is a very nice plugin. Thank you very much.
Thanks. If you are satisfied can you add a review ? (in “download” / “rate this item”) thanks.
Amazing plugin!!! Is it possible to add a link to an animation?
Yes, possible and easy.
Just add link tag around the shortcode like that :
<a href="www.example.com">[your shortcode]</a>
Hi Antoine!
I just happen to come across this and it was updated today 
Question though… the backend demo.. is it still available?
I don’t find any login details to login and demo.
Thanks!
And do you know if any of these ttf to svg generators are any good to use? Or what is the best way to convert a tff or otf to svg?
Hi NoahjChampion, to test admin. Go here : http://www.creation-theme-wordpress.com/font_anim/wp-login.php (username : admin / password : demo)
Many tools exists for conversion. You can try different ( ex. http://everythingfonts.com/ttf-to-svg , http://www.font2web.com/)
Hey tanks Antoine! I bookmarked this for a so purchase. Wish I would of knew about it earlier. Thanks again and Happy Holidays champ!
Hi, i have download new version of plugin but it doesn’t work on my site 
You have to recreate your animation. New version have different parameters. Are animations works in admin ?
No, also the animation in admin panel is not working 
can you give me your url,login and password in private message?
I have just tested and it works. Try to choose a preset in admin to initialize ajax callback.
Hi, the animation starts when the page is loaded? Is it possible to start on mouseover?
Best regards, Roland
Hi, it is quite possible. I added a “font_anim_hover.php” file for it. Rename it to “font_anim.php” to use.
Hi Orlandoo. Now script has a mouseover functionnality
Hi I bought your plugin. It is really cool!!
I have a problem though. I have a long line of text, and instead of going onto the next line it just keeps on going out of the box and disappears.
Please help. Thank you!
Hi youroffline. Thank you for purchasing the script.
For your problem you have to create two different animate box. One for each line. You can give me url of your page so that I can help you better.
Don’t forget to add review if you like it.
Regards, Antoine Rousseau
Hi thank you for replying.
If i do that, then they will both start at the same time? i want it to be one long sentence and not start at the same time
Try this. If they both start at the same time then I could help you to ensure that the second begins after the first is completed. It will only be one or two lines to add to the code.
If you like this, don’t forget to review.
I would LOVE to purchase this…I want to know if you have any plans in the near future to make it work so that it only follows the fill and doesn’t outline first? I want to make text look written out like someone is writing it, not just an outline effect. Thanks!
It depends on the font used. If the font is a one-line font, you can get the desired effect by playing with the line thickness.
I updated live demo (exemple 1) : http://codecanyon.net/item/handwriting-animation-wordpress-plugin/full_screen_preview/6800392
can you kindly advise how to set this plugin to be responsive, please..? I would really appreciate if you could send me step by step instructions, please as I am not very good with php or else… Thank you – great plugin
Hello, I’m glad you enjoy this plugin. To make it responsive it will not be easy. You have to develop a script that reload animation when the window reach a particular size. The problem would not lose the exact time of the animation. It’s a good work for a developer. I can not explain it in a few lines.
Will you update the Plugin for Compatibility with WP 3.9?
Yes, I look at it and come back to you as soon as possible. This is part of future developments.
Hi Jean_C, I just tested the plugin on the latest version of wordpress (3.9) and I can confirm it works perfectly. You can test here : http://www.pixel-conception.com/plombier/?page_id=4.
Indicate me what you have problems so I can help you.
Merci. I will.
Last thing: if you like this, don’t forget to review.
Is it possible that i set on my whole theme that H1 font Titel get the same effect?
Thanks!
Of course, but you have to create each animation. You want each title is automatically created when you post new articles ?
First, you can use the font of your choice, Titel or other. Do you have many titles to convert?
That was my idea, set as default on the whole site the titel with smal animations..
You can pass text as parameter like this :
[fanim snippet=17 text=”My title”]
For that just create a animation with your desired font without writing text.
After you have to replace desired h1 tag by appropriate shortcode.
For general replacement, you can use a “search replace wordpress plugin”.
Hi Johanes, to replace all your title with effect, go to template file and replace :
<?php the_title(); ?>
by
<?php echo do_shortcode(‘[fanim snippet=26 text=”’.get_the_title().’”]’); ?>
(replace 26 by your animation id)
Notify me if you do not succeed
Hi, i want using it now for all my Blog Post titel, but if i change in my PHP the line: <h1 class="post_title"><?php the_title(); ?></h1> with your line: <span class="post_title"><?php echo do_shortcode(‘[fanim snippet=1 text=”’.get_the_title().’”]’); ?></span> i get a php error!?
Wuld be great if you can helping me out, thanks!!
Yes. Give me the url where error appear. Or give me the error message if you work in local.
responsive?
The plugin permit to create a div contain animation. This div is not responsive
You can make it responsive using ajax and calling PHP function with adapted parameters when the window is resized.
Hi. New Version is now Fully Responsive !!
looks pretty awesome. Is there some way to animate the fill of each letter? What I mean is, the way the demo sets it up, the stroke around each letter is what’s being animated, but if I didn’t want a stroke…
What do you mean by animate the fill of each letter? Left to right ? only one path can be written
Just close your eyes and imagine watching a person writing the word “hello” on a chalk-board, now pretend the person is invisible and all you are seeing are the letters appear as they are written…That’s what I want. In your demo each letter appears as though it’s being outlined, not written.
I added a preset n°7 that takes this principle with one line letters. When the letter contains several lines, all lines are drawn at the same time. This is what gives you trouble ?
I understand your problem, the drawing that follows the font path at the moment. Maybe it’s possible if you find a adapted font.
I added several fonts in one line. They begin with “eng_” You can test
New version : you can choose between “outlined” or “plain” letters